搜索资源列表
labllookup
- 图书查询系统,内附数据库,用ado和odbc都可实现.C++语言编写。 不懂联系我:zhaoshuangxiang.88@163.com -Book Search system, containing a database, using ado and odbc can be realized. C++ language. Contact me do not understand: zhaoshuangxiang.88 @ 163.com
1
- 1. 编写并测试如下函数: void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。
88
- 磁盘调度算法,有最短寻道时间优先调度算法和扫描算法 。-Disk scheduling, priority scheduling algorithm with the shortest seek time and scanning algorithms.
88
- 磁盘调度算法,有最短寻道时间优先调度算法和扫描算法 。-Disk scheduling, priority scheduling algorithm with the shortest seek time and scanning algorithms.