The.GNU.C.Library.rar GNU C 函数库 大全,620多页,详尽实用。 PDF格式。
上传时间: 2016-03-19
上传用户:a673761058
GNU C库,里面有详细的GNU C库函数介绍,可以作为学习或者开发的手册使用。
标签: GNU
上传时间: 2016-04-12
上传用户:thinode
Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
标签: Description Calculate integer 101000
上传时间: 2014-01-25
上传用户:tonyshao
Glibc函数手册.Glibc(GNU C Library)是提供系统调用和基本函数的C语言库,所有动态连接的程序都要用到它。
上传时间: 2013-12-21
上传用户:aysyzxzm
linux是指GNU/Linux内核和GNU/Linux工具集组合而成的一套操作系统, 一个最基本的linux 由 内核 kernel,二进制工具包 binutils, GNU C library glibc和shell 组成 而其他linux基本上是在核心linux基础上添加了大量的开源软件和软件包管理系统 而来的 而区别不同发型版的关键在于包管理系统
上传时间: 2014-12-04
上传用户:jcljkh
SP是一个基于GNU C++编译器,并且VC6可编译的源码包,用途在于解析SGML文档。SP内置nsgml命令行工具以便进行更方便的非编程的SGML处理工作;此外SP也提供良好的编程接口以便能够进行更复杂的处理。
上传时间: 2013-12-13
上传用户:Altman
essentials of c++ it allows learning basics about c++
标签: essentials learning allows basics
上传时间: 2017-03-07
上传用户:李彦东
Prentice Hall 出版的整合linux和windows <b>英文原版<b> 另本人有大量电子书,O Reilly的最多 有需要的朋友在我的个人空间上给我留言
标签: Prentice windows linux Hall
上传时间: 2014-01-22
上传用户:JIUSHICHEN
This is pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ just like developing those modern languages (Java, Qt, C# ...).
标签: multithread Developer programs develop
上传时间: 2017-05-29
上传用户:royzhangsz
欧几里德算法:辗转求余 原理: gcd(a,b)=gcd(b,a mod b) 当b为0时,两数的最大公约数即为a getchar()会接受前一个scanf的回车符
上传时间: 2014-01-10
上传用户:2467478207