资源列表
Mouse_use
- 鼠标驱动 TC2.0 从课本上抄下来的-mouse driven from the textbook READ jotted down
fractal
- 好东西哦,是个我也说不清的东西,请大家一起研究-good things, oh, I was also inexplicable things, we study together
ZTE_network_protocol_DOC
- 中兴公司的《常用网络协议原理》DOC,包括ATM基本原理,G.703建议,MPLS原理,OSPF协议,PPPOE,PPP协议,RIP协议,SNMP-ZTE Corporation's "Principle of common network protocol," DOC, including the basic tenets of ATM, G.703, MPLS principle, OSPF, PPPOE, PPP, RIP, SNMP
1985_Super_Mario_Bros
- 1985年的超级玛力源代码 Super Mario Bros. Copyright 1985 Nintendo Coded by: William Merrill Buerger Buergerw@warp.msoe.edu http://www.msoe.edu/~buergerw With help from: John Ratke -Keyboard Handler Themie Gouthas -XLIB graphics stu-19
Demo01-TowersofHanoi
- 以图形界面的方式形象的描述了数据结构中翰诺塔的过程-graphical interface to the image descr iption of the data structure Brigham Young Tower of the process
singalsample
- 使用AD转换芯片将模拟信号转换成为数字信号,使用DSP对转换后的数字信号读取并保存-use AD converter chip analog signal conversion into digital signals, DSP used after the conversion to digital signals and keep reading
neusoft_document
- 沈阳东大阿尔派软件股份有限公司,软件工程过程管理文档格式-Shenyang eastern Altai faction Software Company Ltd., software engineering process management file formats
Game02-MapEditor
- 网络游戏中位置定位的实现,值得参考-network game location positioning the realization worth considering!
lsbok.txt
- 数字水印图片信息隐藏在载体图片的最低有效位lsb,直接替换,该方法简单易操作,鲁棒性很差,经不起加噪,滤波,剪贴等攻击-digital watermarking Photo vector information hidden in the lowest effective photo-lsb direct replacement, The method is simple and easy to operate, robust poor and the inability to increase
Game01-Adventurev1
- 模拟游戏中人的行走,开发网络游戏的可以参考一下-game simulation of human travel, and development of network games can take a look
Soft20060210094429327
- 对256色bmp图像进行处理的程序 包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容-pair of 256-color bmp image processing procedures including point operations, geometry transformation, orthogonal transformation, image enhancement, morphological transformatio
SortTree
- 创建一棵二叉排序树,并采用中序遍历和层次遍历法输出其顶点序列,主要实验内容如下: 1. 定义二叉排序树的结构BiTree; 2. 编制二叉排序树的插入算法:void Insert_SortTree (BiTree ST, ElemType x); 3. 编制中序遍历函数; 4. 在main()函数中完成二叉排序树的建立,以及中序遍历的输出。(二叉排序树的各个元素从键盘输入,并利用Insert_SortTree()函数进行插入建立); 5. 编制层次遍历函数,并在main()函