资源列表
IMGCaputre
- 介绍了图案法显示图像和随机抖动法显示图像的Visual C++ 实现-Introduced the design method to display images and random jitter method to display images of Visual C++ Implementation
calc
- 一个小型计算器实现代码,使用C语言编写,同时附加最好用的编译器notepad-A small calculator implementation code , writer in C language
Maoliao
- 超级猫里奥,变态版超级玛丽源码,各种奇葩陷阱,给玩家带来不一样的体验-Super cat Rio, a twisted version of super Marie source
Stencil-Shadow
- 一个用模板缓冲实现阴影的DX实例,适合初学者学习,将会有很大帮助,亲测能在VS2008下编译!-Achieved with a stencil buffer shadows DX instance, suitable for beginners to learn, there will be a great help, pro-test can be compiled in VS2008!
ArcGISEngineDevPPT
- ArcGIS Engine 开发讲座,很好的书籍,很实用,是学习AE的好书籍-ArcGIS Engine Developer talks, good books, it is practical, a good book to learn AE
SDRAM_verilog@tequan
- 本资源是特权同学编写的sdram控制器,包括数据读写,串口输出,很有学习价值-This resource is privileged students write sdram controller, including data read and write, serial port output, is worth learning
SignalsandSystemswithMATLABComputingandSimulinkMod
- 信号与系统中用matlab实现计算及simulink建模-Signals and Systems with MATLAB Computing and Simulink Modeling
PlateRecognition
- 调用识别库对车牌进行识别,输出扫描到的车牌信息-License plate recognition library call identification
ml605_PCIe_Gen1_x8_rdf0008_13.2_c
- 基于ML605开发板生成的x8 PCIE验证程序,可在ISE 13.2上正常运行,用户可根据自身需求进行修改-ML605 development board based on the generated x8 PCIE verification process can be run properly in ISE 13.2, the user can modify according to their needs
FSK
- 通过2FSK通信系统综合设计实验,加强对2FSK调制器与解调器的通信技术电路理解,学会查寻资料、方案比较,以及设计计算环节。学会对所学基本理论知识的综合运用;掌握使用Multisim软件的操作方法(Through the comprehensive design experiment of 2FSK communication system, we need to enhance the understanding of the communication technology of 2FSK
Echarts地图json
- Echarts地图json 包含中国、各省、各市文件(Echarts maps json. It includes China, the whole province and every city.)
汉诺塔
- MFC实现汉诺塔 1) 刚开始时,缺省三根针,三(多)层金盘位于第一根针上。 2) 按“开始”菜单演示汉诺塔移动过程,按“结束”菜单结束汉诺塔演示过程。 3) 在客户区正确显示当前移动图示过程。 4) 在客户区正确显示当前移动总次数、各金盘的移动次数和各针上发生的移动次数。 5) 按“单步演示”菜单打勾来一步一步查看过程。“单步演示”菜单不打勾时表示是自动演示(每次移动间隔1s)。“单步演示”菜单每次一次,三根针状态复位。(MFC hanoi tower)