• 如何阅读源码

    如何阅读源码 1、源码的类型 2、阅读源码前的准备 3、工具 4、一些例子 -Snort -MFC -ATL -Linux

    0
    56
    351KB
    2013-08-27
    0
  • C++程序设计技巧

    C++程序设计技巧 一些常用的VC程序设计技巧! 2000.11.4 混用两大 Application Framework VCL & MFC 使用WinInet类进行Internet编程 在C++ Builder3下实现程序自动运行的方法 让应用程序禁止Windows屏幕保护 巧妙保证程序只有一个实例打开 利用C++ Builder进行精确计时 C++ Builder 中园形、三角形按钮的实现 ▲制作主窗口显示前的版权窗口 ▲怎样隐藏应用程序的任务条图标 ▲怎样启动一个程序而不显示它 ▲判断windows的Desktop及其它目录 ▲用C++Builder开发ISAPI扩展应用程序 ▲一种计算CD标识的算法 ▲在C++Builder中实现动画 用C++Builder创建数字签名 C++Builder4.0实现在线接收电子邮件 用BCB创建基于Internet的点对点Chat 用BCB在windows桌面创建快捷方式 程序中检测并调用缺省浏览器(VC) BIG5到GB的转换技术 在C++Builer中多线程的实现 用C++ Builder对图像进行特殊效果处理 C++ Builder与Matlab混合编程的实现 C++ BUILDER让任务栏图标动起来 拨号上网IP地址的检知 在C++ Builder中使用ActiveX控件显示Flash动画 用VC++6.0编写Proxy服务器 注册表的应用与事例(上) 注册表的应用与事例(下) C++Builder4.0实现在线接收电子邮件 控制远程计算机拨号上网并获取其IP地址 利用“侦听-转发”程序破译网管协议 如何防止Edit框中的Password不被非法获取) VC技巧01(共05则) VC技巧02(共05则) VC技巧03(共08则) VC技巧04(共08则) VC技巧05(共08则) VC技巧06(共08则) VC技巧07(共08则) VC技巧08(共08则) VC技巧09(共08则) VC技巧10(共11则) VC技巧11(共08则) VC技巧12(共05则) VC技巧13(共03则) VC技巧14(共03则) VC技巧15(共02则) VC技巧16(共03则) VC技巧17(共10则) VC技巧18(共03则) VC技巧19(共03则) VC技巧20(共02则) VC技巧21(共05则) VC技巧22(共04则) VC技巧23(共12则) VC技巧24(共04则) VC技巧25(共04则) VC技巧26(共06则) VC技巧27(共05则) VC技巧28(共02则) VC技巧29(共05则) VC技巧30(共05则)

    0
    153
    166KB
    2013-08-27
    10
  • C++语言的设计和演化

    C++语言的设计和演化 这本书是C++的设计者关于C++语言的最主要著作之一。作者综合性地论述了C++的历史和发展,C++中各种重要机制的本质意义和设计背景,这些机制的基本用途和使用方法,讨论了C++所适合的应用领域及其未来的发展前景。

    4
    45
    14.7MB
    2013-08-27
    10
  • C标准和实现

    C标准和实现 00 参考资料 #1 基础知识 01 基本概念 02 P6处理器的栈 03 从汇编语言开始 04 编译,链接和库 05 动态库简介 06 ISO C99 07 C源文件的编译和链接 08 C语言的变量 09 外部变量的声明,定义和链接性质 10 函数的原型声明和链接性质 11 内存地址对齐 #2 数值运算 12 整数类型 13 整数的运算 14 浮点实数类型 15 浮点实数运算及异常 16 复数类型

    0
    53
    1.13MB
    2013-08-27
    10
  • C和C++代码锦囊:实用开发者指南

    C和C++代码锦囊:实用开发者指南

    0
    43
    6.9MB
    2013-08-27
    0
  • Designing Components with the C++ STL

    Designing Components with the C++ STL 'This book is the most accurate and up-to-date source of information on the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is - a framework.' Angelika Langer, Independent Consultant and C++ Report Columnist "A superbly authored treatment of the STL......an excellent book which belongs in any serious C++ developer's library." Jim Armstrong, President 2112 F/X, Texas. The C++ Standard Template Library (STL) represents a breakthrough in C++ programming techniques. With it, software developers can achieve vast improvements in the reliability of their software, and increase their own productivity. Designing Components with the C++ STL has three aims: * to introduce the reader to the STL * to show how this powerful resource can be exploited * to extend its use to the construction of new components. This revised edition is fully compliant with the new ISO/IEC C++ Standard with an associated web site containing numerous, fully up-to-date examples for downloading. The author shows how to make practical use of the STL through a wealth of examples and by drawing on his extensive experience and knowledge gained working with the C++ Standardization Committee. Unique insight into the internals of the STL takes the reader beyond simply using it, to show how the components supplied in the STL can be used to design more complex data structures and algorithms, and powerful abstract data types. Throughout, the author maintains an elegant and sophisticated coding style, adhering faithfully to the current ISO/ANSI standards, helping to ensure that your software will be even more portable, maintainable and reusable than ever.

    5
    48
    1.12MB
    2013-08-27
    10
  • Imperfect C++

    Imperfect C++ 汇集实用的C++编程解决方案,C++虽然是一门非凡的语言,但并不完美。Matthew Wilson使用C++十年有余,其间发现C++存在一些固有的限制,需要一些颇具技术性的工作进行弥补。本书不仅指出了C++的缺失,更为你编写健壮、灵活、高效、可维护的代码提供了实用的技术和工具。Wilson向你展示了如何克服C++的复杂性,穿越C++庞大的范式阵列。夺回对代码的控制权,从而获得更理想的结果。

    0
    48
    1.11MB
    2013-08-27
    2
  • Microsoft Visual C++ MFC FAQ v5.6

    Microsoft Visual C++ MFC FAQ v5.6

    0
    60
    216KB
    2013-08-27
    0
  • More Effective C++(Recommondate)

    More Effective C++(Recommondate) ·经过验证的一些用来改善程序效率的方法,包括尖锐而犀利地检验C++语言特性所带来的时间和空间上的成本   ·广泛描述C++专家所使用的高阶技术,包括placement new,virtual constructors,smart pointers,reference counting,proxy classes,double-dispa

    0
    50
    635KB
    2013-08-27
    0
  • VISUAL C++MFC扩展编程实例

    本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。全书分为三个部分和附录。第一部分介绍Windows编程的基础知识,第二部分讲解用户界面编程技巧,最后一部分涉及Windows内部进程的一些实例。本书思路清晰,实用性强,是计算机应用人员及大专院校师生不可多得的参考书。

    0
    59
    9.53MB
    2013-08-27
    3
  • 笔耕不辍

    累计1年每年原创文章数量>=20篇
  • 分享王者

    成功上传51个资源即可获取
关注 私信
上传资源赚积分or赚钱