您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C++ 内存管理算法和实现

  2. This book presents several concrete implementations of garbage collection and explicit memory management algorithms.
  3. 所属分类:C++

    • 发布日期:2007-07-28
    • 文件大小:5mb
    • 提供者:yidianyuan007
  1. Source code for "µC/OS-II 2.52"

  2. µC/OS-II, The Real-Time Kernel is a highly portable, ROMable, very scalable, preemptive real-time, multitasking kernel (RTOS) for microprocessors and microcontrollers. µC/OS-II can manage up to 255 tasks and provides the following services:Se maphor
  3. 所属分类:C

    • 发布日期:2007-08-06
    • 文件大小:1mb
    • 提供者:wslywsly
  1. Memory as a Programming Concept in C and C++

  2. 比较新的一本有关C/C++的书
  3. 所属分类:C

    • 发布日期:2007-08-08
    • 文件大小:3mb
    • 提供者:huanglingbi11
  1. c\c++嵌入式编程

  2. This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices,writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, devicedriver design and implementa tion,
  3. 所属分类:C++

    • 发布日期:2007-08-10
    • 文件大小:585kb
    • 提供者:chivalrys
  1. febird C++ 库(附带所有源码)

  2. febird implemented a serialization framework(vs boost.serialization/google.protocolbuffer), can be used in protocol parsing, big/small data serialization, even in very small object serialize, performance is good. (such as key/data serialization in B
  3. 所属分类:C++

    • 发布日期:2009-04-27
    • 文件大小:4mb
    • 提供者:whinah
  1. the GNU C library

  2. l Introduction: Purpose of the GNU C Library. l Error Reporting: How library functions report errors. l Memory: Allocating virtual memory and controlling paging. l Character Handling: Character testing and conversion functions. l String and Array Ut
  3. 所属分类:C

    • 发布日期:2009-04-28
    • 文件大小:6mb
    • 提供者:actslowly
  1. Programming Embedded Systems in C and C++

  2. This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation,
  3. 所属分类:C++

    • 发布日期:2009-04-30
    • 文件大小:441kb
    • 提供者:panyf_2k
  1. C语言编程宝典(学习C的朋友来下载吧)

  2. 对刚学习C的朋友有很好的帮助哦 看下例子 函数名: cabs 功 能: 计算复数的绝对值 用 法: double cabs(struct complex z); 程序例: #include #include int main(void) { struct complex z; double val; z.x = 2.0; z.y = 1.0; val = cabs(z); printf ("The absolute value of %.2lfi %.2lfj is %.2lf", z.x
  3. 所属分类:C

    • 发布日期:2009-05-03
    • 文件大小:160kb
    • 提供者:zhangziwen
  1. C\C++ 函数库(C/C++ 语言参考)

  2. 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions C++ C++ I/O C++ Strings C++ 标准模板库 C++ Bitsets C++ Double -Ended Que
  3. 所属分类:C++

  1. C/C++语言参考(两个标准库的详尽内容)

  2. 相信各位都访问过http://www.cplusplus.com吧。 这个chm里包含: 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions C++ C++ I/O C ++ Strin
  3. 所属分类:C++

    • 发布日期:2009-05-05
    • 文件大小:122kb
    • 提供者:zhangxuyu1118
  1. Linux C++ Programming

  2. This document provides a comprehensive list of C++ URL pointers, links to C++ online textbooks, and programming tips on C++. This document also provides a C++ library which imitates Java−language, and which has various methods to avoid memory proble
  3. 所属分类:C++

    • 发布日期:2009-05-06
    • 文件大小:383kb
    • 提供者:cdm_xu
  1. C++函数库.chm

  2. C/C++ 语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions C++ C++ I/O C++ Strings C++ 标准模板库 C++ Bitsets C++ Double
  3. 所属分类:C++

    • 发布日期:2009-05-15
    • 文件大小:122kb
    • 提供者:zc99999
  1. C++reference

  2. C++ 库函数查询 CHM 格式 #, ## manipulate strings #define define variables #error display an error message #if, #ifdef, #ifndef, #else, #elif, #endif conditional operators #include insert the contents of another file #line set line and file information #pra
  3. 所属分类:C++

    • 发布日期:2009-05-16
    • 文件大小:469kb
    • 提供者:zqiang320
  1. clibsource C标准库源代码

  2. 介绍说明 C标准库源代码,能提高对C的理解,不错的哦 下载文件列表 Pack : clibsource.rar C标准库源代码\ABORT.C C标准库源代码\ABS.C C标准库源代码\ACCESS.C C标准库源代码\ADJUSTFD.C C标准库源代码\ALGRITHM C标准库源代码\ASCTIME.C C标准库源代码\ASSERT.C C标准库源代码\ASSERT.H C标准库源代码\ATOF.C C标准库源代码\ATONEXIT.C C标准库源代码\ATOX.C C标准库源代码\A
  3. 所属分类:C

    • 发布日期:2009-11-16
    • 文件大小:1mb
    • 提供者:edzjx
  1. C标准库源代码(学习C/C++必备)

  2. 介绍说明 C标准库源代码,能提高对C的理解,不错的哦 下载文件列表 Pack : clibsource.rar C 标准库源代码\ABORT.C C标准库源代码\ABS.C C标准库源代码\ACCESS.C C标准库源代码\ADJUSTFD.C C标准库源代码\ALGRITHM C标准库源代码\ASCTIME.C C标准库源代码\ASSERT.C C标准库源代码\ASSERT.H C标准库源代码\ATOF.C C标准库源代码\ATONEXIT.C C 标准库源代码\ATOX.C C标准库源代码
  3. 所属分类:C

    • 发布日期:2010-04-09
    • 文件大小:1mb
    • 提供者:zzb980881
  1. C标准库源代码(学习C/C++必备)

  2. 介绍说明 C标准库源代码,能提高对C的理解,不错的哦 下载文件列表 Pack : clibsource.rar C 标准库源代码\ABORT.C C标准库源代码\ABS.C C标准库源代码\ACCESS.C C标准库源代码\ADJUSTFD.C C标准库源代码\ALGRITHM C标准库源代码\ASCTIME.C C标准库源代码\ASSERT.C C标准库源代码\ASSERT.H C标准库源代码\ATOF.C C标准库源代码\ATONEXIT.C C 标准库源代码\ATOX.C C标准库源代码
  3. 所属分类:C

    • 发布日期:2010-08-03
    • 文件大小:1mb
    • 提供者:xteep2009
  1. MyQQ(DosQQ) 超小的精简QQ DEV-C++ 源码

  2. MyQQ is a cross-platform library for communication which uses a TencentQQ-like protocol to communicate with friends on the Internet. It can work well now and maintained by Xiaoxia (gdxxhg@gmail.com). If you are interested in MyQQ and have improved i
  3. 所属分类:C

    • 发布日期:2010-08-28
    • 文件大小:179kb
    • 提供者:hyc320
  1. linux_kernel

  2. linux 内核fork.c, memory.c, sche.c源码学习,I/O多路转接SELECT编程,内核模块编程
  3. 所属分类:Linux

    • 发布日期:2011-04-05
    • 文件大小:4kb
    • 提供者:zhaoshengchu
  1. 金融衍生C++建模

  2. 金融衍生C++建模 Derivative modeling is at the heart of quantitative research and development on Wall Street. Practitioners (i.e., Wall Street trading desk quants) and academics alike spend much research, money, and time developing efficient models for pri
  3. 所属分类:金融

    • 发布日期:2012-03-08
    • 文件大小:9mb
    • 提供者:anyongsoft
  1. Memory Management: Algorithms and Implementation in C/C++

  2. Memory Management—Algorithms and Implementation in C/C++ Introduction Chapter 1 - Memory Management Mechanisms Chapter 2 - Memory Management Policies Chapter 3 - High-Level Services Chapter 4 - Manual Memory Management Chapter 5 - Automatic Memory M
  3. 所属分类:C

    • 发布日期:2008-12-07
    • 文件大小:5mb
    • 提供者:seeseabee
« 12 3 4 5 6 7 8 9 10 ... 50 »