Description: 1 程序开发步骤如下
(1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存;
(3) 同(2)步骤再加入文件\"floppy.h\";
(4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可;
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next question asks whether the creation of new documents to answer "yes" ; then Workspace - gt; FileView - gt; Source Files to open the document, in which the editor of the program's source code; after editing through a menu item File-gt; Save for preservation; (3) with (2) further steps inserted in the document & Platform: |
Size: 55119 |
Author:黄小文 |
Hits:
Description: window下的生产者消费者程序
1、实验环境
本实验是在win2000+VC6.0环境下实现的,利用Windows SDK编制实例程序。所以试验需要在windows下安装VC后进行。VC是一个集成开发环境,其中包含了Windows SDK所有工具和定义;所以安装了VC后就不用特意安装SDK了。
2、实现步骤
(1) 打开VC,选择菜单项file->new,选择projects选项卡并建立一个名为\" R_WP1\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件\" R_WP1.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\" R_WP1.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑源文件并保存.
(3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug-> R_WP1.exe程序,然后把给定的test.txt文件存入该debug目录下,就可以在控制台进入该debug目录运行程序了。需要强调的是在创建数据文件时,由于涉及到文件格式问题,最好在记事本中手工逐个输入数据,而不要拷贝粘贴数据。-window of a producer consumer procedures, experimental environment in the experimental WIN2000 + VC6.0 environment to achieve, and Using Windows SDK examples of the preparation procedures. Therefore, the need to test windows installed after the VC. VC is an integrated development environment, which contains all the tools in Windows SDK and definitions; So, the VC not specially installed after the SDK. 2, the realization of steps (a) to open VC, select menu item file - Platform: |
Size: 11694 |
Author:wanghui |
Hits:
Description: ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc).
The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect.
The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
Platform: |
Size: 54007 |
Author:张京 |
Hits:
Description: 1 程序开发步骤如下
(1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存;
(3) 同(2)步骤再加入文件"floppy.h";
(4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可;
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next question asks whether the creation of new documents to answer "yes" ; then Workspace- gt; FileView- gt; Source Files to open the document, in which the editor of the program's source code; after editing through a menu item File-gt; Save for preservation; (3) with (2) further steps inserted in the document & Platform: |
Size: 55296 |
Author:黄小文 |
Hits:
Description: window下的生产者消费者程序
1、实验环境
本实验是在win2000+VC6.0环境下实现的,利用Windows SDK编制实例程序。所以试验需要在windows下安装VC后进行。VC是一个集成开发环境,其中包含了Windows SDK所有工具和定义;所以安装了VC后就不用特意安装SDK了。
2、实现步骤
(1) 打开VC,选择菜单项file->new,选择projects选项卡并建立一个名为" R_WP1"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件" R_WP1.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是" R_WP1.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑源文件并保存.
(3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug-> R_WP1.exe程序,然后把给定的test.txt文件存入该debug目录下,就可以在控制台进入该debug目录运行程序了。需要强调的是在创建数据文件时,由于涉及到文件格式问题,最好在记事本中手工逐个输入数据,而不要拷贝粘贴数据。-window of a producer consumer procedures, experimental environment in the experimental WIN2000+ VC6.0 environment to achieve, and Using Windows SDK examples of the preparation procedures. Therefore, the need to test windows installed after the VC. VC is an integrated development environment, which contains all the tools in Windows SDK and definitions; So, the VC not specially installed after the SDK. 2, the realization of steps (a) to open VC, select menu item file- Platform: |
Size: 11264 |
Author:wanghui |
Hits:
Description: ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc).
The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect.
The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
Platform: |
Size: 53248 |
Author:张京 |
Hits:
Description: live555+ffmpeg例子 调试比较麻烦 是国外一个开源项目的源代码-live555+ ffmpeg debug example is too much trouble is an open source project abroad, the source code Platform: |
Size: 6856704 |
Author:杨子卿 |
Hits:
Description: 一款支持模拟ARM和blackfin DSP处理器的软件,在不需要真实硬件下运行ARM Linux, uClinux, uc/OS-II (ucos-ii)等
将tar.gz 改为tar.bz2-SkyEye is an Open Source Software Project (GPL Licence). Origin from GDB/Armulator, The goal of SkyEye is to provide an integrated simulation environment in Linux and Windows. SkyEye environment simulates typical Embedded Computer Systems (Now it supports a series ARM architecture based microprocessors and Blackfin DSP Processor). You can run some Embedded Operation System such as ARM Linux, uClinux, uc/OS-II (ucos-ii) etc. in SkyEye, and analysis or debug them at source level. Platform: |
Size: 887808 |
Author:lg |
Hits:
Description: 在windows、Linux、ARM上调试通过的SQLite源码。
SQLite是一个开源的嵌入式关系数据库,它在2000年由D. Richard Hipp发布,它的减少应用程序管理数据的开销,SQLite可移植性好,很容易使用,很小,高效而且可靠。
SQLite嵌入到使用它的应用程序中,它们共用相同的进程空间,而不是单独的一个进程。从外部看,它并不像一个RDBMS,但在进程内部,它却是完整的,自包含的数据库引擎。
-In the windows, Linux, ARM debug through the SQLite source code. SQLite is an open source embedded relational database, which in 2000 released by D. Richard Hipp, and its application management to reduce the overhead of data, SQLite good portability, it is easy to use, small, efficient and reliable. SQLite embedded into applications that use it, they share the same process space, rather than a separate process. Externally, it is not like a RDBMS, but in the process itself, it is a complete, self-contained database engine. Platform: |
Size: 594944 |
Author:hegang |
Hits:
Description: 调试嵌入式设备的串口调试终端,从putty修改的,增加串口号和波特率的快捷切换方式,增加打开关闭按钮,增加窗口置顶按钮,取消了打开时的配置窗口和关闭时的确认窗口。putty是开放源码的,这里也把源码一起上传了。
界面类似linux的超级终端,黑底白字,标题栏点右键可以设置串口和波特率,其他功能的设置点开“change setting”就可以了,比windows超级终端好用很多。-Serial debug terminal debugging embedded devices, modified from putty to increase the quick switch of the serial port and baud rate, increased open the Close button to increase the window on top button, cancel the configuration window open and closed confirmation window . putty is open source, and and here also upload the source code. Interface similar linux HyperTerminal, white on black, title bar, right click to set the serial port and baud rate other function settings after opening the " change setting" can be a lot of easy to use than windows HyperTerminal. Platform: |
Size: 3508224 |
Author:liao |
Hits: