资源列表

« 1 2 ... .34 .35 .36 .37 .38 2239.40 .41 .42 .43 .44 ... 28522 »

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

说明:将大数看作一个n进制数组,对于目前的32位系统而言n可以取值为2的32次方,即0x10000000, 假如将一个1024位的大数转化成0x10000000进制,它就变成了32位,而每一位的取值范围就不是0-1 或0-9,而是0-0xffffffff。我们正好可以用一个无符号长整数来表示这一数值。所以1024位的大数 就是一个有32个元素的unsigned long数组。而且0x100000000进制的数组排列与2进制流对于计
<杨杰> 在 2025-05-18 上传 | 大小:1.77mb | 下载:0

[人工智能/神经网络/遗传算法mini_newsgroups.tar

说明:神经网络昆斯林的新闻组分类2006-Hunshilin neural network classification of the news 2006
<吕宗健> 在 2025-05-18 上传 | 大小:1.77mb | 下载:0

[数据结构常用算法mae

说明:生产者和消费者的问题,主要解决进程的同步和异步的问题-producers and consumers that the main problem solving process synchronous and asynchronous problems
<mingming> 在 2025-05-18 上传 | 大小:1.77mb | 下载:0

[人工智能/神经网络/遗传算法fnnguizehuoqu

说明:基于模糊神经网络的模糊规则获取方法.NH,一片硕士论文-based on fuzzy neural network access methods fuzzy rules. NH, a master's thesis
<李彦林> 在 2025-05-18 上传 | 大小:1.77mb | 下载:0

[matlab例程Staker_v0.5

说明:MATLAB实现的3D炮兵小游戏,要求R14SP3版本以上,内附帮助-MATLAB realize the 3D artillery game requires version R14SP3 above, enclosing the help
<风影> 在 2025-05-18 上传 | 大小:1.77mb | 下载:0

[人工智能/神经网络/遗传算法featureselection

说明:feature seletion的几篇英文论文 采用pso等进化算法实现特征选取
<覃茂运> 在 2025-05-18 上传 | 大小:1.77mb | 下载:0

[matlab例程fubianhanshu

说明:复变函数与积分变换的学习辅导和课后习题全解-Complex Variables and Integral Transform counseling and after-school learning all solutions of Problem
<汪枫> 在 2025-05-18 上传 | 大小:1.77mb | 下载:1

[matlab例程Harris

说明:角点检测与匹配,看论文编写,效果还不错,亲测有效,大家-Corner detection and matching to see the papers write, the results were pretty good, pro-test, we look at
<王江> 在 2025-05-18 上传 | 大小:1.77mb | 下载:0

[人工智能/神经网络/遗传算法chanshengshixitong

说明:这是一个实现正向推理的产生式系统,用C++语言实现的。-zhe shi yi ge shi xian zheng xiang tui li de chan sheng shi xi tong.
<高修> 在 2025-05-18 上传 | 大小:1.77mb | 下载:0

[数学计算/工程计算SinTest

说明:利用vc采用三点法实现对于采样点的快速正弦曲线模拟,得到振幅,相位等必要参数-Using VC to achieve the fast sine curve sampling point simulation, using three point method to obtain the amplitude, phase and other parameters necessary
<彭清龙> 在 2025-05-18 上传 | 大小:1.78mb | 下载:0

[数据结构常用算法algs4

说明:算法(第四版)随书源码,JAVA语言实现,经典-Source codes of Algorithms(4th edition), which is realized in JAVA and quite classical
<WJP> 在 2025-05-18 上传 | 大小:1.78mb | 下载:0

[数据结构常用算法KMP

说明:KMP算法实现,能够实现字符串匹配。 输入 第一行一个整数N,表示测试数据组数。 接下来的N*2行,每两行表示一个测试数据。在每一个测试数据中,第一行为模式串,由不超过10^4个大写字母组成,第二行为原串,由不超过10^6个大写字母组成。 其中N< 20 输出 对于每一个测试数据,按照它们在输入中出现的顺序输出一行Ans,表示模式串在原串中出现的次数。-KMP algorithm, to
<李慧林> 在 2025-05-18 上传 | 大小:1.78mb | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 2239.40 .41 .42 .43 .44 ... 28522 »

源码中国 www.ymcn.org