资源列表

« 1 2 ... .65 .66 .67 .68 .69 1370.71 .72 .73 .74 .75 ... 2656 »

[数据结构常用算法Huffman_JJCH

说明:老问题,Huffuman编码,对任意的文本文件进行编码,输出到文件,同时可以对编码文件进行解码-old question Huffuman coding, right arbitrary text files encoded output to a file. the encoder can also decode documents
<纵横四海> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法毛xlmatrix

说明:一个可以计算矩阵行列式 逆矩阵,等其他矩阵运算的程序-one can calculate the matrix inverse matrix determinant, matrix operations and other procedures
<lff> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法nearpiont

说明:最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们
<黄波> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法20063110945971

说明:SPF算法 ospf协议dijkstra-SPF algorithm OSPF agreement-
<啊彪> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法c01

说明:数据结构,算法与应用 --C++语言描述 第一章源代码-data structures, algorithms and applications-- Descr iption C language source code for the first chapter. .
<voostone> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法notch_filter

说明:陷波滤波器(notch filter)算法说明和设计过程,并给出了MATLAB的实现。一个非常好的例程,经过了仔细测试!-Notch Filter (notch filter) algorithm descr iption and design process, given the realization of MATLAB. A very good routines, after careful testing!
<周国翔> 在 2024-10-12 上传 | 大小:15360 | 下载:2

[数据结构常用算法createDelaunay

说明:vb实现的构建Delaunay三角网程序,算法效率高-vb achieve Construction procedures Delaunay triangulation algorithm efficiency
<陈济民> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法mwm

说明:一种多模串匹配算法,可以加快模式串匹配的速度-a multi-string matching algorithm, can speed up the pattern matching speed
<haifeng> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法GetCPUAndDisk

说明:得到cpu的序列号和硬盘的徐蕾好,并且简单的加密的算法!-be cpu sequence and the hard drive Xu Lei good and simple encryption algorithm!
<wangyong> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法suijixinhao

说明:自己编的随机信号仿真,请大家提出宝贵意见。-own addendum to the random signal simulation, you please raise your valuable advice.
<李博> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法TC_project

说明:TC_project是数据结构课上的作业,程序比较全面,对学习数据结构有很大帮助。没有密码。-TC_project data structure is a class on operating procedures more comprehensive, Data structure for the study will be of great help. No password.
<卢涛> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[数据结构常用算法SortTree

说明:创建一棵二叉排序树,并采用中序遍历和层次遍历法输出其顶点序列,主要实验内容如下: 1. 定义二叉排序树的结构BiTree; 2. 编制二叉排序树的插入算法:void Insert_SortTree (BiTree ST, ElemType x); 3. 编制中序遍历函数; 4. 在main()函数中完成二叉排序树的建立,以及中序遍历的输出。(二叉排序树的各个元素从键盘输入,并利用Insert_SortTree()函数进行
<段苛苛> 在 2024-10-12 上传 | 大小:15360 | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 1370.71 .72 .73 .74 .75 ... 2656 »

源码中国 www.ymcn.org