搜索资源列表
lianbiaoxueshengxinxiguanli
- 表的基本操作 假设学生信息含有:学号、姓名、成绩。要求用单链表表示一个班的学生信息,并能用菜单形式实现如下功能(菜单要能重复使用): 1、建立单链表 2、输出单链表 3、查找单链表 4、插入单链表 5、删除单链表 6、更新单链表 7、逆置单链表 0、退出系统 -The basic operation of the table contains the assumption Student Information: Student ID, name, pe
DrugsForYou
- 这是一个药房的自动处方跟踪系统(PTS)。(1)系统用于跟踪每个客户的一下信息: 1.客户姓名; 2.电话号码; 3.出生日期; 4.承保公司; 5.处方历史记录,详情如下。 (2) 每个客户的处方历史记录会记录每个处方的以下信息: 1.药房指定的唯一处方ID号; 2.处方开出的药物; 3.开处方的医师姓名和电话; 4.处方日期; 5.处方终止日期; 6.批准的再次给药次数; 7.每次按照药方抓药的“单位”数量, 其 中
OS
- 编制一段程序,使用系统调用fork()创建三个子进程,在各个子进程中再使用系统调用getpid()和getppid()获取当前进程和父进程的进程标识号并输出。-The preparation of a program, use the system call fork () to create three sub-processes, the various sub-processes re-use system call getpid () and getppid () Get the cur
pci-driver
- new PCI device ID to this driver and re-probe devices for Linux v2.13.6.
pci-driver
- pci_add_dynid - add a new PCI device ID to this driver and re-probe devices.