资源列表
[数据结构常用算法] HugeInt_C++
说明:将大数看作一个n进制数组,对于目前的32位系统而言n可以取值为2的32次方,即0x10000000, 假如将一个1024位的大数转化成0x10000000进制,它就变成了32位,而每一位的取值范围就不是0-1 或0-9,而是0-0xffffffff。我们正好可以用一个无符号长整数来表示这一数值。所以1024位的大数 就是一个有32个元素的unsigned long数组。而且0x100000000进制的数组排列与2进制流对于计<杨杰> 在 2025-02-02 上传 | 大小:1.77mb | 下载:0
[压缩解压] JPEGCompress
说明:JPEG压缩编码系统源代码,做好了封装,用户可方便的加入到自己的系统中. -JPEG compression coding system source code as good a package, the user can conveniently added to the system.<binbin> 在 2025-02-02 上传 | 大小:128kb | 下载:0
[人工智能/神经网络/遗传算法] SFS
说明:次优搜索算法中常用的FSS算法,即顺序前进算法,上种自上而下的搜索方法。-suboptimal search algorithm commonly used algorithm of the FSS, the order ahead algorithm, on the kinds of top-down search method.<wangc> 在 2025-02-02 上传 | 大小:1kb | 下载:2
[数值算法/人工智能] FDTD_TM_PC
说明:这个程序是用来计算二维光子晶体光波导(仅限于TM模)的传输特性的-This procedure is used to calculate two-dimensional photonic crystal waveguide (TM mode is limited to) the transmission characteristics of<冯金顺> 在 2025-02-02 上传 | 大小:4kb | 下载:0
[压缩解压] lwzCompress_deCompress
说明:lwz压缩算法的源代码,已经在C环境中测试通过,将一个500K的运行程序压缩为120K左右的数据。-LWZ compression algorithm source code in C test environment, a 500K to the operational procedures for Physics about compression of data.<YongZhiLi> 在 2025-02-02 上传 | 大小:4kb | 下载:0
[数值算法/人工智能] one-dimension
说明:这几个程序是用于计算一维光子晶体反射系数和透射系数的-these procedures are used to calculate the one-dimensional photonic crystal reflection and transmission coefficients of<冯金顺> 在 2025-02-02 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] num_analysis
说明:用vc实现数值分析中常微分初值问题的数值解法,使用eular和runge_kutta法。-with vc often achieve numerical analysis of the initial differential method. eular and use runge_kutta law.<hj> 在 2025-02-02 上传 | 大小:271kb | 下载:0