搜索资源列表
CZipFileExe_kkk
- 解压缩代码库,非常好用,可以写自己的解呀缩等等程序。代码很漂亮-Extract the code base, very easy to use, you can write their own solution of it and so procedural reduction. Beautiful code
Unrarlibrary
- 这是WinRar官方的一个SDK库 这个库涵盖了rar的压缩算法 通过这个库你可以给你的程序添加rar压缩、解压缩功能 方法是在你的VisualC++工程中添加unrar.dll这个库 这样你就可以使用这个库里的各种函数进行文件操作 你可以查看unrardll.txt以得到这个库的使用方法-This is an official SDK library WinRar this database covers rar compression algorithm this library you c
LED
- 该实验讲解了如何运用 ST的库来操作I/O口,使I/O口产 生置位(1)和复位(0)信号,从而来控制LED的亮灭。-The experiments explain how to use the library to operate ST I/O ports, so that I/O port generates set (1) and reset (0) signal, thereby to control the LED light off.
ex
- (1)一个包含10个元素的数组,已按升序排序,输入一个任意的整数,将该整数插入数组中,使数组元素仍保持升序排列。 要求编写一个通用的插入排序函数InsertSort,它带有三个参数,第一个参数是含有n个元素的数组,这n个元素已按升序排序;第二个参数给出当前数组中元素的个数;第三个参数是要插入的整数。该函数的功能是将一个整数插入到数组中,然后进行排序。另外还需要一个用于输出数组元素的函数Print,要求每一行输出5个元素。 (2)编程求下列两个矩阵的加法(结果矩阵的元素值是这