资源列表

« 1 2 ... .62 .63 .64 .65 .66 24567.68 .69 .70 .71 .72 ... 28522 »

[STLSQL2000bao

说明:int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) } -int getDivisor (int iNum) (int i = 1
<json> 在 2025-07-01 上传 | 大小:2kb | 下载:0

[matlab例程imageprocessing

说明:运用MATLAB程序识别图像并将其划分为文字和非文字的两个类别-MATLAB program to identify the use of images and text and is divided into two categories of non-text
<1234> 在 2025-07-01 上传 | 大小:22kb | 下载:0

[matlab例程fast_way

说明:数学实验中的最速落径问题 A,B是不在一条铅垂线上的两点,在链接A,B两点的所有光滑曲线中,找出一条曲线,使得初速度为零的质点,在重力的作用下,自A点下滑到B点所需的时间最短 -Mathematical experiment steepest drop Path problems A, B is not a vertical line of two points, the link A, B two points in all the smooth curve, to find a cu
<yedaixiong> 在 2025-07-01 上传 | 大小:1kb | 下载:0

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

说明:著名的模拟退火算法源程序,运用的例子是TSP问题,以中国31省会城市的最短旅行路径为例.-Well-known source of the simulated annealing algorithm, using the example is the TSP in order to China s 31 provincial capital cities as an example of the shortest path to travel.
<1234> 在 2025-07-01 上传 | 大小:2kb | 下载:0

[数值算法/人工智能spss_simple

说明:线性回归,大家仔细读啊~~~~呵呵 ,本人~~~ 用了不小时间-Linear regression, we carefully read ah ~ ~ ~ ~ Oh, I ~ ~ ~ spent no small time
<nacrompol> 在 2025-07-01 上传 | 大小:2kb | 下载:0

[matlab例程pca

说明:PCA主成份分析算法的MATLAB程序源码.测试是以费雷数据库的灰度等级部分.-PCA principal component analysis algorithm MATLAB program source code. Test is gray ferret grade part of the database.
<1234> 在 2025-07-01 上传 | 大小:32kb | 下载:0

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

说明:随机数生成,遗传算法,这个程序包含了统一分布和其他一些随机数生成的程序!-Random number generator, genetic algorithm, this process includes the unification of the distribution and some other random number generator procedure!
<姜志阳> 在 2025-07-01 上传 | 大小:378kb | 下载:0

[数学计算/工程计算cam2.0_source.tar

说明:CCSM Research Tools: Community Atmosphere Model (CAM)
<曹大群> 在 2025-07-01 上传 | 大小:1.33mb | 下载:0

[压缩解压vc928432535624

说明:数据库管理程序 -Database management program
<天才> 在 2025-07-01 上传 | 大小:14.67mb | 下载:0

[数据结构常用算法Huffmantree

说明:数据结构中的Huffman编码/译码源程序,在Vc++6.0上编译通过。-Data structure of Huffman encoding/decoding source in Vc 6.0 compiled through.
<永远 > 在 2025-07-01 上传 | 大小:1kb | 下载:0

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

说明:两层BP神经网络训练加权系数 隐含层取S型传输函数 输出取线性传输函数-Two-tier training BP neural network hidden layer weighting coefficient from S-transfer function output from the linear transfer function
<徐阴风> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[matlab例程work

说明:包含DVB-T标准中的内交织,内编码,卷积交织,和基4FFT 1024。所有程序为MATLAB实现,特别推荐FFT旋转因子求法。-Includes DVB-T standard within intertwined, with coding, Convolutional Interleaver, and base 4FFT 1024. MATLAB realization of all the procedures, in particular, recommended rotating fac
<赵静> 在 2025-07-01 上传 | 大小:2kb | 下载:0
« 1 2 ... .62 .63 .64 .65 .66 24567.68 .69 .70 .71 .72 ... 28522 »

源码中国 www.ymcn.org