资源列表

« 1 2 ... .84 .85 .86 .87 .88 1689.90 .91 .92 .93 .94 ... 2656 »

[数据结构常用算法26-letters

说明:数据结构中,运用链表实现26个字母记录。运行在控制台上。-Data structure, use the list to achieve the 26 letters record. Running on the console.
<一三口乂刀> 在 2024-10-06 上传 | 大小:194560 | 下载:0

[数据结构常用算法permutations

说明:组合数学全排列,包含有六种全排列的方法,字典序法-math of permutations
<> 在 2024-10-06 上传 | 大小:26624 | 下载:0

[数据结构常用算法Four-bracket-operator

说明:数据结构中,运用链表实现四则括号运算等,运行在VC控制台上。-Data structure, the use of chain operations to achieve four brackets, etc., running in the VC console.
<一三口乂刀> 在 2024-10-06 上传 | 大小:239616 | 下载:0

[数据结构常用算法Number-system-conversion

说明:数据结构中,运用链表实现各种数值进制的转换,运行在控制台上。-Data structure, using a variety of value chain to achieve the conversion of binary to run on the console.
<一三口乂刀> 在 2024-10-06 上传 | 大小:527360 | 下载:0

[数据结构常用算法Student-Information-Management

说明:数据结构中,运用链表实现学生信息的管理功能。运行在控制台上。-Data structure, use the list to achieve student information management. Running on the console.
<一三口乂刀> 在 2024-10-06 上传 | 大小:180224 | 下载:0

[数据结构常用算法Tower-of-Hanoi

说明:数据结构中,运用链表实现经典汉诺塔的移动。程序运行在控制台上。-Data structure, use the list to achieve the classic Tower of Hanoi s move. Program running on the console.
<一三口乂刀> 在 2024-10-06 上传 | 大小:184320 | 下载:0

[数据结构常用算法8-queens-problems

说明:用回溯递归法有效解决八皇后问题,这个问题是数据库中的经典例题,用c语言实现。-8 queens problems
<yinli> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法bubble-sort

说明:数据结构中的经典例题,冒泡排序,带有源程序-Bubble sort
<yinli> 在 2024-10-06 上传 | 大小:244736 | 下载:0

[数据结构常用算法inOut

说明:VC控制台下的编程,主要实现人外部文本文件读取数据,并同时写出到外部另一个文件。希望这份小东西能对急切需要此类功能的同学有帮助。-VC console programming, the main external text files were read, while another write to the external file. Hope this code can help the students who command
<侯晓琴> 在 2024-10-06 上传 | 大小:370688 | 下载:0

[数据结构常用算法301-25-6-6

说明:编写函数merge()将两个非递减序链表合并成一个新的非递减序链表-the function merge() make two lists into one in Non decreasing order.
<dada> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法301-25-6-7

说明:编写函数isSubset()用于判断链表L1中的每个数据元素是否都在链表L2中出现过,若是,则返回真,否则假。-the function is subset() ,it is used to judge if data in list L1 appears in list L2.
<dada> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法301-25-6-1

说明:学生成绩管理,假设每个学生信息包括学号、姓名和3门课程的考试分数。从键盘输入10个学生的数据,采用结构体 //* 数组数据的存储,程序实现如下功能: //* 1)输出三门课的平均成绩。 //* 2)输出三门功课分数分别最高的学生的信息。 //* 3)按总分对这10个学生从高到低排序,并输出排序结果。 //* 4)输出平均分高于80分那些学生的信息。-it s a student s score manage pro
<dada> 在 2024-10-06 上传 | 大小:2048 | 下载:0
« 1 2 ... .84 .85 .86 .87 .88 1689.90 .91 .92 .93 .94 ... 2656 »

源码中国 www.ymcn.org