资源列表

« 1 2 ... .20 .21 .22 .23 .24 1525.26 .27 .28 .29 .30 ... 2656 »

[数据结构常用算法1

说明:利用VC++6.0实现了基于伙伴算法的内存分配与释放,算法中只使用了数组这一数据结构,算是一大不足,希望大家予以完善-Achieved using VC++6.0 based partner with the release of memory allocation algorithms, the algorithm uses only the array data structure can be regarded as a big
<zhuimengren> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法1

说明:利用VC++6.0实现了迷宫问题,构成迷宫图形的数组由主函数中的二维数组决定,其他的操作可以按照界面提示进行-Using VC++6.0 to achieve a maze, maze graphics array form from the main function of the two-dimensional array of decisions, other operations can follow the screen pr
<zhuimengren> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法huffman4

说明:霍夫曼压缩程序,内建霍夫曼树,利于初学者掌握压缩的原理-Huffman compression procedure, built-in Huffman tree, which will help beginners to master the principles of compression
<polochen> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法C

说明:详细介绍了C语言的各种常见算法,算法简单易懂,很适合初学者,值得一看-Described in detail the various common C language algorithm is easy to understand, it is suitable for beginners, worth a visit
<堂堂> 在 2024-10-09 上传 | 大小:38912 | 下载:0

[数据结构常用算法1

说明:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去      掉不满足条件的排列。 -There are numbers 1,2,3,4, can form a number of disparate and non-repetitive three-digit number? Is how much? 1 program ana
<xie> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[数据结构常用算法2QQ

说明:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高   于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提   成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于   40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于   100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I
<xie> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[数据结构常用算法3QQ-

说明:一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?1.程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后-An integer, it is with 100 after a perfect square, plus 168 is a perfect square, what is the number of how many? 1 program an
<xie> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[数据结构常用算法4QQ

说明:输入某年某月某日,判断这一天是这一年的第几天?1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊      情况,闰年且输入月份大于3时需考虑多加一天。-Enter a certain period of a day, this day is to determine the first few days this year? 1 program analysis: the March 5, fo
<xie> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[数据结构常用算法5QQ

说明:输入三个整数x,y,z,请把这三个数由小到大输出。1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,      然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小-Enter three integers x, y, z, the number of small to large output of these three please. 1 progra
<xie> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[数据结构常用算法cloud-model

说明:李德毅教授的文章《数值型数据的泛概念树的自动生成方法》很有研究价值-Professor Li Deyi article, " the concept of numerical data of the pan-tree method of automatically generated" great research value
<范丽媛> 在 2024-10-09 上传 | 大小:220160 | 下载:0

[数据结构常用算法ParkingArea

说明:数据结构课程设计,停车场管理部分源码-Data structure course design, parking management component source
<eewcee> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法a3003@04.02

说明:本程序算法相对简单,可以申请一个2维数组,作为方格的抽象,本程序做了一个尝试,即将2维数组变为一维,但是仍然可以通过整数除法与模运算求得相应与2维数组的行列数值。本题算法其实是经典迷宫问题的一个变种。只是判断规则和行走规则有所出入。解决思想基本一致。现规定从当前点有4*step(step是最大步长)个选择(如果存在的话,否则到方格边界则不走);采用回溯遍历所有的情况,取得最大值输出。-The program algorithm is r
<张飞> 在 2024-10-09 上传 | 大小:1779712 | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 1525.26 .27 .28 .29 .30 ... 2656 »

源码中国 www.ymcn.org