易截截图软件、单文件、免安装、纯绿色、仅160KB

C/C++编程必备

Windows C 程序设计入门与提高
http://download.chinaitlab.com/program/files/13246.html
单片机C语言入门
http://download.chinaitlab.com/program/files/12907.html
C++ 入门基础教程
http://download.chinaitlab.com/program/files/7617.html
C语言常用算法源代码
http://download.chinaitlab.com/program/files/12893.html
C常用算法程序集
http://download.chinaitlab.com/program/files/6225.html
C++ 语言命令详解
http://download.chinaitlab.com/program/files/4556.html
C语言编程要点
http://download.chinaitlab.com/program/files/11823.html
C语言编程基础
http://download.chinaitlab.com/program/files/11074.html
Borland c++使用手册
http://download.chinaitlab.com/program/files/4553.html
C语言数值算法程序大全(第二版)
http://download.chinaitlab.com/program/files/9247.html
Borland c++4.0安装与使用
http://download.chinaitlab.com/program/files/4546.html
C++ Builder 5.0经典入门
http://download.chinaitlab.com/program/files/4438.html
非C程序员C++入门自学教程
http://download.chinaitlab.com/program/files/3924.html
C语言常用函数手册
http://download.chinaitlab.com/program/files/1818.html
C++标准程序库自修教程与参考手册
http://download.chinaitlab.com/program/files/12644.html
C/C++指令字典
http://download.chinaitlab.com/program/files/13237.html
C语言图形函数介绍
http://download.chinaitlab.com/program/files/11643.html
C语言数值计算初步
http://download.chinaitlab.com/program/files/11640.html
C++Builder基础进阶
http://download.chinaitlab.com/program/files/6316.html
C++ 设计新思维
http://download.chinaitlab.com/program/files/6037.html
C++Builder英文帮助
http://download.chinaitlab.com/program/files/6315.html
C语言初学者入门讲座
http://download.chinaitlab.com/program/files/11641.html
C++完全参考手册
http://download.chinaitlab.com/program/files/9845.html
C游戏编程从入门到精通
http://download.chinaitlab.com/program/files/9253.html
《C++Builder学习大全》中文版
http://download.chinaitlab.com/program/files/2141.html
C++ Builder编程研究文档
http://download.chinaitlab.com/pr


相关文档:

Linux I2C Input设备驱动代码的几点理解

最近在做一个I2C键盘的Linux驱动,参考了其他芯片的一些代码,其中陆续发现有些让人迷惑的东西,把我的迷惑及理解在这里加以记录:
1. i2c_driver结构体的probe成员的原型:
     int (*probe)(struct i2c_client *, const struct i2c_device_id *);
即:probe函数被调用时会从上边传两个个参 ......

C/C++ 宏带来的奇技淫巧

作者:Kevin Lynx 来源:C++博客
转自:http://www.kuqin.com/language/20080319/4797.html
众多C++书籍都忠告我们C语言宏是万恶之首,但事情总不如我们想象的那么坏,就如同goto一样。宏有
一个很大的作用,就是自动为我们产生代码。如果说模板可以为我们产生各种型别的代码(型别替换),
那么宏其实可以为我们在符号上 ......

linux环境下,c++库文件中的符号的含义

c++库文件中的符号的含义:
      所有的符号都是以下划线加上大写字母也就是"_Z"开头,对于在 类里或者命名空间中的符号,后面紧跟"N",然后是各个命名空间和类的名字,每个名字前是名字字符串的长度,随后是大写字母"E",对于一个函数,他的参数列表都在E后面, ......

python31与C交互

1.c调用python:
   实例代码:
main.c调用test.py的
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
//main.c
#include <windows.h>
......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号