自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

行者无疆的专栏

技术人生

  • 博客(4)
  • 资源 (39)
  • 收藏
  • 关注

原创 从多个文件中搜索指定单词功能实现

前两天在看linux内核代码,因为还没有很熟悉,有一些函数不知道在哪个文件里,手动找很麻烦,于是在windows下写了个文件搜索单词功能的小程序。只是实现了连续字母的搜索,也花了我两个小时写程序,后面第二天又测试调度了两个小时,今天第三天又用C++重写了这个功能;算是可以使用,放出来分享一下,如果有bug,请帮忙报告一下。1. 说明一下类CFindWord的功能:先使用Init函数附带fold

2013-12-15 19:18:45 2498

原创 8259A可编程中断控制器芯片中断过程

8259A:可编程中断控制器芯片(PIC),它是可以用程序控制的中断控制芯片。单个的8259A能管理8级向量优先级中断。在不增加其他电路的情况下,最多可以级联成64级的向量优级中断系统。8259A内部结构由8个部分组成:(1)数据总线缓冲器(DATA BUS BUFFER):将8259A连接到系统数据总线上,控制字和状态信息通过此传送。(2)读/写控制逻辑(READ/WRITE

2013-12-13 22:38:37 6294

原创 QQ彩票快3返还概率分析

这是之前玩快3的时候计算的一个返还率时所写的程序。快3说白了就是一个赌博游戏,三个骰子摇出结果,你猜是多少,猜中的话根据不同数字的赔率返还。我只计算理想状态下猜三个骰子和值的返还率,不管QQ网站的算法能不能达到理想状态的分布情况。      总共有三个骰子,每个骰子可以取值1-6,和的取值范围是3-18,网站上去掉了最大值18和最小值3不作下注对象,估计是有猫腻;我把这两个情况也计算进去,也算

2013-12-13 20:48:54 3250

原创 关于win7的session0隔离的总结

微软做这个session隔离的原因我就不追查了,反正让人有蛋蛋的忧伤。      在vista以前的系统,后台服务和当前用户进程都运行在同一个session中(本地系统登录时的第一个session中),只有从远端登录的时候会建立新的session。      在vista以后的系统,系统启动后,后台服务运行在session0中,第一个登录的用户运行在session1当中,后续登录的有ses

2013-12-06 15:45:43 4314

libevent在vs下编译工程

前段时间看了下libevent的文档,把代码搞过来看了一下,做了一个vs的工程,花了一两个小时。免得下次又弄这些无谓的工作,上传到共享里。有需要的朋友也可以省点时间。工程是vs2008的,到其他版本也是可以使用的。

2015-01-10

C++实现简单的MVC框架

C++实现简单的MVC框架

2014-06-19

DesktopDemo程序

这个是模拟explorer的桌面做的一个小程序,配合其他程序可以做成虚拟桌面。 使用了shell技术,以及list view控件,使用了部分开源代码。

2014-01-14

从文件夹中查找单词程序

这是我自己写的一个小程序,功能是查找指定文件夹中对应的单词。如果发现有bug,请在我的博客中报告!谢谢! http://blog.csdn.net/suppercoder/article/details/17336601

2013-12-30

查找指定文件夹中所有文件中的单词

这是我自己写的从指定文件夹中查找所有文件中的对应单词的功能小程序,请不要指定内容太多的目录,可能会造成消耗内存太多。有任任bug可以在我的博客上留言,谢谢! http://blog.csdn.net/suppercoder/article/details/17336601

2013-12-30

supercan扫描工具

supercan扫描工具

2013-08-15

DeviceTree 驱动查看

DeviceTree 驱动查看

2013-03-15

[Windows.Internals.Part.1(6th,2012.3)文字版

[Windows.Internals.Part.1(6th,2012.3)].Mark.E.Russinovich.文字版 不是扫描的,直接是文字,很清晰! 权威经典,无需要解释。

2013-02-25

COM技术内幕第10章代码进程中服务器(VS2008通过)

在原有旧代码的基础上修改成在vs下可以编译通过调试的新程序,对于学习COM这本书有帮助。

2013-01-08

COM技术内幕第9章代码客户端智能指针(VS2008通过)

《COM技术内幕》——第9章,相关内容的代码,原代码历史久远,有一些地方需要修改才能成功使用。经过本人修改可以在VS2008中编译调试,对于理解文中的内容大有好处。

2013-01-05

COM技术内幕第5章第7章代码(VS2008通过)

《COM技术内幕》——第5章 动态连接,相关内容的代码,原代码历史久远,有一些地方需要修改才能成功使用。经过本人修改可以在VS2008中编译调试,对于理解文中的内容大有好处。http://blog.csdn.net/eagleatustb/article/details/8447729

2012-12-28

Windows核心编程随书源代码

windows 核心编程的随书源代码,可以结合书本上来调试。我在VS2008上大部分可以直接使用,有一些不能使用需要修改的,我有写对应的读书笔记。可以参考我的博客。http://my.csdn.net/eagleatustb

2012-10-26

C++ 标准程序库

Table of Contents Preface Acknowledgments 1. About this Book 1.1 Why this Book 1.2 What You Should Know Before Reading this Book 1.3 Style and Structure of the Book 1.4 How to Read this Book 1.5 State of the Art 1.6 Example Code and Additional Information 1.7 Feedback 2. Introduction to C++ and the Standard Library 2.1 History 2.2 New Language Features 2.3 Complexity and the Big-O Notation 3. General Concepts 3.1 Namespace std 3.2 Header Files 3.3 Error and Exception Handling 3.4 Allocators 4. Utilities 4.1 Pairs 4.1.1 Convenience Function make_pair() 4.1.2 Examples of Pair Usage 4.2 Class auto_ptr 4.3 Numeric Limits 4.4 Auxiliary Functions 4.5 Supplementary Comparison Operators 4.6 Header Files <cstddef> and <cstdlib> 5. The Standard Template Library 5.1 STL Components 5.2 Containers 5.3 Iterators 5.4 Algorithms 5.5 Iterator Adapters 5.6 Manipulating Algorithms 5.7 User-Defined Generic Functions 5.8 Functions as Algorithm Arguments 5.9 Function Objects 5.10 Container Elements 5.11 Errors and Exceptions Inside the STL 5.12 Extending the STL 6. STL Containers 6.1 Common Container Abilities and Operations 6.2 Vectors 6.3 Deques 6.4 Lists 6.5 Sets and Multisets 6.6 Maps and Multimaps 6.7 Other STL Containers 6.8 Implementing Reference Semantics 6.9 When to Use which Container 6.10 Container Types and Members in Detail 7. STL Iterators 7.1 Header Files for Iterators 7.2 Iterator Categories 7.3 Auxiliary Iterator Functions 7.4 Iterator Adapters 7.5 Iterator Traits 8. STL Function Objects 8.1 The Concept of Function Objects 8.2 Predefined Function Objects 8.3 Supplementary Composing Function Objects 9. STL Algorithms 9.1 Algorithm Header Files 9.2 Algorithm Overview 9.3 Auxiliary Functions 9.4 The for_each() Algorithm 9.5 Nonmodifying Algorithms 9.6 Modifying Algorithms 9.7 Removing Algorithms 9.8 Mutating Algorithms 9.9 Sorting Algorithms 9.10 Sorted Range Algorithms 9.11 Numeric Algorithms 10. Special Containers 10.1 Stacks 10.2 Queues 10.3 Priority Queues 10.4 Bitsets 11. Strings 11.1 Motivation 11.2 Description of the String Classes 11.3 String Class in Detail 12. Numerics 12.1 Complex Numbers 12.2 Valarrays 12.3 Global Numeric Functions 13. Input/Output Using Stream Classes 13. Input/Output Using Stream Classes 13.1 Common Background of I/O Streams 13.2 Fundamental Stream Classes and Objects 13.3 Standard Stream Operators << and >> 13.4 State of Streams 13.5 Standard Input/Output Functions 13.6 Manipulators 13.7 Formatting 13.8 Internationalization 13.9 File Access 13.10 Connecting Input and Output Streams 13.11 Stream Classes for Strings 13.12 Input/Output Operators for User-Defined Types 13.13 The Stream Buffer Classes 13.14 Performance Issues 14. Internationalization 14.1 Different Character Encodings 14.2 The Concept of Locales 14.3 Locales in Detail 14.4 Facets in Detail 15. Allocators 15.1 Using Allocators as an Application Programmer 15.2 Using Allocators as a Library Programmer 15.3 The Default Allocator 15.4 A User-Defined Allocator 15.5 Allocators in Detail 15.6 Utilities for Uninitialized Memory in Detail Internet Resources Where You Can Get the Standard Internet Addresses/URLs

2012-10-16

C++标准程序库(英文版)

Soon after its introduction, C++ became a de facto standard in object-oriented programming. This led to the goal of standardization. Only by having a standard, could programs be written that would run on different platforms — from PCs to mainframes. Furthermore, a standard library would enable programmers to use general components and a higher level of abstraction without losing portability, rather than having to develop all code from scratch. The standardization process was started in 1989 by an international ANSI/ISO committee. It developed the standard based on Bjarne Stroustrup's books The C++ Programming Language and The Annotated C++ Reference Manual. After the standard was completed in 1997, several formal motions by different countries made it an international ISO and ANSI standard in 1998. The standardization process included the development of a C++ standard library. The library extends the core language to provide some general components. By using C++'s ability to program new abstract and generic types, the library provides a set of common classes and interfaces. This gives programmers a higher level of abstraction. The library provides the ability to use • String types • Different data structures (such as dynamic arrays, linked lists, and binary trees) • Different algorithms (such as different sorting algorithms) • Numeric classes • Input/output (I/O) classes • Classes for internationalization support

2012-10-16

C++网络编程+卷2+基于ACE和框架的系统化复用

C++网络编程+卷2+基于ACE和框架的系统化复用 经典之作,无须多言

2012-08-17

C++网络编程+卷1+运用ACE和模式消除复杂性

少数的几本ACE全面解析的书籍,适合于使用ACE进行网络开发的程序员阅读。

2012-08-17

Windows图形编程

经典的windows图形技术资料,市面上已经绝迹,有了它,解决界面问题相当轻松。

2012-06-29

[AddisonWesley]C++_Network_Programming_Volume_1

Over the past decade, concurrent object-oriented network programming has emerged as an effective paradigm for developing software applications whose collaborating objects can either be 1. Collocated within one process or computer or 2. Distributed across a set of computers connected by a network, such as an embedded system interconnect, a local area network (LAN), an enterprise intranet, or the Internet.

2012-06-29

ACE程序员指南

ACE自适配通信环境中文技术文档,ACE自适配通信环境(Adaptive Communication Environment)是面向对象的框架和工具包,它为通信软件实现了核心的并发和分布式模式。ACE包含的多种组件可以帮助通信软件的开发获得更好的灵活性、效率、可靠性和可移植性.

2012-06-29

Windows网络编程(第二版)源代码

这是Windows网络编程(第二版)的配套源代码,可以用来结合学习该书。

2012-05-13

windows网络编程(第二版)

这是一本经典权威的windows网络编程技术书籍,并且由名家翻译,质量可靠,是一本不可多得的学习windows网络技术的好书!

2012-05-10

蓝盾题目解答

1, IO设备传入数据的速率约为128M/s.传入的是数据流,数据流中包含不定长的数据块。 数据块块头: { char Head[] ="XX"; int Len}, Len表示数据块的内容长度。 数据块的内容紧接着块头。 2, A模块负责从硬件接收数据,B模块负责对数据的业务分析, C模块负责对数据的后续处理。

2012-03-08

eMule 0.50 在VS2005下调试通过版本

eMule 0.50 在VS2005下调试通过版本,还需要一些环境的改动,应该不难改,注意一下预编译宏的使用就可以了。

2012-02-07

eMule-StulleMule_v7.0(filter_to_DLPv4302-Alpha1)-Src.7z

eMule-StulleMule_v7.0

2012-02-06

eMule0.50a_Sources

这里带了官方发布的emule代码以及第三方库的源代码,可以供学习使用

2012-01-11

zlib source code

/* zlib.h -- interface of the 'zlib' general purpose compression library version 1.2.5, April 19th, 2010 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Jean-loup Gailly Mark Adler [email protected] [email protected] The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). */

2012-01-11

软件开发三级培训班

请AA/HRS/Amy/Vicky将附件转发给各项目员工或人力资源部同事,并积极鼓励员工抓紧这次培训考试的机会,具体内容可见附件。 因此项培训考试项目是属于国家职业资格培训和认证,所以考试通过获得证书后有多项优惠政策,对员工自身益处多多。

2011-10-25

C++ boost regex manual

This is the C++ lib boost's regex manual for developers. Down from boost official website.

2011-07-27

C++ Boost manual

This is the 1.47 version Boost manual for C++ developer.

2011-07-27

boost C++ manual

Boost SourceForge release folder README --------------------------------------- The only differences between the distribution files are the line endings and archive format. The .bz2 and .7z formats are preferred as more compact. Distribution files with extensions .gz and .bz2 use Unix line endings. Distribution files with extensions .zip and .7z use Windows line endings. See http://www.boost.org/users/history for information about each Boost release.

2011-07-27

设计模式(Gamma)

设计模式.pdf

2011-02-23

STL.源码剖析(完全版).pdf下载中文完整版

STL.源码剖析(完全版).pdf下载 简体中文完整版(高清晰扫描带目录)PDF,想学习的可以下载看看! 史上最好的STLSTL源码剖析阅读版本,超级高清,超用心的添加了阅读目录,方便了你的阅读,不再难受的看那些简陋的模糊的,扫描版 下载过的筒子们,把这本书顶起来吧,绝对的不要积分,绝对的完爆之前所有无耻版本

2011-02-23

深度探索C++对象模型(清晰版).pdf

深度探索C++对象模型(清晰版).pdf

2011-02-23

代码之美(中文版本)

用很经典的例子讲述了如何做到代码的优美与高效。 是一本编程进阶不可不读的经典之作。

2010-03-04

大学C++经典教程(中文版)很适合入门者

发表日期:2003年5月11日 出处:C++大学教程 作者:C语言之家整理 已经有14637位读者读过此文

2010-01-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除