搜索资源列表
boa-0.94.11.tar
- c语言开发,ntp协议,利于新手的学习和上手
linux-0.11-devel-040923
- linux:用纯C写的操作系统源代码。里面设计文件管理,进程调度,内存分配。学习的好资料。
802.11无线局域网协议栈的完整实现
- 这是在Linux下的802.11无线局域网协议栈的完整实现,运行环境为Linux+NS2,编程语言为C++。
s3c2410-linux-2.6.11.1-apm-08.11.02
- 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch c
firstGTK
- 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
linux-0.11
- linux0.11的源代码可以经过自己的研究使自己的C语言程序设计上一个档次-linux
usb_net
- linux2.6.11.1 USB有线网卡rtl8150移植到arm平台源码及详细说明和步骤。试验过可以上网 !-rtl8150 card linux2.6.11.1 USB cable arm transplant source and detailed descr iption of the platform and steps. Can be tested online!
linux-0.11
- linux的内核源代码,版本为0.11,用C语言编写-linux kernel source code, version 0.11, using C language
kyotocabinet-perl-1.11.tar
- 这是 kyoko cabinet C语言库代码 Perl 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This perl library wraps the polymorphic database of the C++ API. So, you can selec
11
- linux软件工程师(c语言实用教程)代码LLZ改良版第11章题目出自是LUPA的内部资料-linux software engineer (c language tutorial, practical) code LLZ improved version of the title comes from Chapter 11 is an internal data LUPA
linux-0.11-cn
- linux0.11的源代码,网上的缺少了traps.c和fdreg.h内容,已实齐,另外sourceinsight中不能识别#注释,已全部修改成//方便在其中查看-source code of linux0.11 online missing traps.c, and fdreg.h content, implemented Qi, the other does not recognize# comment sourceinsight, have all been modified to// c
codeblocks_12.11-1.tar
- Code::Blocks 是一个开放源码的全功能的跨平台C/C++集成开发环境。-Code :: Blocks is an open-source full-featured cross-platform the C/C++ integrated development environment.
libdwt-2011-04-11
- 一个小波分析的C/C++开源代码,有需要的话,这是一个很好的工具-A wavelet analysis of C/C++ open source code, there is a need, then this is a good tool
cmake-2.8.11.2.tar
- CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。只是 CMake 的组态档取名为 CmakeLists.txt。Cmake 并不直接建构出最终的软件,而是产生标准的建构档(如 Unix 的 Makefile 或 Windows Visual C++ 的 projects/workspaces),然后再依一般的建构方式使用。这使得
glibc-2.11.tar
- glibc是GNU发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于 glibc 囊括了几乎所有的 UNIX 通行的标准,可以想见其内容包罗万象。而就像其他的 UNIX 系统一样,其内含的档案群分散于系统的树状目录结构中,像一个支架一般撑起整个操作系统。在 GNU/Linux 系统中,其C函式库发展史点出了GNU/Linux 演
p23
- RUN: clang_cc1 -fsyntax-only -std=c++11 -verify s expected-no-diagnostics. -RUN: clang_cc1 -fsyntax-only -std=c++11 -verify s expected-no-diagnostics.
SkTLogic
- Represents a templated integer constant. Pre-C++11 version of std::integral_constant.
throw-3
- Unlike in C++98, C++11 allows unions to have static data members.
e_scalb
- ISO C++ 2011 standard. This support is currently experimental, and must be \ enabled with the -std=c++11 or -std=gnu++11 compiler options.
cpp11_thread-master
- 使用C++11 thread类编写Linux多线程程序(Using C++11 to write Linux multithreading)