搜索资源列表
ucosII_vc
- 把usII移植到windows下,是一个学习嵌入式系统的例子,对初学者很有帮助 -uC/OS II ported to Visual C of Windows environment. It is a good example for beginners to learn how to do embedded programming.
form2222222222
- AVR的开发程序,能够学习到不同的C开发环境下 如何更好第开法-AVR the development process, to learn the C development environment how to better its opening Act
lde
- 这次课程设计的内容是LED、步进电机和喇叭的控制,通过对步进电机的原理的掌握,学会步进电机与芯片的连接方法,以及如何控制脉冲输出,控制单片机的正转,反转,加速转和慢转等,了解步进电机速度的软件控制方法,此外要和蜂鸣器,数码管,LED结合起来,学会控制蜂鸣器的声音的长短,大小,频率,数码管的多数字稳定显示,通过软件定时实现数秒的结果,通过有规律的脉冲来控制LED灯泡循环显示。合理的选择芯片,以及芯片端口,方便程序的实现,通过程序在步进电机和它们之间切换使用,实现连续的功能状态。-The conte
Programming_Embedded_Systems_in_C_and_C++_-_Micha
- Learn how to develop an embedded system in C++ and create a microkernel RTOS
8051-C-language-development-environment-and-design
- 《8051单片机C语言开发环境实务与设计.pdf》 关于8051 C语言的书,本书重简单到复杂,从基础到实际应用,以及如何使用集成开发环境的控制技巧,到最后实例阐述产品开发的规划、思考模式,引导读者了解嵌入式系统的人性化、网络化,并通过实力制作电路板,同时有最完整的原理叙述与详细的程序说明。 通过本书你会学到有关硬件的知识和软件的结构、程序设计技巧和解决问题的方法。-" 8051 C language development environment and design pra
2
- 单片机入门,学习单片机的内部构造,元器件等。了解如何用c语言控制单片机-SCM entry, learning microcontroller' s internal structure, components and so on. Learn how to use c language control MCU
inheritanc
- This program gives a guide to beginners on how to use inheritance effectively in C/C++ A good source to learn using Inheritance in c/c++.
Embedded_C_Book
- This book provides a ‘hardware-free’ introduction to embedded software for people who: 1.Already know how to write software for ‘desktop’ computer systems. 2.Are familiar with a C-based language (Java, C++ or C). 3.Want to learn how C is used
avr_c
- 手把手教你学AVR单片机C程序设计实验程序-Taught you how to learn C programming AVR microcontroller experimental procedure
beginningcsharpgameprogram
- Are you ready to try your hand at programming games using C#? "Beginning C# Game Programming" is your ideal introductory guide—designed to jumpstart your experience with C# and DirectX 9. It includes the fundamental topics you’ll need to know and cov
014-DS1302-LCD1602
- AVR单片机C语言源程序,(MEGA16)DS1302的使用,告诉你万年历是如何编写C程序的,适合初学单片机的朋友参考学习。-AVR microcontroller C language source code, (MEGA16) DS1302 use the calendar to tell you how to write C programs for beginners to learn microcontroller reference to a friend.
Programmig.PIC.Microcontrollers.in.C
- Ccs C 学习权威书籍,很详细,非常有用。-learn how to program PIC MCU with C.
studydpj3
- 《手把手教你学单片机的C程序设计》实验程序。-Taught you how to learn microcontroller C programming experimental procedure
AVR-microcontroller-
- 手把手教你学AVR单片机C程序设计实验程序-Taught you how to learn AVR microcontroller C program design experimental procedure
1-LED-lights
- 单片机实用例程,帮助初学者学会如何用c语言写LED灯控制程序。-SCM utility routines to help beginners learn how to write c language LED lights control procedures.
2-Button
- 单片机实用例程,帮助初学者学会如何用c语言写按键控制程序。-SCM utility routines, help beginners learn how to write c language key control procedures.
HZ-C51-DEMO
- HZ-C51 DEMO原理图 配套《手把手教你学单片机的C程序设计》实验程序 北京航空航天大学-HZ-C51 DEMO schematics supporting "taught you how to learn microcontroller C Programming" experimental procedure Beijing University of Aeronautics and Astronautics
shiliyuanma
- 关于c语言的编程方面的小例子,非常适合初学者,可以下载学习学习,-About the c language programming examples, very suitable for beginners, you can download the learning how to learn,
Teach-you-PIC-microcontroller
- 手把手教你学PIC单片机C语言教程,其中包括:(13+按健控制.pdf)/(14+控制步进电机.pdf)/(22+AD转换.pdf)/(25+红外线解码.pdf)/(26+直流电机PWM调速.pdf)-Taught you how to learn PIC singlechip C language tutorial, including: (13+ according to the healthy control. PDF)/(14+ stepper motor control. PDF)/(
C之指针复杂解析
- int * (* (*fun) (int *)) [10]这是一个可能会让初学者感到头晕目眩,感到恐惧的函数指针的声明,在熟练掌握C/C++的声明语法之前,不学习一定的规则,想理解好这类复杂声明是比较困难的。 C/C++所有复杂的声明结构,都是由各种声明的嵌套构成的,如何理解复杂指针声明,右左法则是一个很著名,很有效的方法,不过,右左法则其实并不是C/C++标准里面的内容,它是从C/C++标准的声明规定中归纳出来的方法,C/C++标准声明规则,是用来解决如何创建声明的,而右左法则是用来解决
