资源列表

« 1 2 ... .36 .37 .38 .39 .40 1341.42 .43 .44 .45 .46 ... 2656 »

[数据结构常用算法数据结构算法

说明:数据结构算法
<hushui> 在 2010-10-07 上传 | 大小:11499 | 下载:0

[数据结构常用算法PWM

说明:利用PWM脉宽调光,通过调节PWM的占空比来控制光源的亮度-Use of the PWM pulse width modulation to control the brightness of the light source light, and by adjusting the duty cycle of the PWM
<李景莹> 在 2024-10-13 上传 | 大小:11264 | 下载:0

[数据结构常用算法ADS_DFS_Maze

说明:采用stack算法的DFS搜索,有java做的界面,还有适当的注释-using stack DFS search algorithm, so java interface, the appropriate Notes
<黄丽雯> 在 2024-10-13 上传 | 大小:11264 | 下载:0

[数据结构常用算法EIGHT—QUEEN

说明:这是在VC下本人编写的解决八皇后问题的程序 ,92种解会直接输出在C:SIGN。H文件中。是用来测试一款C编译器而写的。-This the VC I prepared by the Queen's problem to solve eight procedures, 92 kinds of solutions will be directly output in the C : SIGN. H files. It is used
<陶自权> 在 2024-10-13 上传 | 大小:11264 | 下载:0

[数据结构常用算法QUICK SORT

说明:使用VC编写的快速排序算法,运行后输入你希望产生的次数,会随机产生数值,并完成排序,是一个教好理解快速排序算法的程序。-prepared by the use of VC quicksort algorithm, running after you input the desired number of randomly generated digits and completed sequencing, is a good under
<陶自权> 在 2024-10-13 上传 | 大小:11264 | 下载:0

[数据结构常用算法操作矩阵的类 CMatrix

说明:一个操作矩阵的类CMatrix的算法,代码比较长,但是时间复杂度不是很高,所以个人觉得还算是个合格的该类算法代码-an operational matrix of categories CMatrix algorithm, code rather long, but time complexity is not very high, so personally think that this was a qualified source
<方价钱> 在 2024-10-13 上传 | 大小:11264 | 下载:0

[数据结构常用算法InOutData

说明:此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,byte,char*和结构均支持, 数据是以流的形式-this procedure to the Internet to transmit data transmission is a very good Eastern, mainly for data indentation made and squeezed out the pac
<llg> 在 2024-10-13 上传 | 大小:11264 | 下载:2

[数据结构常用算法Coddddsade

说明:对文件的加密解密的演示程序,主要是练习对文件和字符串的基本操作-document encryption and decryption of the demonstration program, the practice is mainly paper and string for the basic operation
<刘少人> 在 2024-10-13 上传 | 大小:11264 | 下载:0

[数据结构常用算法Md5&Des&Diff

说明:Java 实现 Md5加密、Des加密的例子,另外还有一个Diff比较两个java数组的有何不同的例子。-Java achieve Md5 encryption, Des encryption example, there is another Diff compare two array What is the difference between java example.
<罐头> 在 2024-10-13 上传 | 大小:11264 | 下载:0

[数据结构常用算法huffmancode111

说明:huffman完整源代码C语言实现,有本人超级详细解释(看不懂你去跳楼吧) 算法设计: 1、对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti的权值Wi的升序排列。) 2、在F中选取两棵根结点权值最小的树作为新构造的二叉树的
<乐乐> 在 2024-10-13 上传 | 大小:11264 | 下载:0

[数据结构常用算法8606-二叉树的构建及遍历操作

说明:实现二叉树的遍历操作,属于数据结构基础算法,代码能够顺利运行,运行环境是ColdBlick。(The traversing operation of two forked tree belongs to the basic algorithm of data structure, the code can run smoothly, and the running environment is ColdBlick.)
<蓉-> 在 2024-10-13 上传 | 大小:12288 | 下载:0

[数据结构常用算法线性表

说明:1.顺序表的验证 (1)编写测试函数,对顺序表类模板用2种简单类型的数据(int ,char,double,float等)进行测试验证。 (2)定义一个结构体,描述学生信息。学生信息包括:学号、姓名、性别、班级和电话号码等。用描述学生信息的结构体作为线性表的数据元素类型测试顺序表。 (3)在顺序表类模板中增加成员函数max()和min(),它们分别返回顺序表中元素值最大的数据元素序号。 2.单链表的验证 (
<咸鱼2333> 在 2024-10-13 上传 | 大小:12288 | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 1341.42 .43 .44 .45 .46 ... 2656 »

源码中国 www.ymcn.org