资源列表

« 1 2 ... .96 .97 .98 .99 .00 1701.02 .03 .04 .05 .06 ... 2656 »

[数据结构常用算法List_problem

说明:this a program which reads records from a file and inserts them into a list.The program performs operations like delete an entry, add an entry, order by a certain key, etc. The program is made using both singly linked li
<twiggy> 在 2024-10-06 上传 | 大小:35840 | 下载:0

[数据结构常用算法prog10-mathquiz

说明:Exercises on inheritance classes,
<iswann> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法Balancedbinarytree

说明:一 需求分析 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-Balanced binary tree
<何振光> 在 2024-10-06 上传 | 大小:76800 | 下载:0

[数据结构常用算法08150851

说明:从一个迷宫的入口到出口找出一条可通路经。用一个二维数组MG(1:M,1:N)模拟迷宫,数组元素为0表示该位置可以通过, 数组元素为1表示该位置不可以通行。MG(1,1)和MG(M,N)分别为迷宫的入口和出口。 -From the entrance to the exit of a maze to find an available path through. With a two-dimensional array MG (1:
<de> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法sqlist

说明:顺序表的基本操作,插入,删除和输入输出等操作-The basic operation of the order of the table, insert, delete, and input and output and other operations. . . . . . .
<de> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法cordic

说明:用CORDIC算法来计算正弦和余弦函数,稍加修改还可计算其他函数-CORDIC algorithm is used to calculate the sine and cosine functions, other functions can be calculated slightly modified
<姚玉龙> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法wuziqi

说明:五子棋对战源代码 算法设计,选择当前最优-Backgammon play against the source code for algorithm design, select the current best
<ran> 在 2024-10-06 上传 | 大小:4060160 | 下载:0

[数据结构常用算法WebPages_WordSplitting

说明:自动提取网页内容(附带简单的 HTTPAnalyzer 类),并根据词典进行分词。-Automatically get the content from webpages, and split the words based on the internal Chinese dictionary.
<王啊> 在 2024-10-06 上传 | 大小:3475456 | 下载:0

[数据结构常用算法WebPages_InvertedFile

说明:根据中文分词结果生成倒排文档,并将结果输出到文本文件中。-Generate the inverted file based on the result of word-splitting, and output to a text file.
<王啊> 在 2024-10-06 上传 | 大小:4790272 | 下载:0

[数据结构常用算法migong

说明:用回溯法完成迷宫问题,迷宫大小自己设定,用一个矩阵表示一个迷宫,每个位置上位1或者0,如果为0,表示此路不通,为1,表示此路可以走,最后输出走出迷宫的路径或者显示不能走出的信息-Maze problem using backtracking to complete, the size of their maze set, a maze with a matrix, each position of the upper 1 or 0, i
<王波> 在 2024-10-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法mfcc

说明:c语言版本的mfcc提取代码。适合新手使用。比较简单-c language version of the mfcc extraction code. Suitable for novice use. Simple
<stupidboy> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法Exercise8_22

说明:写一个程序来创建一个Exercise8_22.txt 文件,随机的100个整数,从文件中读出这些数,并且排序。-Write a program to create a file named Exercise8_22.txt if it does not exist.Wite one hundred integers created radomly into the file using text I/O .Integer are se
<玲玲> 在 2024-10-06 上传 | 大小:2048 | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 1701.02 .03 .04 .05 .06 ... 2656 »

源码中国 www.ymcn.org