搜索资源列表
c语言中头文件的建立与使用
- c语言中头文件的建立与使用-函数、全局变量、全局数组.doc 一些初学C语言的人,不知道头文件(*.h文件)原来还可以自己写的。只知道调用系统库函数时,要使用#i nclude语句将某些头文件包含进去。其实,头文件跟.C文件一样,是可以自己写的。头文件是一种文本文件,使用文本编辑器将代码编写好之后,以扩展名.h保存就行了。头文件中一般放一些重复使用的代码,例如函数声明,变量声明,常数定义,宏的定义等等。当使用#i nclude语句将头文件引用时,相当于将头文件中所有内容,复制到#i nclud
CplusplusProgrammingspecifications
- C plus plus的软件编程规范,初学C plus plus 很有用的-C plus plus programming software specifications, novice C plus plus useful
Serial-programming
- 本书从编程实践角度详细介绍了PC计算机Windows环境下、DOS环境下以及单片机的串口通信的基本方法,并根据当前串口与网络结合的发展趋势,给出了串口与TCP/IP网络、远程监控相结合的解决方案与详细程序实例。内容丰富、步骤详尽,初学Visual C++/Turbo C的读者也能很快编写出实用的串口通信程序。-Programming practices from the perspective of the book details the PC computer under Windows e
CPP-Multi-thread
- 本文档详细描述了C++多线程的使用以及方法,对于初学C++多线程的程序员来说非常不错。-This document describes in detail the use of C++ multithreading method is very good for the beginner C++ multithreaded programmers.
CSharp-Code-For-SerialPort
- 很久以前C#编的串口小程序,希望对初学C#串口编程的童鞋有所帮助-A long time ago a small series of serial C# program, the hope of learning C# serial programming shoes help
100examples-for-c-
- C语言趣味练习100道例题。初学的同学可以下载下来进行练习,后面有几个简单游戏的代码。-Fun Exercises 100 C language examples. Beginner students can be downloaded for exercises, followed by a few simple game code.