搜索资源列表
c语言中写二进制数
- c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 } -Write binary number in C language. Cited code: #define Bin(n) LongToBin(0x##n##l) void main(void) {
C语言中断程序设计实践
- 51单片机c语言中断的实现 还有很多例子可以参考。包括常用的中断模块 c语言单片机开发很有用 -51 languages interrupted realize there are many examples of reference. Include common language c interrupt module useful in the development of SCM
PIC单片机C语言应用例程
- PIC单片机的学习应用资料,全套应用资料,包括AD、内部资源、狗等各种应用例子,C语言编写-PIC learning applications, a full set of applications, including AD, internal resources for applications such as dog example, C language
IccAVR_C
- IccAVR C语言例子程序源程序,IccAVR C语言例子程序源程序-IccAVR C language source code examples procedures, IccAVR C language source code examples procedures
P410-C
- 很好的MSP430F149C语言例子程序,系列1,再配合硬件开发板将很容易掌握430这个高性能16位单片机-good example MSP430F149C language procedures, Series 1, together with hardware development board will be very easy for the 430 high-performance 16-bit microcontroller
MSP-FET430P140 C Examples
- MSP-FET430P140 C语言例子程序-MSP-FET430P140 C language examples procedures
MSP430P120
- MSP-FET430P120 C语言例子程序-MSP-FET430P120 C language examples procedures
MSP430X110
- MSP-FET430X110 C语言例子程序-MSP-FET430X110 C language examples procedures
mspC
- MSP430单片机的经典C语言例子,用过才知道最好!
HT46C64单片机C语言LCD例子
- HT46C64单片机C语言LCD例子
qianruhuibianlizi
- 在KEIL3环境中对51单片机C语言中嵌入汇编语言的一个例子-The KEIL3 environment on 51 MCU assembly language embedded in C language, an example of
ccgiCODE
- c 语言编写的 CGI 程序 ,有教程有详细的程序例子-C LANGUGE CGI CODE
c
- pic单片机实验c语言例子,基于乾龙开发板,共32个子程序-pic microcontroller experiments c language example, the development board based on dry Long, a total of 32 sub-programs
单片机C语言,例子
- 单片机C语言程序,时钟芯片pcf8563实现多种功能
DSP 77个C语言例子程序 包括FFT,FIR IIR等的DSP实现
- DSP 77个C语言例子程序 包括FFT,FIR IIR等的DSP实现,例子很全面。
c-example
- 51单片机初学c语言例子 用的是慧静的板子-c programming for stc 89c52
c语言中写二进制数
- c语言中写二进制数。引用例子:#define Bin(n) LongToBin(0x##n##l)void main(void){ unsigned char c c = Bin(10101001) // c = 0xA9}-Write binary number in C language. Cited code:#define Bin(n) LongToBin(0x##n##l)void main(void){ unsigned char c c = Bin(10101001) // c=
c语言中写二进制数
- c语言中写二进制数。引用例子:#define Bin(n) LongToBin(0x##n##l)void main(void){ unsigned char c c = Bin(10101001) // c = 0xA9}-Write binary number in C language. Cited code:#define Bin(n) LongToBin(0x##n##l)void main(void){ unsigned char c c = Bin(10101001) // c=
CH375的U盘文件级操作子程序库及相关例子源程序
- CH375的U盘文件系统相关代码和例子。(CH375's U disk file system related code and examples.)
体温stm32例子
- 用stm32开发板测试人体温度程序,用c语言编写。(Testing human body temperature program)