资源列表
T6963C_01
- avr_LM3229液晶图片显示程序-mega16 poit number 240*128 yejing photo xianshi
freemarker_study
- freemarker学习笔记,供初学者入门时参考.大家多多交流.-freemarker study notes for beginners and entry reference. we interact.
vcPP
- VC++设计图用集成信号发生节点产生正弦波,设信号频率为60,采样频率为1000,采样点数为50-VC++ design with integrated signal node generates a sine wave signal frequency set at 60, the sampling frequency of 1000, 50 sampling points
MUSIC
- 基于单片机的开发环境的10首歌的音乐盒的程序代码-HAVE 10 SONGS MUSIC BOX
3-1
- opencv的一些实例教程,供初学者拿来使用,更好的入门。-opencv tutorial examples, for beginners to use it, the better entry.
SoundManager
- Rubish to world of the worlds
problem3
- it is very important homework to solve the pipe reactor with the cooling system-it is very important homework to solve the pipe reactor with the cooling system I hope you will like it
Zinc Programmer's Guide 6.0 beta
- Zinc是Windriver推出的一个功能强大、跨平台、国际化的图形用户界面开发工具。能在VxWorks 操作系统上生成功能丰富的全尺寸嵌入式GUI接口,并且系统开销要低,上市时间要快。
音量控制按键特效代码
- 来源:http://www.yuanmaying.com/js/texiao/p24.html-Volume control effects code Source:http://www.yuanmaying.com/js/texiao/p24.html
16f72sinehbridge
- H-bridge sine wave inverter
xueshengguanlixitong
- c语言程序设计课程设计源代码--学生管理系统-Student management system
linklist
- 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。-The list is a non-contiguous physical memory cell, non-sequential storage structure, logical sequence of data element