搜索资源列表
c语言深入学习必备参考例子
- 文件名:c语言深入学习必备参考例子 很多经典的c例子:高级的宏定义,深奥的c内存操作,灵活的字符串操作,还有流操作,-File Name : c-depth language learning essential source of many examples of classic example c : Acer High definition esoteric c memory operation, flexible string manipulation, and flow opera
CLanguageMICROSkill
- C语言宏定义 - 详细介绍C语言宏定义技巧
BRACES(C语言宏检查的C语言源程序)
- This macro examines the character at the cursor. If it is any of the 4 characters (){} it tries to find the matching character. For C programs it correctly handles comments, and string and character constants.
C语言宏定义
- C语言宏定义技巧(常用宏定义)
新编批处理教程完全篇
- 详细介绍各种宏的编程方法,极大地提高程序的可读性。
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
msp430位操作c语言编程
- msp430位操作c语言编程 方便设计和使用EDB430及MSP430编程 内容包括 宏定义方式 使用IO头文件方式 和相关总结-msp430-bit operation c language programming Facilitate the design and use of EDB430 and MSP430 Programming Macro definition includes the first use of IO and the related su
c语言中头文件的建立与使用
- c语言中头文件的建立与使用-函数、全局变量、全局数组.doc 一些初学C语言的人,不知道头文件(*.h文件)原来还可以自己写的。只知道调用系统库函数时,要使用#i nclude语句将某些头文件包含进去。其实,头文件跟.C文件一样,是可以自己写的。头文件是一种文本文件,使用文本编辑器将代码编写好之后,以扩展名.h保存就行了。头文件中一般放一些重复使用的代码,例如函数声明,变量声明,常数定义,宏的定义等等。当使用#i nclude语句将头文件引用时,相当于将头文件中所有内容,复制到#i nclud
STC_LIB
- stc单片机程序开发包,用简单明了的宏或者函数来代替直接寄存器操作。使用了stc89c52和stc12c2052,做完后将程序整理了一下,stc单片机程序开发包。使用uVision3可以找到函数或者宏的定义。-stc single-chip development package, with simple macro or function to replace the direct register operation. Stc89c52 and used stc12c2052, after
stc-c-pro
- STC单片机是国内著名的单片机生产商宏晶科技生产的,价格便宜实惠,应用很多。本程序是基于该类型单片机的一个集温度采集、电机控制、LED控制、串口通信于一体的C语言应用程序,已调试成功。-STC is the leading single chip microcontroller manufacturers macro crystal technology products, cheap affordable, application of many. This procedure is base
BLINKY
- 台湾学者高焕堂通过C语言宏定义技巧,为标准C语言添加部分面对对象的属性。 附件中为基于51单片机的闪烁灯程序,通过lw_oopc_kc.h来实现。工程在Keil下创建-Church scholars in Taiwan High-Huan C language macro defined by skills, as the standard C language to add some to face object. Annex 51 MCU-based flash lamp proces
C
- c语言当中有关宏的分析与应用,非常好的很实用-c language which the analysis and application of the macro, very good very practical
C-macro
- C宏的定义及使用,预处理指令的C宏。C语言所有预处理指令介绍和使用技巧。-C macro
R_C-C-Language-Reference-Program
- 读内部R_C时钟及ID号C语言参考程序,宏晶STC单片机控制-Internal clock and read the ID number R_C C language reference program, macro crystal STC SCM
design-mode-in-c
- 面向对象C语言(Object Oriented C)只是运用单纯的C的宏(Macro)技巧,实现面向对象的基本技术。借用OOC.H 文件的宏,就可以实现类的封装、继承、多态-Object-oriented C language (Object Oriented C) just use pure C macro (Macro) skills, the basic object-oriented technology. Macro borrow OOC.H file, you can achieve
FFT.c
- c语言下编写的可移植性强的FFT程序,使用此函数只需更改宏定义FFT_N的值即可实现点数的改变。-FFT convertion with easy portability
C-macro
- C宏的定义及使用,预处理指令的C宏。C语言所有预处理指令介绍和使用技巧。-C macro
C
- C语言的宏定义查询,很适合刚入门的童鞋使用-C language macro definition queries, it is suitable to use shoes just getting started
Advanced-Topics-.C-C-language-
- C语言高级专题.C语言宏定义与预处理、函数和函数库-Advanced Topics .C C language macro definition language and preprocessing, functions and libraries
如何实现单片机C语言的模块化编程
- 如何实现单片机C语言的模块化编程,详细讲解C语言的模块化编程的方法与技能,注意事项。详细讲解C语言的模块化编程的相关宏定义写法,规则等!(How to realize the modular programming of C language of single chip microcomputer, and explain the methods and skills of modular programming of C language in detail, as well as the