资源列表

« 1 2 ... .95 .96 .97 .98 .99 2300.01 .02 .03 .04 .05 ... 2656 »

[数据结构常用算法AniMatrix

说明:用c写的对矩阵求逆的算法,采用直接迭代,适合2阶和3阶矩阵-used to write the right matrix inversion algorithm, the introduction of direct iteration, for two bands and three bands Matrix
<申魏> 在 2024-11-15 上传 | 大小:862kb | 下载:0

[数据结构常用算法lianbiao

说明:数据结构经典实验 关于链表的实现 环境Visual C-Data structure of a classic experiment on the list to achieve environmental Visual C++
<潘晓芳> 在 2024-11-15 上传 | 大小:862kb | 下载:0

[数据结构常用算法eight-queen

说明:八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。-8 queens problems in the 19 th century famous mathematician gauss put forward in 1850. His problem is: in 8* 8 board pl
<fairy> 在 2024-11-15 上传 | 大小:862kb | 下载:0

[数据结构常用算法hwj

说明:计算20个数值中的奇数之和以及偶数之和,并输出-In C++ language 20 values ​ ​ were calculated and the odd and even numbers and calculated,calculated,calculated
<彭博> 在 2024-11-15 上传 | 大小:861kb | 下载:0

[数据结构常用算法bahuanghou

说明:最简单的、传统的八皇后问题,利用了C++中的栈结构-This is the most simple one.There are program designs of eight queens chess problem.
<郭明峰> 在 2024-11-15 上传 | 大小:862kb | 下载:0

[数据结构常用算法MILLER_RABIN

说明:MILLER_RABIN随机算法,计算100000之200000之内的素数,测试生成个数和具体数。-MILLER_RABIN,probobility algorithm,used to test the sushu in 100000 to 200000
<monica> 在 2024-11-15 上传 | 大小:861kb | 下载:0

[数据结构常用算法insert

说明:直接插入排序小程序,也许有些人对几种排序算法不太清楚,这是关于直接插入排序的,希望有用,-this is a sort program ,you can using it sort a array
<yanrui> 在 2024-11-15 上传 | 大小:861kb | 下载:0

[数据结构常用算法DirectedGraph

说明:这是一个针对有向图寻找出两点之间最短路径的程序 是基于最短路径算法完成的-an algorithm to find the shortest path
<zidanyu> 在 2024-11-15 上传 | 大小:861kb | 下载:0

[数据结构常用算法hebingyiyuanduoxiangshi

说明:合并一元多项式,非常简单易懂的代码,适合学习数据结构的链表-This procedure combined to achieve a dollar polynomial. This procedure according to entry input methods for the input, one for each input item, it will first prompt entry of the power, and t
<古灵> 在 2024-11-15 上传 | 大小:861kb | 下载:0

[数据结构常用算法duanyuanlujin

说明:计算机算法分析师习题,单源最短路径问题,使用的是贪心选择算法实现,通过调试,c言语实现-The the computer algorithms analyst exercises, single source shortest path problem, use greedy selection algorithm implementation, through debugging, c speech achieve
<yangyu> 在 2024-11-15 上传 | 大小:862kb | 下载:0

[数据结构常用算法liandui

说明:队列的链式存储结构,包括创建,初始化,入队,出队,显示等操作-Chain store queue structure, including the creation, initialization, into the team, a team, display and other operations
<judy> 在 2024-11-15 上传 | 大小:861kb | 下载:0

[数据结构常用算法HuffManSLN (1)

说明:霍夫曼编码使用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。(Huffman Hoffman uses a variable length encoding encoding encoding table of source symbol
<one1234> 在 2024-11-15 上传 | 大小:861kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 2300.01 .02 .03 .04 .05 ... 2656 »

源码中国 www.ymcn.org