资源列表

[其他小程序Cpp10

说明:计算A(n,x,y),当n<>0,y<>0时,用函数调用A(n,x,y-1)代替,其中B=A(n,x,y-1)。在计算A(n,x,y-1)前,应先将参数n,x,y保存起来,待计算出A(n,x,y-1)的值之后,设其值为B,再回来计算A(n,B,x)。如果计算出A(n,x,y-1)时,仍有y-1>0,又要将n,x,y-1保存起来,去计算A(n,x,y-2),...,直到能计算出值,再返回来计算各中间值反复进行
<司成> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序Cpp22

说明:使用循环链表来实现报数的相关问题,同时可以对链表有更进一步的了解-use of recycled Chain to realize the number of related issues, while the List with further understanding
<司成> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序Cpp29

说明:八皇后问题可以有多种解法,再次通过找寻棋盘上各个棋子之间的斜率来解决-eight Queen's problems can have multiple solutions, which again find chessboard through various pieces of the slope to solve
<司成> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序我的链表

说明:我看数据结构后写的一个关于单链表的实现代码,功能还没完善,就构建了一个数据框架,如需要实现,请联系我-I see the data structure was made of a single linked list on the realization of code, functions No perfection and constructed a data fr a mework, such as the need to ach
<蔡天军> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序longnode

说明:长整数的四则运算,用双向循环链表实现,堆分配存储-long integer operations of four, with two-cycle Chain achieve stacked memory allocation
<赵小美> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序myPermission

说明:UNIX平台下使用C语言实现的检查主机hostID的函数,可用于程序的加密。-UNIX platform using C language mainfr a me hostID inspection functions can be used to process the encryption.
<netm> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序Hex2Txt

说明:这个程序是把一个16进制的文件中的数据,转换为文本表现的方式,比如0x40--》0x40写到一个文件中。-this procedure is a band of 16 documents, the data conversion performance of the text, such as 0x40-- "0x40 wrote a document.
<李建成> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序body

说明:下面给出的小程序程序用TC2.0编写。变化时边缘细胞不参与变化。随着迭代次数的不同,在屏幕显示的图案精彩纷呈,象万花筒般引人入胜-Below is a small program procedures used to prepare WITH TC 2.0. Changes in marginal cells do not change. With the number of iterations different, the scre
<李晓> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序gps_cmgl

说明:从GPS输出数据中分离出经纬度,日期,时间,速度等有效信息。-output data from the GPS isolated longitude and latitude, date, time, speed and effective information.
<宁磊> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序huibianyili

说明:汇编程序从键盘输入一个字符,要求调用bios中断,并用八进制的形式显示其扫描码和ascii码-assembler input from the keyboard of a character, called bios interrupt request, and octal form indicating their scan code and code ascii
<陈涛 > 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序6.16-虚继承

说明:此程序展示了C++得虚继承特性 源代码是老师所推荐 规范高效的代码-display in a virtual C source code inherited characteristics recommended by teachers norms efficient code
<鲸鱼> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[其他小程序Quick Search algorithm

说明:一种序列比对算法的源代码,希望对你会有帮助噢-than a sequence of the algorithm source code, you want to be helpful Oh
<赵机密> 在 2024-09-29 上传 | 大小:1024 | 下载:0

源码中国 www.ymcn.org