资源列表

« 1 2 ... .44 .45 .46 .47 .48 1349.50 .51 .52 .53 .54 ... 2656 »

[数据结构常用算法Adaptive-Random-Testing

说明:自适应性随机数检测算法,重点比较演化式算法和其他随机数检测算法-Detection of a random number adaptive algorithms, focusing on evolutionary algorithms and comparing a random number of other Detection
<> 在 2024-10-13 上传 | 大小:3735552 | 下载:0

[数据结构常用算法Dijkstra

说明:设在图G={V,E}中有一顶点r,Dijkstra算法可以求出其他所有点到点r的最短路径的跳数,这是求单源最短路径的一个最基本的算法。-There is a vertex, r, in the graph G={V,E}. As to every other vertex v, there exist several paths between v and r. The Dijkstra algorithm can get the ho
<wx> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法suanshuyouxianquan

说明:最短路径之贪心算法,用C语言实现,主要是参考了迪杰斯特拉算法。-The greedy algorithm for shortest path
<pengd> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法shunxubiao

说明:1. 已知顺序表L为按值递增有序的,编写算法将数据元素e插入到顺序表L中,使之仍有序。 2、编写算法删除顺序表L中所有值为e的数据元素。 3、编写算法清除顺序表L中所有重复的数据元素。 4、已知两个集合分别存储在顺序表La和Lb中,编写算法求出两个集合的并存储在Lc中。-1. The known sequence of Table L, increasing ordered by value, write al
<liulisha> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法maopaopaixu

说明:自己写的几种能够实现的冒泡排序算法,希望能对需要的朋友有所帮助,是C++的-Some write their own bubble sort algorithm can be achieved, hoping to help a friend in need is a C++,
<刘后清> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法phonebook

说明:基于顺序表的一个电话薄程序,c++实现,完成电话薄初始化,添加,删除,修改,精确(模糊)查询,按英文字母排序。-Based on the order of the table a telephone book program, c++ implementation of the phone book to complete initialization, add, delete, modify, precise (fuzzy) quer
<xie> 在 2024-10-13 上传 | 大小:3072 | 下载:0

[数据结构常用算法BiTree

说明:二叉树的基本操作 包括建立 遍历的递归非递归的数据结构-Including the establishment of the basic operation of a binary tree traversal non-recursive recursive data structures
<蜗牛> 在 2024-10-13 上传 | 大小:5120 | 下载:0

[数据结构常用算法HaffmanCoding

说明:哈弗曼解码与编码的问题(解码要先建立哈弗曼树)-Ha Fuman decoding and encoding problem (first established Hafu Man decoding tree)
<蜗牛> 在 2024-10-13 上传 | 大小:8192 | 下载:0

[数据结构常用算法Huffman--coding-and--decoding

说明:根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
<lsh> 在 2024-10-13 上传 | 大小:8192 | 下载:0

[数据结构常用算法c

说明:0-1背包 题目要求:简单来说就是两个人洗衣服,两个人必须把一种颜色的衣服洗完才能洗下一种颜色,两个人可以同时洗一样颜色的。 给出每件衣服的颜色和花费时间,求两人洗完所有衣服的最短时间。 -0-1 knapsack subject requirements: It simply means that two people do the laundry, two people must be a color wash to
<fire> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法c

说明:题目需求分析 1,游戏(1):类似文曲星里的猜数字: 输入四入不重复的数字(中间用空格隔开) 形式为 " ? A ? B", 四个数中位置和数字都正确为 A,数字相同位置不同为 B, 当 4 A 0 B 时为猜对,每一局有8次机会. 2,游戏(2):计算机随机生成一个1-100中的某数,用户输入一个数字去猜。 -Needs analysis questions 1, games (1): Simila
<fire> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[数据结构常用算法c

说明:1、 题目的要求是通过磁盘调度算法的模拟设计,了解磁盘调度的特点,其主要任务是模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。-1, the subject request is simulated through the disk scheduling algorithm designed to understand the characteristics of disk scheduling, to
<fire> 在 2024-10-13 上传 | 大小:1024 | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 1349.50 .51 .52 .53 .54 ... 2656 »

源码中国 www.ymcn.org