-
将电脑上的屏幕信息保存于磁盘的C语言源程序代码
将电脑上的屏幕信息保存于磁盘的C语言源程序代码-will screen on the computer disk information stored at the C language source code
- 2023-07-03 02:55:03下载
- 积分:1
-
used to achieve a simple chat room! Please also provide professionals with the c...
用asp实现简单的聊天室! 还请各位专业人士给与指正与修改! 谢谢 各位的支持!-used to achieve a simple chat room! Please also provide professionals with the correct change! Thank you for your support!
- 2022-03-25 11:48:02下载
- 积分:1
-
1、任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求:
(1)采用交互工作方式
(2)可以增加、删除、修改信息
(3)建立数据文件 ,数...
1、任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求:
(1)采用交互工作方式
(2)可以增加、删除、修改信息
(3)建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(用选择排序)
2、查询菜单: (用二分查找实现以下操作)
(1)按姓名查询
(2)按学号查询
(3)按房号查询
3、打印任一查询结果(可以连续操作)
-a task : to prepare dormitory management staff inquiries a dormitory management software, program design requirements : (1) interactive work (2) can add, delete, change information (3) Establish data files, data files by keyword (name, school, room number) rank (with choice of ranking) 2, inquiries menu : (2 hours with you to achieve the following operational) (1) the names of inquiries (2) the school inquiry (3) of the inquiry three, Print the results of an inquiry (capable of continuous operation)
- 2023-03-09 03:15:04下载
- 积分:1
-
用于实现上面应用程序的相关数据集.是matlab数据文件格式的
用于实现上面应用程序的相关数据集.是matlab数据文件格式的-used to achieve the above applications related data sets. Matlab is the data file format
- 2023-04-15 11:10:03下载
- 积分:1
-
USART
USART-ATMEGA16A.rar是ATMEGA16的升级版本ATMEGA16A的串口的使用介绍,包括硬件设置和源代码-USART-ATMEGA16A.rar upgrade is the ATMEGA16 serial ATMEGA16A use, including hardware setup and source code
- 2023-08-18 19:50:04下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
技术讨论,combust 3 的制作要求,及一些要注意的容易出错的问题...
技术讨论,combust 3 的制作要求,及一些要注意的容易出错的问题-technical discussions combust 3 of production requirements, and some attention to the error-prone!
- 2022-03-23 23:27:56下载
- 积分:1
-
rap personal website FLASH do and the whole source, and the exchange of exchange...
超酷的个人网站 全FLASH做及源码,和大家交流交流。-rap personal website FLASH do and the whole source, and the exchange of exchange.
- 2022-05-31 10:59:25下载
- 积分:1
-
在任意移动的窗口中实现小球的控制
实现控制一个小球在窗口中上下左右任意移动-achieve control of the ball in a small window above and below arbitrary Mobile
- 2022-07-05 02:48:10下载
- 积分:1
-
OpenMP并行程序设计语言,语言有2,5版,学习…
OpenMP 是并行编程的高级语言,该语言已经到了2,5版了,要学习并行编程几乎不可能不学习OpenMP了,该文件是OpenMP最新API说明文档-OpenMP parallel programming language, the language has to 2,5 edition, learning to parallel programming is almost impossible not to learn OpenMP. The document is the latest OpenMP API documentation
- 2022-08-10 04:12:24下载
- 积分:1