搜索资源列表
unix-gjbc
- Unix高级编程电子版,以C语言为例介绍的,适用于有一定编程经验的。-Unix electronic version of Advanced Programming in C language as an example, apply to certain programming experience.
jiangyutang_A0617389_homework1
- 分析一个英文文本文件中所有单词出现的频率,用linux下的标准c语言实现,是我的internet高级编程的第一次作业。编译后在可执行文件后跟上一个英文文本文件名字就可以了,程序会在屏幕打印出该文件中每个单词出现的次数。可以作为linux下的c语言学习例程使用。-an analysis of the English text document, all words, the frequency, linux using the standard c language, the internet i
c++ 编程中你最需注意的地方
- 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。 这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are ap
UNIX下C语言编程指南
- 本书主要讲述了如何在unix平台下进行C语言基础程序设计,以及高级编程.-the book explains how the unix platform for C language based programming, and high-level programming.
unixC
- unix 下的C语言高级编程 对于嵌入式工作者有相当大的帮助-unix C under the high-level programming language for embedded workers are a great help
Linux_c_advanced
- linux下用c语言开发的一些高级编程实例-c under linux with some high-level programming language examples
C_programming_on_Unix_platform
- 电子书籍 Unix平台下C语言高级编程指南-Advance C language programming guide on Unix Platform
ad_programming
- LINUX/c语言高级编程例题源码,进程间通信。-linux C thread ipc, process ipc。
UNIXC
- UNIX平台下C语言高级编程指南,是一本很好学习UNIX C 的书籍-UNIX C
Advanced-Linux-Programming
- 高级linux编程电子书及源码实例,以c语言为工具讲解linux系统开发-Advanced linux programming book and source code examples, c language as a tool to explain the development of linux system
apue.2e
- unix环境高级编程一书中的源代码,C语言编写,并对于个别错误进行了修正。-unix environment Advanced programming book source code, use C,and for individual errors corrected.
UNIX-HuanJingGaoJiBianCheng
- unix环境下的高级编程,一本非常经典的书(unix environment c programming)
day09.tar
- unix c语言高级环境编程,一些小例子仅供参考,主要是使用C程序访问环境变量,系统提供了一个全局变量(include <stdio.h> int main(void){ extern char **environ; int i=0; while(*(environ+i)!=NULL){ printf("%s\n",*(environ+i)); i++; } return 0; })
UNIX 平台下C语言高级编程指南
- Unix学习资料 主要是C编程 欢迎大家下载学习(Unix learning materials are mainly C programming welcome everyone to download learning)
C语言高级编程及实例剖析
- c语言程序高级编程技巧 有相应的实例剖析,望采用(C procedure high-grade art of programming act in response instance anatomy.)