资源列表

« 1 2 ... .17 .18 .19 .20 .21 27022.23 .24 .25 .26 .27 ... 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-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

[数值算法/人工智能djcs

说明:多径传输的源程序,并在里面包含了相关的函数说明。-multipath transmission source, and which contains a note related functions.
<zyjrg> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数值算法/人工智能a8psk

说明:8psk的源程序,用matlab编写,里面有完整程序。-8PSK source, using Matlab prepared, and they complete procedures.
<zyjrg> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数值算法/人工智能djxglm

说明:单极性归零码的源程序,内附相关用到的函数的说明。-Unipolar NRZ source, containing relevant to use the function of the Association.
<zyjrg> 在 2025-02-02 上传 | 大小:1kb | 下载: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

[数学计算/工程计算work1_hj

说明:作业: 最小二乘法 运行环境:vc 程序语言:c++ 程序源代码:work1.cpp (见附件) -operations : least-squares method runtime environment : vc programming languages : C source code : work1.cpp (see annex)
<hj> 在 2025-02-02 上传 | 大小:233kb | 下载:0

[数学计算/工程计算work2_hj

说明:作业: 牛顿插值法 运行环境:vc 程序语言:c++ 程序源代码:work2.cpp (见附件) -operations : Newton interpolation runtime environment : vc programming languages : C source code : work2.cpp (see annex)
<hj> 在 2025-02-02 上传 | 大小:227kb | 下载:0
« 1 2 ... .17 .18 .19 .20 .21 27022.23 .24 .25 .26 .27 ... 28522 »

源码中国 www.ymcn.org