搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
ospsample
- Version number header file for simple OpenH323 sample T.38 transmitter.
SCAN.rar
- 扫描仪驱动开发范例 开发范例 说 明 文件名 大小(KB) 更新日期 4a,4b,4c扫描仪的DOS下的驱动及开发范例 4a.zip* 53 1998/09/21 Windows 环境Twain接口开发范例(16位) Twain.zip* 38 1998/09/21 Windows 环境Twain接口开发范例(32位) Twain32.zip* 62 1998/09/21 Windows 环境下扫描仪控制动态链接库(16位) scan16
ITU-T.38-chinese
- ITU-T T38通信协议-ITU-T T38 communication protocol. . . . . . .
DriverVirus
- 实现了底层的自我保护和读写注册表功能,编译后ESET NOD32会报病毒-.LOG 13:12 03-9-14 Version 0.1 can write register when program is run. 13:23 03-9-15 Version 0.11 same as v0.1, but reprogrammed by asm, and only use one export symbol : IoCallDriver 8
t38modem-1.0.0.tar
- T38FAX Pseudo Modem From your fax or voice application view point it s a fax/voice modem pool. From IP network view point it s a H.323 endpoint with T.38 fax support. From your view point it s a gateway between an application and IP network.