资源列表

« 1 2 ... .23 .24 .25 .26 .27 19028.29 .30 .31 .32 .33 ... 28522 »

[数据结构常用算法hafumanbianma

说明:c语言编写的哈夫曼编码。设需要编码的字符集为{d1, d2, …, dn},它们出现的频率为 {w1, w2, …, wn},应用哈夫曼树构造最短的不等长编码方案。 数据结构与算法 typedef char *HuffmanCode //动态分配数组,存储哈夫曼编码 typedef struct { unsigned int weight //用来存放各个结点的权值 unsigned int parent,LChild,RChild //指向双亲、孩子结点的指针
<SongLY> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[数据结构常用算法055523232007

说明:program to give one possible solution of the 8 queens puzzle because I was bored... and because after that, I was even more bored, I decided to extend it to an N queens version. Since this is my first contribution here, I hope you guys take a look
<farzam> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[matlab例程fdtd2D_TE

说明:code about fdtd gooood2
<kave> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[matlab例程zuoye4

说明:用FAMALE.TXT、MALE.TXT的数据作为本次作业使用的样本集,利用C均值聚类方法对样本集进行聚类分析,对结果进行分析.-Use FAMALE. TXT, MALE. TXT data as the assignment is to use the data sets, using the c-means clustering method of the sample set clustering analysis, the analysis of the results.
<jipeng> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[数据结构常用算法Who-birth-fish

说明:爱因斯坦测试题的程序实现,VB程序实现,速度比较快,算法很好-Einstein' s program to achieve the test questions, VB program to achieve, the faster the algorithm very
<johnsonxjq> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[数据结构常用算法amber

说明:amber大牛所写的基本算法和数据结构模板,noi以上级别比赛强烈推荐-basic algorithms and data structures templates written by amber
<Zsw95> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[数学计算/工程计算1111

说明:解方程的程序,最多支持10个未知数。我的第一次啊-Solving equations of the program, up to 10 unknowns. My first ah
<wwewe> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[matlab例程codes

说明:abt lbg algorithm using matlab
<angel> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[数值算法/人工智能FDTDv8803

说明:3D FDTD Simulation Code
<Amir> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[数值算法/人工智能sdarticle-(12)

说明:在国外网站下的麻省理工的教的算法,非常的好,可以用来借鉴下作论文,也对编程爱好者也值得看,推荐,必须顶-Abroad under the MIT Web site to teach the algorithm, very good, testimony can be used to draw papers, but also for programming enthusiasts are also worth watching, it is recommended to be the top
<陈功> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[matlab例程system_analysis

说明:该集成包包括AHP,因子分析,回归分析,聚类分析等系统分析算法的matlab实现。-The integrated package, including AHP, factor analysis, regression analysis, cluster analysis, system analysis algorithm matlab.
<Eric> 在 2025-07-22 上传 | 大小:50kb | 下载:0

[matlab例程Liver-Images-Classifying

说明:Liver Images Classifying in matlab program
<sakthivel> 在 2025-07-22 上传 | 大小:50kb | 下载:1
« 1 2 ... .23 .24 .25 .26 .27 19028.29 .30 .31 .32 .33 ... 28522 »

源码中国 www.ymcn.org