自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (54)
  • 收藏
  • 关注

转载 vc调试技巧

<br />VC调试技巧收集整理 <br />      调试是一个程序员最基本的技能,其重要性甚至超过学习一门语言。不会调试的程序员就意味着他即使会一门语言,却不能编制出任何好的软件。<br />      这里我简要的根据自己的经验列出调试中比较常用的技巧,希望对大家有用。本文约定,在选择菜单时,通过/表示分级菜单,例如File/Open表示顶级菜单File的子菜单open。        <br />        <br />        1 设置<br />        为了调试一个程序,首先

2010-06-10 11:51:00 1104

转载 vc调试技巧

<br />VC调试技巧收集整理 <br />      调试是一个程序员最基本的技能,其重要性甚至超过学习一门语言。不会调试的程序员就意味着他即使会一门语言,却不能编制出任何好的软件。<br />      这里我简要的根据自己的经验列出调试中比较常用的技巧,希望对大家有用。本文约定,在选择菜单时,通过/表示分级菜单,例如File/Open表示顶级菜单File的子菜单open。        <br />        <br />        1 设置<br />        为了调试一个程序,首先

2010-06-10 11:50:00 3372

转载 Mutex与Critical Section比较

<br />Mutex和Critical Section都是主要用于限制多线程(Multithread) 对全局或共享的变量、对象或内存空间的访问。下面是其主要的异同点(不同的地方用绿色表示)。<br /> <br />Mutex<br />Critical Section<br />性能和速度<br />慢。<br />Mutex 是内核对象,相关函 数的执行 (WaitForSingleObject,<br />ReleaseMutex)需要 用户模式(User Mode)到内核模式(Kernel

2010-06-02 16:06:00 2211

清华大学严蔚敏数据结构题集与答案(用C语言实现)

清华大学严蔚敏数据结构题集与答案(用C语言实现)

2010-04-13

Exceptional C++ Style中文版

Exceptional C++ Style中文版 Exceptional C++ Style中文版

2010-04-13

Visual C++中的异常处理浅析

Visual C++中的异常处理浅析 Visual C++中的异常处理浅析

2010-04-13

cc++异常处理的三个境界

c、c++异常处理的三个境界 c、c++异常处理的三个境界

2010-04-13

Spy++7.1中文版(含有帮助文档)

Microsoft Spy++ v7.1 中文版 Microsoft Spy++是一个非常好的查看Windows操作系统的窗口、消息、进程、线程信息的工具,简单易用,功能强大(Delphi也提供了一个类似的工具WinSight32,但在方便性、易用性上实在不及Spy++)。 此工具一直随Microsoft Visual Studio发行,在Microsoft Visual Studio 2003中微软中文化了该工具,包括帮助,此版本就来源于Microsoft Visual Studio 2003,使用时无需安装,直接运行Spy++可执行文件即可。 一个小窍门(可能大多数人都知道): 你想知道一个软件是用什么开发工具制作而成的吗?哪就使用Spy++查看该程序的窗口或控件,如果窗口或控件的类名均以T开头,那有非常大的几率表明该软件就是用Delphi或者C++ Builder开发而成,同时根据Spy++获得的控件类名你还可以知道该软件使用了什么第三方组件,是不是很有用?

2010-04-07

C++语言99个常见编程错误

《C++语言99个常见编程错误》是C++大师Stephen C. Dewhurst在多年教授C++课程中所遇到的常见错误的心得笔记上编写而成的。《C++语言99个常见编程错误》所有章节都从一个众所周知的、在日常编码或设计实践经常遭遇的问题入手,先指出其不足,再对其背后思想中存在的合理与不合理之处深入剖析,最后取其精华弃其糟粕,给出一个简洁、通用、美轮美奂的方案,指出有关如何规避或纠正它们的建议,从而有助于C++软件工程师避免重蹈他们前辈的覆辙。

2010-03-31

群联助手 V1.3 0712

群联助手 包含软件: 1、群联量产工具--v1.96--v1.08--v1.11 (批处理设置参数) 2、CHIPGENIUS 3.01芯片检测 3、闪存精灵 3.1 4、MyDiskTest 2.5 5、USB移动磁盘速度基准测试 6、USB格式HDD(HP USB存储器格式化工具) 7、Low Level Format 1.3 格式化工具 8、群联U盘私有区加密工具 2.75 9、Low Level Formatter 2.9.1.1 10、UltraISO 9.33.2685 11、QEMU 0.81 拖动版 12、系统标准时间校准软件 软件默认固定运行目录:D:\Mydigit 不要移动后使用(固件的目录默认在D:\Mydigit目录下,除非你手动运行参数设置程序修改,或直接修改各ini参数文件)

2010-03-09

精通windows socket网络开发源代码

精通windows socket网络开发源代码 精通windows socket网络开发源代码

2010-03-09

ChipGenius USB设备芯片型号检测工具

1、快速修复U盘:不用拆机即可查询U盘的芯片型号,快速找到对应的量产工具 2、帮你识别假冒U盘:还怕买到假冒U盘吗?随时带上我吧(配合MyDiskTest更佳) 3、专业选购MP3:MP3主控方案一般厂家都不说,而芯片又是选购MP3的重要指标 4、识别假IPOD:我一直怀疑自已的IPOD是假的,又无法拆开,这个任务交给我搞定 5、维修好帮手:数码维修人员整天和数码产品打交道,我的出现就是你的得力助手 6、其它USB存储:买读卡器、移动硬盘、USB-Hub....,从专业角度帮你挑选对比 7、其它USB外设:摄像头、USB鼠标、打印机、USB声卡....,免拆壳哦 8、主板芯片组:看芯片型号、找驱动、查主板性能,有我更轻松 9、后续还有更多神秘功能,等你来发掘......

2010-03-08

深入解析WINDOWS操作系统(第4版)中文带标签完整高清版PDF109M包1/6

深入解析WINDOWS操作系统(第4版)中文带标签完整高清版PDF109M包6/6。 只有包1要积分。

2010-02-26

抓包结果抓包结果抓包结果抓包结果

抓包结果抓包结果抓包结果抓包结果抓包结果抓包结果抓包结果抓包结果

2009-07-06

分析数据包分析数据包

分析数据包分析数据包分析数据包分析数据包

2009-07-06

wincap编程源码

wincap编程源码 wincap 源码 库 头文件

2009-06-22

wincap程序员手册

很详尽的wincap程序员手册,有大量实例

2009-06-22

捕获并、分析数据包并显示其内容源程序程序!

用vc编写的捕获数据包,并且分析之在电脑终端显示出来!

2009-06-22

qq聊天记录专家破解版

真正的破解版,骗你不是人! 真正的破解版,骗你不是人!

2009-06-09

真正的pdf去密码工具

PDF 清除密码 工具 PDF 清除密码 工具

2009-06-08

rcsetup121强大好用的文件恢复工具

rcsetup121强大好用的文件恢复工具 rcsetup121强大好用的文件恢复工具

2009-06-08

比较完善的局域网聊天传文件工具

类似飞鸽传书 能够自动搜索局域网中的用户,和他们聊天传文件,下了绝不让你后悔!!

2008-12-21

麻省理工学院-算法导论

最经典的介绍算法的书籍,来自国外教材的中文翻译

2008-03-21

010 Editor 602破解版

010 Editor_602破解版

2015-10-12

Python源码剖析.pdf

话不多说,pdf可以下载的很多,但是有目录的能有几个?? 本人亲自整理的pdf目录

2013-10-11

linux C编程实战

花了一个多小时,编写了完整的目录结构,3分就当是我的辛苦费把

2013-01-08

pcre8.30 完整VC工程+例子程序

pcre8.30 完整VC工程+例子程序

2012-12-26

Java程序设计入门教程.pdf

Java程序设计入门教程.pdf

2012-12-03

SQLite+Database+Browser.rar

懂的自然懂

2012-11-28

010Editor Win32Installer

010EditorWin32Installer402.rar

2012-11-28

程序员密码学-中文版.pdf

程序员密码学-中文版.pdf

2012-11-23

公钥基础设施(PKI)—实现和管理电子安全.pdf

公钥基础设施(PKI)—实现和管理电子安全.pdf

2012-11-23

汇编指令查询器AsmFun 1.3.rar

汇编指令查询器AsmFun 1.3.rar

2012-09-29

ildasm(ildasm2.0 ildasm3.0 ildasm5.0 ildasm1.0).net反汇编ildasm 工具

ildasm(ildasm2.0 ildasm3.0 ildasm5.0 ildasm1.0).net反汇编ildasm 工具

2012-09-23

Dis Sharp反编译破解版

Dis Sharp 反编译破解版。 http://netdecompiler.com/ DisSharp Decompiler Features * Inplace Editor Double click or press Enter: Type new name and press Enter: The typical problem with decompilation is the absence of full source information in the executable file. For instance, .NET assembly does not contains names of local variables. Program can automatically assign local names in accordance with their types (what Dis# is really do), but it still too differentiates with the original source. Dis# makes next logical step in this direction. You can edit the names and keep the changes in a project file. ( see screenshot ) * Dis# project file Dis# have it's own metadata structure, which expands PE metadata structure with all necessary for decompilation information, such as local variable names. You can save Dis# metadata in the project file &#40;extension .dis&#41; and keep all changes. * Decompilation Speed Custom metadata provides outstanding decompilation speed, which 25-700 times faster then have other .NET decompilers. Dis# decompiles more then 2000 methods per second. * Multiple Languages decompilation Support for C#, Visual Basic.NET, Delphi.NET and Chrome. * Well formed code Dis# generates code, which is look like the human edited. Dis# .net decompiler have many options to adjust code view for your preferences. * Optimization Dis# optimize code. * .NET 2.0 support Dis# support .NET 2.0 assembly format, generics etc. * Raw Code In some cases you have to view raw code (before high level decompilation algorithms processing). ( see screenshot ) Download Buy Now Code Tools * Deobfuscate You can deobfuscate assembly to restore readable names. * PDB file Dis# extracts names from .PDB file. ( see screenshot ) You can autoload PDB. * XML documentation Dis# load assembly XML documentation. ( see screenshot ) You can autoload XML DOC. * Method calls You can view all methods, that calls from the current method, and all methods, that calls current. ( see screenshot ) * Attribute List of types, methods and fields with attribute Code Options * Full qualified/short names Short names of types are more typical for the manual created original source. But in some cases you can need to see full qualified names of types (with namespaces). Dis# allows you to choose between these modes and also allows to save code source both in full and short projects. * Decimal/Hexadecimal You can generate code with decimal or haxadecimal numeric constants on your choice. * Other code options Unicode Chars, Type Detail, Single Statement Brace and other. Visual Studio project Dis# generates project file for different languages, which is ready to load in Visual Studio. * Source files Source files are distributed in folders corresponding to their namespaces. * AssemblyInfo file Dis# creates AssemblyInfo file with all necessary assembly attributes. * Resources Dis# appends to Visual Studio project all assembly resources. * Resx files Dis# creates .resx files from resources for .NET forms. * Application icon Dis# extracts application icon from .exe file. Pseudo Assembler Intermediate Language assembler contains comprehensive information to produce assembly. This redundancy brings to difficulty of perception of assembler code. Dis# introduces conception of pseudo assembler (pasm). Pasm intends to view, not to compile. It's main differences of IL assembler are: * C# language style method titles. * Only significant part of IL code presents. * Only those assembler instructions have labels, which are really targets of the branches. Labels have numerical orders. * Exception of nonsignificant instructions (such as endfinally). ( see screenshot ) Assembly Browser * Easy navigate You can easy navigate to class member. Select project tree node and press ENTER or double click mouse. * Information User can see AssemblyInfo, References, Resources and Entry Point of assembly. * Outline in different modes Public, public + protected, public + protected + internal and full outline class interfaces are available to see. Interface * Single/many document interface You can view new class/method in the same window or in the new tab page. * Auto decompile mode You can turn on auto decompilation of methods, when you select method node. * Style You can select interface style (IDE2005, Office2003 or Plain)

2012-09-23

DT_FixRes 脱壳后资源修复工具

DT_FixRes 脱壳后资源修复工具 看不惯别人要10分,特分享给分少的同学

2011-09-19

输入表免杀技术总结精装版

输入表免杀技术总结精装版

2011-09-15

ipv6_xp_测试例子及说明

ipv6_xp_测试例子及说明,花十分从别人那下载的,整理后奉献给大家!

2011-06-07

OD入门初级教程,适合新手学习

OD入门初级教程,适合新手学习 OD入门初级教程,适合新手学习 OD入门初级教程,适合新手学习

2011-01-25

慧聪SM32X量产工具

慧聪SM32X量产工具,内附有教程。 慧聪SM32X量产工具,内附有教程。 慧聪SM32X量产工具,内附有教程。

2011-01-25

Linux内核源代码导读(完整版)

Linux内核源代码导读 中国科学技术大学计算机系 陈香兰之前CSDN有个版本,可惜资料不全,在本人现已搜集整理完毕! 内容涉及:从 Makefile分析基于x86的Linux的代码结构、基于x86的Linux 2.6.26的启动、进程管理、中断处理、系统调用、调度、内存管理、进程地址空间、虚拟文件系统、ext2文件系统等等。 内容详尽、分析特彻,是学习linux内核不可多得的一份好资料!

2011-01-25

C++ 编程惯用法 高级程序员常用方法和技巧

C++ 编程惯用法 高级程序员常用方法和技巧 pdf版

2010-11-24

万能U盘修复工具-藤楼庄园USB工具箱 V1.5

万能U盘修复工具-藤楼庄园USB工具箱 V1.5 软件为免费软件,集成了10个网上流行的USB设备的检测工具,能够对大多数USB接口的U盘、移动硬盘、MP3播放器等设备进行检测或修复。本软件所采用的10款工具均来源于网络,其版权归原作者所有,本软件只进行聚合与推广,方便大家对USB设备的应用。另:欢迎大家使用本软件,但请不要把本软件用于任何非法途径!

2010-05-18

空空如也

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

TA关注的人

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