资源列表

« 1 2 ... .25 .26 .27 .28 .29 20930.31 .32 .33 .34 .35 ... 28523 »

[数学计算/工程计算mat_multi

说明:A program to find the best order to be considered for multiplying matrices so that we can reduce the number of multiplication operation as it is a costly operation.It includes a source code (.c), input file(.txt) and the output file.-A program to fin
<cbeauty> 在 2025-11-10 上传 | 大小:2kb | 下载:0

[matlab例程huffmam_decoding

说明:the decoding of Huffman codes is shown. For the decoding the coding tree has to be constructed using the information which has to be transmitted as well. Following that the input is read bitwise and for each 0 a left turn is taken and for each one
<hazhiriq200> 在 2025-11-10 上传 | 大小:2kb | 下载:0

[matlab例程smithchart

说明:The Smith chart, invented by Phillip H. Smith (1905-1987),[1][2] is a graphical aid or nomogram designed for electrical and electronics engineers specializing in radio frequency (RF) engineering to assist in solving problems with transmission lines a
<hazhiriq200> 在 2025-11-10 上传 | 大小:2kb | 下载:0

[数学计算/工程计算rf_ibm

说明:该程序可读取IBM RISC/6000上的固定长度的记录,磁盘读取的接口因系统环境而不同。-The program can read IBM RISC/6000 the fixed-length records, the disk read interface for different system environments.
<hanxiao> 在 2025-11-10 上传 | 大小:2kb | 下载:0

[STLExample

说明:实习生类,公司招聘实习生管理,STL容器和抽象类管理-Intern class, the company management intern recruitment, STL containers and abstract management
<zhangyong> 在 2025-11-10 上传 | 大小:2kb | 下载:0

[数据结构常用算法LCSProblem

说明:LCS算法: 通常两个字符串的最大公共子串的问题是通过下面的算法来完成的: 把字符串1(长度m)横排,串2(长度n)竖排,得到一个m×n的矩阵c,矩阵的每个元素的值如下,如果m[i]=n[j],则c[j][i]=1,否则,c[j][i]=0。然后找出矩阵中连续是1的对角线最长的一个,则对角线的长度就是公共子串的长度.-LCS algorithm: often the two most common sub-string string problem is through the fol
<sdf> 在 2025-11-10 上传 | 大小:2kb | 下载:0

[matlab例程74hamming

说明:汉明码(7,3)的matlab仿真,学习差错控制编码编码的入门经典-hamming (7,3)matlab simulation ,is a typical introduction of error control coding
<叶智> 在 2025-11-10 上传 | 大小:2kb | 下载:0

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

说明:k-nearest neighborhood is a one method that select k number of units in such as cluster that this k units are nearest from the cluster center-k-nearest neighborhood is a one method that select k number of units in such as cluster that this k units ar
<ali> 在 2025-11-10 上传 | 大小:2kb | 下载:0

[matlab例程project22312matlab

说明:this is sample source code for fingerprint verification for matlab
<amer> 在 2025-11-10 上传 | 大小:2kb | 下载:0

[matlab例程glbe

说明:this a MATLAB code for lattice boltzmann poisselus flow modeling-this is a MATLAB code for lattice boltzmann poisselus flow modeling
<Ehsan> 在 2025-11-10 上传 | 大小:2kb | 下载:0

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

说明:1D lattice boltzmann code in C
<Ehsan> 在 2025-11-10 上传 | 大小:2kb | 下载:0

[matlab例程createLine3d

说明:Create Line 3d to connect between two planes
<michel badr> 在 2025-11-10 上传 | 大小:2kb | 下载:0
« 1 2 ... .25 .26 .27 .28 .29 20930.31 .32 .33 .34 .35 ... 28523 »

源码中国 www.ymcn.org