资源列表

« 1 2 ... .11 .12 .13 .14 .15 18016.17 .18 .19 .20 .21 ... 28523 »

[数据结构常用算法shortpath

说明:1、读入城市结点数据 */ /* 2、邻接矩阵初始化:所有元素赋Infinity, */ /* 对角线元素赋0 */ /* 3、读入城市间边的数据,转换为邻接矩阵的数据 */ /* 4、路径矩阵初始化,若arc[i][j]<Infinity, */ /* 则: at[i][j]=i 否则:Path[i][j]=-1 */ /* 5、计算最短路径 */ /* 6、保存最小路径数据-1, read into the city node data*/
<wudiksp> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[压缩解压xishu

说明:huffman tree s yan suo wen jian-huffman tree is yan suo wen jian
<wangwang> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[matlab例程mlr

说明:Mixture of linear regressors. The routines contained in this file allow inference and learning of a mixture of linear-Gaussian regression models. Learning is performed by maximizing the data likelihood via the expectation maximization algorithm.
<ruso> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[数据结构常用算法search

说明:索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
<张蓓蓓> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[matlab例程transfer

说明:该程序主要用于平面直角坐标系之间的转换,也可用于别的转换!-The program is mainly used for flat conversion between Cartesian coordinates can also be used for other conversions!
<李芸> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[压缩解压DES

说明:实现des算法,能给明文加密、解密等-Achieve des algorithm, to give explicit encryption, decryption and so on! ! !
<李阳> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[matlab例程nqrsdetectsua

说明:detect the fiducial point of qrs complex
<hoan> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[matlab例程SOM_NOVELTY

说明:SOM-BASED METHODS FOR NOVELTY DETECTION Global Normality Profile Approach (GNP) Local Normality Profile Approach (LNP) First Global Then Local Normality Profiles Approach (FGTL)
<Carlos Wilson> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[matlab例程madam_matlab_watermarking_code

说明:mat lab code for image embedding and extracting using DST
<Rajesh Reddy> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[matlab例程samplefreq

说明:It is a sample frequency
<Duygu Tahoglu> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[matlab例程311

说明:It is about an communication lab experiment of modulated signals
<Duygu Tahoglu> 在 2025-12-14 上传 | 大小:4kb | 下载:0

[数据结构常用算法BooksManagementSystem

说明:设计一个计算机管理系统完成图书管理基本业务1,每种书的登记内容包括书号、书名、著作者、现存量和库存量;2)对书号建立索引表(线性表)以提高查找效率3)系统主要功能如下: 采编入库:新购一种书,确定书号后,登记到图书帐目表中,如果表中已有,则只将库存量增加; 借阅:如果一种书的现存量大于0,则借出一本,登记借阅者的书证号和归还期限,改变现存量; 归还:注销对借阅者的登记,改变该书的现存量。 1)系统功能的进一步完善2)索引表采用树表。3)设计内容4)程序流程图5)源程序6)软件测试
<蕊蕊> 在 2025-12-14 上传 | 大小:4kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 18016.17 .18 .19 .20 .21 ... 28523 »

源码中国 www.ymcn.org