资源列表
wapMobileedition
- 使用ftp工具,将upload文件夹内所有文件上传至你的网站空间。先确认将以下目录以及子目录属性设置为 (777) 可写模式。-Use the FTP tool to upload all files in the upload folder to your web site. Make sure that the following directories and subdirectories attributes are set to (777) writable mode.
《Powerbuilder9·0实用教程》源代码和书
- powerbuilder9.0教程并代码(PowerBuilder 9.0 tutorial and code)
Verilog-design-
- 数字逻辑基础与Verilog设计 夏宇闻版 书籍附的代码和附录文档。-The basis of digital logic with Verilog design Xia Yu Wen-print books attached code and Appendix document.
neural-machine-learning
- 神经网络机器学习第三版书籍源码,Final Program after-Chapters,非常好的自学资料-Neural network machine learning third edition book source, Final Program after-Chapters, a very good self-study materials
VC-P-P-from-entry-to-the-master
- vc++从入门到精通书籍源代码,还包括几个管理系统的源代码-vc++ book source code from entry to master, also includes several management system source code
Thund
- 使用html5做的一个雷凌小游戏,实现一些基本的功能-The use of html5 do a Ralink game, to achieve some basic functions
jingcaibiancheng3
- 精彩编程百例51~75 其中有 cpu速度测试 检测声卡 查询内存信息 图像处理技巧 模拟放大镜效果等待-exciting programming 100 cases of which 51 to 75 are cpu speed test for detection of memory card information Image Processing Technology Qiao simulation results for a magnifying gla
Quadrature-Component-Analysis
- 干涉图的正交分析."Quadrature Component Analysis for Interferometry".-This software shows the performance of the algorithm proposed in the paper: "Quadrature Component Analysis for Interferometry".
error_correction_coding
- 压缩文件中是Error Correction Coding - Mathematical Methods and Algorithms(Wiley 2005)作者:(Todd K. Moon )的配套代码,是由C和matlab两种语言编写的-compressed files is Error Correction Coding - Mathemat da Methods and Algorithms (Wiley, 2005) Author : (Todd K. Moon) matching
stm32f302datasheet
- STM32F302R8T6英文数据手册,里面有详细的描述各种寄存器的配置以及初始化,帮助有兴趣的读者快速了解此芯片的使用方法。加快软件开发速度。-STM32F302R8T6 English data sheet, there is a detailed descr iption of various registers configuration and initialization, help interested readers quickly understand the method b
PLC
- 精品课程《 电气控制与PLC》教学课件 燕山大学-Excellent Course " Electrical Control and PLC" Yanshan University Courseware
数据结构课设小题线性表的链式存储
- 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。(Linked list is a discontinuous and non sequential storage structure on physical storage unit. The logical order of da