搜索资源列表
89346518TestDebug.zip
- 自己编写调试器,可以实现和VC一样的调试功能。,Write your own debugger, and the VC can achieve the same debugging features.
gdiplus.rar
- GDI类库下载(VC++开发常备),包括GdiPlus.lib库以及GdiPlus.h、GdiPlusPath.h、GdiPlusBrush.h、GdiPlusMem.h、GdiPlusTypes.h、GdiPlusFlat.h……等文件。 昨天调试一程序需要本类库,在网上搜了一大堆,竟然都不提供下载,感觉很不爽,在csdn以高分得到了这个包,虽然很老的东西,但是我们还是离不开她。,GDI library download (VC++ development of standing),
queue
- 本程序实现了队列的基本操作,已在VC环境下调试,可以运行-quene
VCGPS
- vc+gps+项目源代码 调试通过 是很好的电子地图的源代码程序 共享一下-vc+ gps+ project source code for debugging through the electronic map is a good program to share the source code for what
chengji
- 这是一个入门级的VC++源码,功能是求4个学生5门成绩的调试-This is an entry-level VC source code, function is to strive for four students achieved 5 Debugging
checkcrc32
- 此小程序是crc32的运用,大家可以把crc32的代码copy直接运用,在vc++2005调试通过。-This small program is the use of CRC32, CRC32 that all of us can copy the code directly utilize vc++ 2005 debugging through.
debuglib
- vc调试模式下运行程序常用的动态库,希望给一些朋友帮助,特收集起来共享.-vc debug mode used to run programs under the dynamic library, hoping to help give some of my friends, to share special collected.
picturesdesignVC
- 绘制图像系统,VC++语言学习的好资料,调试过了,好用-Map image, VC++ better study the information
zhipai
- 调试环境是VC++6.0,game函数中被注释的代码段是用来具体打印牛X的组合-Debugging environment is VC++6.0, game function was annotated code segment is used to print a specific combination of X Ox
labviewSerialdebugger
- 用于串口调试用的一个界面,和VC编程或者VB编程具有同样的效果,不过界面更加好看。-For a serial interface for debugging and programming VC or VB programming with the same effect, but more good-looking interface.
debug-of-vc
- 本文讲解了VC调试程序的基本步骤和方法。包括一些常用键的使用。-The pakage include the basic steps and methods of VC debugger.
DT
- 实时接收VC++程序Debug和Release下的自定义调试输出,可以极大的方便程序的调试. 用法(以CTestMFCApp为例): 在TestMFCApp的stdafx.h中加入#include "dt_2005.h" 在.cpp需要输出调试信息的代码行加入 DT("hello,year d",2009) DW("This is a warning msg") DE("error") 用DT.exe来接收输出的信息 DT用来输出一般信息,
GameByVC
- VC++编的连连看游戏,完整,项目源代码,可玩。一且调试成功。对学习游戏编程有一定作用-VC++ compiled Lianliankan game, complete the project source code, playable. Once debugged. Learning game programming has a role
DebugDemo
- vc调试环境配置的程序源码,不错,推荐下哈-Configure the debugging environment
vc-avi_player
- 用vc++6.0实现的avi视频播放源码,可以实现简单的avi视频打开和停止操作,适用于初学者学习。而且,自带avi视频,可以调试程序。-Achieved with vc++6.0 avi video source, you can achieve a simple avi video open and stop operation, suitable for beginners to learn. Moreover, comes avi video, you can debug the pro
串口调试助手V2.2源码
- 实现串口助手功能,里面包含已经可用的编译程序和源代码,适合使用者学习VC开发串口通讯程序(Serial assistant function, which contains already available compiler and source code, suitable for users to learn VC development serial communication program)
VC++ 串口调试助手源代码
- VC++串口调试;串口实现方式,已亲身测试。(Serial port implementation)
ruleuylinder
- WINDOWS XP样式界面编程,100%用VC调试通过()
VC6.0green
- VC++ 6.0绿色完整版是一款专业的VC编程工具,学习编程的基础工具之一。VC++ 6.0绿色完整版中包括编辑器、调试器以及程序向导AppWizard、类向导Class Wizard等开发工具,可以完成创建、调试、修改应用程序等的各种操作(VC++ 6 green full version is a professional VC programming tool, one of the basic tools for learning programming. VC++ 6 green fu
线性表的应用
- 设计题目:有序表合并 设计目的:1.掌握调试线性表的基本方法; 2.掌握线性表的一些基本操作; 3.加深理解线性表并进行实际应用; 设计内容:将两个有序链表合并为一个有序链表(Design topic: orderly table merge Design objective: 1. master the basic method of debugging linear table. 2. master some basic operations of linear tab