资源列表

[中间件编程equ

说明: 编写具有如下函数原型的递归与非递归两种函数equ,负责判断数组a与b的前n个元素值是否按下标对应完全相同,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool equ(int a[], int b[], int n) 提示:递归函数中可按如下方式来分解并处理问题,先判断最后一个元素是否相同,不同则返false;相同则看n是否等于1,是则返回true,否则进行递归调用(传去实参a、b与
<常玉香> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[中间件编程8queens

说明:编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2
<常玉香> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[操作系统开发d

说明:操作系统的银行家算法 只有安全性算法部分-Banker s algorithm operating systems only part of the security algorithm
<徐林> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言8259AIRQ2

说明:8259a的中断实验应用,利用irq2输出字符串-8259a disruption in experimental applications of the output string using IRQ2
<haitty1009> 在 2025-01-16 上传 | 大小:1kb | 下载:1

[书籍源码AD7789

说明:AD7789 16Bit/24bit的ADC IC,資料讀取源碼。-AD7789 16Bit/24bit the ADC IC, information read the source code.
<keny> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言RS232

说明:RS232串列傳輸程式,大家可以是玩-RS232 serial transfer program, we could be playing
<leoposem> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言choose

说明:选择音乐-Choice of music
<yan> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言5-2

说明:将输入的大写字母转换成小写字母输出,并判断所输入的字符是否超出字母表。-Will be entered into capital letters lowercase letters output, and determine whether the characters entered beyond the alphabet.
<海燕> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言SwbClock

说明:是一个关于时种的小例子,写的很短对于刚学习java的新手有着很大的帮助!-On when the species is a small example, written in a very short period for the novice just learning java has a great help!
<朱丽> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言month

说明:查一个月多少天,输入需要查询的月,返回该月的天数。-Check how many days a month, enter the query on the need to return the number of days of the month.
<爱护领域> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言ZK

说明:LED显示屏软件,由内码(或ASCII)读汉字点阵库,正常使用,功能没有任何问题,通过实验-LED display software, from within the code (or ASCII) Reading Chinese characters dot matrix library, normal use, function without any problems, through experiments
<藏医生> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[Dephi控件源码map

说明:实现地图功能,放大,缩小,全屏,查询功能,实现地铁专题图功能。-The realization of the map function, magnified, reduced, full-screen, query functions, the realization of thematic maps subway function.
<孙祖正> 在 2025-01-16 上传 | 大小:1kb | 下载:0

源码中国 www.ymcn.org