资源列表

« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 2656 »

[数据结构常用算法fibonaqi

说明:Fibonacci数列是一种特殊的数列,数列的第一项、第二项的值为1,从数列的第三项开始,每一项的值都等于数列前两项值的和。本题就是编程求解Fibonacci数列第n项的值,并在屏幕上显示出来。-Fibonacci series is a special series, the first series of items, the second of the value of a, series from the third, each
<fisherman> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法yueli

说明:利用元年元月元日(即1年1月1日)是星期一的已知事实,编写程序,输入任意一个年份,然后再输入任意一个月份,由程序负责在屏幕上显示出这一个月的月历。-January Xianming the first year of use (that is, one year on January 1) is the known facts Monday, programming, an arbitrary importation year, and
<fisherman> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法sushudui

说明:编制函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数n,找出满足n=i+j的所有数对,其中要求i与j均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。-establishment prime function, used to judge whether the i
<fisherman> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法xianxingfangcheng

说明:编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。 -programmed by the following demands to solve
<fisherman> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法luhn

说明:LUHN算法的作用是为了计算信用卡等证件号码的合法性 -LUHN algorithm to the role of documents such as credit card numbers legitimacy
<duyankang> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法hanota

说明:这个程序的实现可以明确递归方法的使用,理解结构化编程的概念。-the realization of this procedure recursive method can clearly understands the use of structured programming concepts.
<sunzhanjun> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法20070320list

说明:包括链表的各项操作,添加、删除、修改等。还包括单项连标和双向链表。-including the operation, add, delete, revise. Also including individual targets and even two-way linked list.
<张婧姝> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法RegPay

说明:Print a string backwards.rar Print a string backwards.rar-Print a string backwards.rarPrint a strin g backwards.rarPrint a string backwards.rar
<lusong> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法CRC16_C

说明:在C语言中开发的crc16查表算法的源代码,看看有没有参考价值!-in C language development crc16 Lookups for the source code, to see if there is any reference value!
<a> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法REVERSE1

说明:设表的Reverse运算将表中次序反转,实现单链表的Reverse,为公有成员-based questionnaire Reverse Operators will reverse the table order to achieve single-Chain Reverse. members of the public
<wodezui-i> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法jhgrerfgjz

说明:一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法-a simple matrix inversion for the C language algorithms for a simple matrix inversion of the c language a simple algorithm The matrix inversion for the C language a
<> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法MERGE-SingleADT1

说明:用单链表实现对两个无序 A,B表进行合并并使的合并后的表按从小到大排序-The realization of single-chain disorder of the two A, B table after the merger and the merger of the table by small to large order
<wodezui-i> 在 2024-11-19 上传 | 大小:1kb | 下载:0
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 2656 »

源码中国 www.ymcn.org