资源列表
lab6_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个元素。-Write a
memory-allocation-and-recovery
- 用c语言实现系统内存的写入分区、删除回收分区、整理空闲区。-C language system memory to write the partition, delete the recovery partition, organize free zone.
file-operation
- 用C语言实现系统文件的打开、读写、删除、关闭的相关操作。-With C language system files to open, read and write, delete, closed operation.
JSQ
- VC++实现的小型计算器,可以实现加、减、乘、除等等。是VC++书里面里面的程序-The small calculator the VC++ implementation can be achieved addition, subtraction, multiplication, division, etc.. Is inside the VC++ book inside the program
HuiTu
- 用VC++做的绘图工具,在VC++书上绘图的改进版,有颜色,点、线段、清屏-The drawing tools with VC++ do, improved version of the drawing in VC++ book, color, point, line, clear the screen, etc.
Player
- 进度条player,用VC++编写的课本上的程序,带有进度条的播放器-Progress bar player with prepared by the VC++, textbook program, with the progress of the player
shubiao
- 用VC++编写的鼠标工具 ,按VC++书上要求编写的,带有坐标显示,坐标随鼠标移动,-With the mouse tool prepared by the VC++,, prepared at the request by VC++ book with coordinates, coordinate with the mouse,
music
- 用VC++编写的音乐播放器工具,能播放、暂停、下一首歌曲、背景音乐、停止背景音乐-Tools with prepared by the VC++, music player can play, pause, next song, background music, stop background music
parameter-identified
- 系统参数辨识,逆M序列生成输入与输出, 根据输入输出辨识系统参数, 模型可带噪声-parameter identified
Dll2
- 本程序当中包括了实现动态链接库的创建所需的源代码。-This procedure includes the source code to create the required dynamic link library.
DllTest
- 本程序演示了创建链接库程序的创建所需的源代码。-The demonstration of the process to create the required source code to create a link library.
Winio_8255IOTestConsol
- 以winio进行硬件端口,用LPT IO端口对8255直接访问程序源码-To the winio hardware port LPT IO port 8255 direct access to program source code
