资源列表

« 1 2 ... .94 .95 .96 .97 .98 1599.00 .01 .02 .03 .04 ... 2656 »

[数据结构常用算法permutation

说明: 这是一个算法设计题目,要求输入一个正整数n,将1~n之间的每个数排列2次, 要求两个1之间有一个数,两个2之间有两个数,两个3之间有3个数,......, 两个n之间有n个数。列出所有的可能排列。-This is a subject of algorithm design, to enter a positive integer n, the 1 ~ n 2 arranged between the number of tim
<陈翔> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法JosephInC

说明: 这是约瑟夫问题C语言的完美解决版本,有需要的可以下啊-This is the perfect Joseph solve the problem version of the C language, there is a need to be the next ah
<陈翔> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法Ex1

说明:按输入序列:Jan、Feb、Mar、App、May 建立初始链表。 (2)在Feb 之前,May 之后,先后插入Jun、Ocb。 (3)先后删除Mar 和 Jan 。 (4)在App之前插入Dec。 -Press the input sequence: Jan, Feb, Mar, App, May create the initial list. (2) before the Feb, May, after succe
<沈荣华> 在 2024-10-08 上传 | 大小:2048 | 下载:0

[数据结构常用算法Ex2

说明:按输入序列:Jan、Feb、Mar、App、May 建立初始链表。 (2)在Feb 之前,May 之后,先后插入Jun、Ocb。 (3)先后删除Mar 和 Jan 。 (4)在App之前插入Dec。 -Press the input sequence: Jan, Feb, Mar, App, May create the initial list. (2) before the Feb, May, after succe
<沈荣华> 在 2024-10-08 上传 | 大小:2048 | 下载:0

[数据结构常用算法ds_class-ieg

说明:Data structure example codes
<aravind> 在 2024-10-08 上传 | 大小:6144 | 下载:0

[数据结构常用算法AA

说明:统计、求和与*排序 [目的] 熟悉循环和子程序调用的编程方法 [设计要求] 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作。 -Statistics, Sum* S
<陆梦迪> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法node

说明:多项式运算类及其应用,利用单链表实现多项式的加法运算-Computing class polynomials and its applications, the use of single linked list of the addition operation to achieve polynomial
<卢志成> 在 2024-10-08 上传 | 大小:222208 | 下载:0

[数据结构常用算法jiaoji

说明:用顺序表求俩个集合的交集,并输出所求得的交集-Seeking the order form with the intersection of two collections, and the output obtained by the intersection of
<KOU> 在 2024-10-08 上传 | 大小:458752 | 下载:0

[数据结构常用算法8corns

说明:此文件主要用于观察八枚硬币的排列情况,我们可以用它观察八枚硬币的随机排列!-This file is mainly used to observe the eight coins arrangement, we can use it to observe the random arrangement of eight coins!
<friends> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法rebuild-the-binary-tree

说明:二叉树重建 scily1935 根据二叉树的前序遍历和中序遍历的节点序列,输出二叉树的层序遍历的节点序列-rebulit the binary tree
<liaoyuhui> 在 2024-10-08 上传 | 大小:13312 | 下载:0

[数据结构常用算法third2

说明:2.编写程序实现表达式求值,即验证某算术表达式的正确性,若正确,则计算该算术表达式的值。 主要功能描述如下: 1、从键盘上输入表达式。 2、分析该表达式是否合法: (1)是数字,则判断该数字的合法性。若合法,则压入数据到堆栈中。 (2)是规定的运算符,则根据规则进行处理。在处理过程中,将计算该表达式的值。 (3)若是其它字符,则返回错误信息。 3、若上述处理过程中没有发现错误,则认为该表达式合法,并打印
<bagai> 在 2024-10-08 上传 | 大小:1517568 | 下载:0

[数据结构常用算法Knight-to-travel-around

说明:骑士周游问题,用回溯法计算~希望对大家有帮助~-Knights tour problem with backtracking method ~
<> 在 2024-10-08 上传 | 大小:1024 | 下载:0
« 1 2 ... .94 .95 .96 .97 .98 1599.00 .01 .02 .03 .04 ... 2656 »

源码中国 www.ymcn.org