资源列表

« 1 2 ... .71 .72 .73 .74 .75 1576.77 .78 .79 .80 .81 ... 2656 »

[数据结构常用算法Intelligence

说明:Some interesting algorithm form AI(artificial intelligence)
<Marek> 在 2024-11-11 上传 | 大小:37kb | 下载:0

[数据结构常用算法mgfruit

说明:noip 合并果子问题AC代码 思想:堆排序,贪心算法-noip AC code ideology combined fruit problem: heap sort, the greedy algorithm
<软肋> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Stack-processing-data

说明:编写三个函数;主函数、进栈函数、出栈函数。 主函数定义并初始化堆栈,用一个循环,由用户输入对堆栈的操作要求,进栈、出栈或结束操作。 进栈函数在数据进栈前要测试堆栈是否已满,如果已满,则输出提示,告知堆栈已满并取消本次进栈操作;如果未满,将数据进栈并修改栈顶指示器。 出栈函数在数据前要测试堆栈是否已空,如果已空,则输出提示,告知堆栈已空并取消本次出栈操作;如果为空,将栈顶出栈并修改栈顶指示器。数据出栈应将其输出到屏幕。 .
<林树屏> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法test

说明:约瑟夫问题 设有n个人站成一圈,每个人有不同的编号i(1≤i≤n)。从编号为1的人开始按顺时针方向“1,2,3,4…”循环报数,数到m的人出列,然后从出列者的下一个人重新开始报数,数到m的人又出列,如此重复进行,直到n个人都出列为止。约瑟夫问题是:对于任意给定的n个人的原始排列顺序和m值,求出n个人的出列顺序。 例如,当8个人的原始排列顺序为 1 2 3 4 5 6 7 8 并且m=4时,其出列顺序为 4 8
<段磊> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法coding

说明:一些基础的C++操作,适用于刚开始学习C++的学生,大部分是老师布置的习题,其中包括数据结构的前4道题目,和一个自己编写的日期类-Some basic C++ operator, for beginning students to learn C++, most of the teachers arranged exercises, including the first four data structures topics, and
<陈剑峰> 在 2024-11-11 上传 | 大小:7kb | 下载:0

[数据结构常用算法Dijkstra

说明:1. 初使时令 S={V0},T={其余顶点},T中顶点对应的距离值   若存在<V0,Vi>,d(V0,Vi)为<V0,Vi>弧上的权值   若不存在<V0,Vi>,d(V0,Vi)为∝   2. 从T中选取一个其距离值为最小的顶点W且不在S中,加入S   3. 对T中顶点的距离值进行修改:若加进W作中间顶点,从V0到Vi的   距离值比不加W的路径要短,则修改此距离值   重复上述步骤2、3,直到
<Dell Sford> 在 2024-11-11 上传 | 大小:146kb | 下载:0

[数据结构常用算法joseph

说明:M个人围成一圈,从第一个人开始依次从1到N循环报数,当报到N的时候此人出圈,直到圈中只剩一人为止.要求按退出顺序给出原始编号-M personal circle, starting from the first person in turn reported from 1 to N number of cycles, N, when the report when the person out circle, circle until
<夏天> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法CarStationDemo

说明:学习数据结构最好的例子,里面综合了队列,栈,链表等内容。学习数据结构的可以下载下来好好看一下。-Learn the best example of data structure, which combines the queues, stacks, linked lists and so on.
<liyongbing> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法mymath

说明:C语言,三角函数,平方根快速算法。运算速度很快,可以用来替换部分标准库 math.h 内的函数-C, trigonometric functions, square root of the fast algorithm. Fast operation, can be used to replace part of the standard library math.h functions within the
<majianjia> 在 2024-11-11 上传 | 大小:3kb | 下载:0

[数据结构常用算法program

说明:链表 删除的C 数据结构 严蔚敏的书,清华出版-Delete L删除等线性表元素,数据结构书中代码
<yc> 在 2024-11-11 上传 | 大小:2.53mb | 下载:0

[数据结构常用算法zhengshuzhuanzifu

说明:将输入的整数转换成字符串的C语言编程程序-The input string into an integer programming in C language program
<刘家强> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法zifutongji

说明:一个用于统计输入字符串各种字符个数的C语言程序-A string of characters used for statistical input number of the C language program
<刘家强> 在 2024-11-11 上传 | 大小:166kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 1576.77 .78 .79 .80 .81 ... 2656 »

源码中国 www.ymcn.org