CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 深入理解C

搜索资源列表

  1. MAC

    0下载:
  2. 网络编程项目-MAC 深入理解网络编程开发-Network programming project-MAC-depth understanding of network programming development
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-14
    • 文件大小:3414480
    • 提供者:jason
  1. InsidetheCplusplusObjectModelSeniorBook

    0下载:
  2. C++编程的高级书籍深入理解C++是一件非常困难的工作本书由浅入深对C++进行了全面而深入的介绍-C++ programming books-depth understanding of high-level C++ is a very difficult job easy-to-digest book on C++ to carry out a comprehensive and in-depth introduction
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:668689
    • 提供者:杜华鹏
  1. reverse_cpp_nopswd

    0下载:
  2. 逆向C++ 这些年来,逆向工程分析人员一直是凭借着汇编和 C 的知识对大多数软件进行逆向工程的, 但是,现在随着越来越多的应用程序和恶意软件转而使用C++语言进行开发,深入理解C++ 面向对象方式开发的软件的反汇编技术就显得越发的必要。本文试图通过分析在反汇编时如 何手工识别C++对象,进而讨论如何自动完成这一分析过程最终介绍我们自己开发的自动化 工具,一步一步的帮助读者掌握逆向C++程序的一些方法。-reverse C++ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:885627
    • 提供者:李明
  1. C-bianxiequdong

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-This book guides you how to write your own driver, and how to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1196500
    • 提供者:feilong
  1. 20100809

    0下载:
  2. 深入理解C语言指针的秘密,帮助大家一起去探讨指针。-In-depth understanding of C language pointer secrets to help you to explore with the pointer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:15826
    • 提供者:wangbin
  1. VisualCcode

    0下载:
  2. 这是《大学Visual C++程序设计案例教程》同步辅助源码资源,帮助读者更深入理解C++编程-This is the " University of Visual C++ programming course of the case" synchronous auxiliary source of resources to help readers better understand the C++ programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3636957
    • 提供者:尚军
  1. c_zhizhen

    0下载:
  2. 深入理解c语言指针的奥秘,对于学习指针很有帮助-C language pointer-depth understanding of the mystery of helpful pointers for learning
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:118169
    • 提供者:lee
  1. UseCImplementOOP

    0下载:
  2. 如何用C实现OOP的特性,有趣吧。这本英文书给出细节,对于深入理解C和OOP的特性区别非常有帮助。当然读者必须有比较深的编程经验,初学者或一般程度者慎入!-How to OOP with C to achieve the characteristics of interesting. This book gives details of the English, for in-depth understanding of the characteristics of differences be
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:928739
    • 提供者:何必
  1. Csharp-Source-file

    0下载:
  2. c#事件,可以帮助深入理解C#事件的情况-C# event
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:14277
    • 提供者:王俊俏
  1. code

    2下载:
  2. 深入理解计算机系统这本书的源码,经典自不用多说。由于文件大小限制,要全部代码的给我QQ联系,525368527-Depth understanding of the source computer system this book, the classic self-Needless to say. Due to file size limit, all the code to link to me QQ, 525368527
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:76774
    • 提供者:战神
  1. 100-examples-of-C

    0下载:
  2. 经典c语言实例100个,从最简单的慢慢深入,每个例子都可以帮助你理解c语言编程-100 classic examples of language C.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:273560
    • 提供者:wudi
  1. C.Primer

    0下载:
  2. C++ Primer的第三版的随书源码。 C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-20
    • 文件大小:33444004
    • 提供者:cecilia
  1. C-and-C-P-P-code-for-the-essence

    0下载:
  2. 《C和C++代码精粹》详细讲述两种语言的异同 帮助深入理解这两种高级语言-" C and C++ code, the essence of" detailed account of the similarities and differences between the two languages ​ ​ to help in-depth understanding of these two high-level language
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7426294
    • 提供者:张强
  1. Cproblem

    0下载:
  2. 400多个你必须知道的C语言问题,帮助您深入理解c语言的精髓,减少错误,铸就成功,不可多得学习资料-Over 400 C language problem, you need to know to help you in-depth understanding of the essence of the c language, reduce errors, cast successfully, rare learning materials
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:946917
    • 提供者:郭靖
  1. Friend_Class

    0下载:
  2. 深入理解C++友元函数的使用的一个很好的源码-A good source for In-depth understanding the use of C++ friend function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:646
    • 提供者:peiren
  1. c

    0下载:
  2. C语言经典例题解析适合初学者学习和深入理解-The classic example of the C language parsing suitable for beginners to learn and in-depth understanding of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:23603
    • 提供者:马子博
  1. CShapeXML

    0下载:
  2. 深入理解C#中的XML中的部分源码, 对于新手很好有参考价值的-In-depth understanding of the part of the source code in C# XML good reference value for the novice
  3. 所属分类:File Operate

    • 发布日期:2017-12-02
    • 文件大小:736306
    • 提供者:彭玉江
  1. Thinking-in-CPP

    0下载:
  2. 深入理解c++,本书包括各种c++编程经验的总结和技巧,以及大师的编程思想,是充实编程工作者的葵花宝典-In-depth understanding of c++, book including a summary of the various c++ programming experience and skills, as well as a master' s programming ideas, to enrich the programming holy canon of wor
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:14495141
    • 提供者:lzm
  1. VCPPcode1

    0下载:
  2. 深入理解c++版本的源代码,根据提示可以了解windows编程的消息映射机制,MFC应用程序框架等内容-In-depth understanding of c++ version of the source code, windows programming tips can understand the message mapping mechanism, MFC application framework
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:202843
    • 提供者:梁汉文
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com