资源列表
MISRA-C-2004工业标准的C编程规范中文版
- MISRA-C-2004工业标准的C编程规范中文版(Misra-c-2004 industrial standard C programming specification Chinese version)
Photoshop_Plugins_8.51.0301.0345
- Photoshop_Plugins_8.51.0301.0345.exe,这是一个用来制作NormalMap的Photoshop插件 -Photoshop_Plugins_8.51.0301.0345.exe, this is a Photoshop plug-in used to make NormalMap the
directX9-SimpleDemo
- 简单的DirectX 程序演示 飞机模型\摄像机\灯光\材质\底面-DirectX program demonstrates a simple aircraft model \ camera \ light \ material \ bottom
yundongkongzhi
- 单闭环直流调速系统的结构和工作原理,通过系统调试深入领会系统的动静态特性-Single-Loop DC Motor Control System structure and working principle, system debugging through-depth understanding of static and dynamic characteristics of the system
The-bitmap-button
- 用windows api编写的位图按钮,可以通过按钮来实现相应功能-The bitmap button
booksmanager
- SSH整合空项目,struts1.2 Spring2.0 hibernate 3.0-SSH integration of space projects, struts1.2 Spring2.0 hibernate 3.0
c(sharp)Courseware
- c#入门课件,从基础开始学起的同学是一个很不错的选择-c# entry courseware, from the ground to learn the students is a very good choice
LED灯控
- 安卓手机APP控制51单片机从而控制LED灯开关(51 single chip processor controll LED light)
EXCELACESS
- 使用BasicExcel类来进行Excel表格操作的例子,很不错的~~原本是VC6.0的,被我用VS2005编译过-Excel uses BasicExcel class for examples of the operation table, very good ~ ~ originally VC6.0, have been compiled I used VS2005 ~ ~
ForShare-8.28
- Forshare8.28完整源代码,完整开源版本。-Forshare8.28 complete source code
ForShare 8.28远控源码(1)
- Forshare8.28完整源代码,完整开源版本。((Forshare8.28 complete source code))
pc6-protel99yjkxz
- 在上述程序中,定义了一个无符号字符变量contr_led,长度为1个字节,其最低两位用来表示RD0和RD1引脚对左、右转向灯的控制状态。 语句“contr_led=PORTD ”将PORTD口的8个引脚状态保存到变量contr_led中,再执行“与”操作语句“contr_led= contr_led&0x03 ”,把无关位清零,一般称之屏蔽。然后,采用switch(contr_led)语句来判断变量contr_led的值与哪个case语句中的常量表达式的值相同,点亮相应的转向灯;如果都不相等,则