搜索资源列表
竞赛管理系统
- 1 这是我用VC帮别人做的一个小型软件,实现竞赛管理(比如运动员数据库管理、比赛实时计时、比赛结果管理及打印输出等) 由于还在编写,想引用一下贵网站的源码,故将此软件源码上传,请大家批评指正。 2 本软件编写的特点: [1]运用的VC-MFC单文挡框架,并且主界面可调出另外两个单文档框架 [2]运用了CGridCtrl控件 [3]运用了彩色按纽 [4]运用运用了ODBC和ADO两个数据库编程(别人是用以前用ODBC,我用的ADO,后来大部分都被我改成了ADO)
sourcecode
- 代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! 代码3:编程时有时需要读取SQL服务器的目录及文件列表,特别作一些数据库备份程序的时候,本程序实现这个功能...... 代码4:TTS-文本语音转换。 代码5:本软件是一个用局网域发送信使服务的程序,用到了N
EBDSAM7S64-Basic-ADS
- AT91SAM7S32的一个应用.本程序为为一个简单的DEBUG口的输出演示: 1,完成基本的初始化 2,初始化DEBUG口,使能发送和接收 3,现象为在超级几终端打印信息-AT91SAM7S32 an application. The procedure for a simple mouth DEBUG output exercise : a complete two basic initialization, initialize DEBUG mouth so that it c
CSqlMakerTest
- 一个vb开发,可以动态生成SQL的\"拼装类\". 例如: sql.strsql=\"select ? from ? \" sql.setFieldEx \"field1\" sql.setFieldEx \"tbl\" debug.print sql.strsql 输出:select field from tbl-a vb development, dynamically generated SQL "assembled category." Fo
Netprint
- ENT很好的打印实例,大家可以下载运行看看,本例程在vs2003中调试正常。-ENT good example of the print, we look at the operation can be downloaded, The routines in vs2003 debug normal.
UartDebugDemo.rar
- IAR AVR 中用串口格式化打印调试的示例程序,An example of UART formatted print out for debug in IAR AVR.
Soft20060210164149878
- 虚拟图像打印机驱动 NED Image Driver is a printer driver for Microsoft Windows 2000. It is installed and it operates like any other printer driver. However, instead of sending documents to a real printer, it creates a multi-page TIFF file that you can view wit
debugprint
- 可变参数实现打印调试相关信息。thank you for using for example.-Can Change Parameters. Thank you for using for example.
demsgx
- 这是我个人写的一个调试信息输出,支持多线程下输出信息(有mutex互斥支持),运行体积小。输出信息时只需要引用 sdebugx.pas,创建类 sdebugprintboard 即可。使用Pascal语言。-It is multithread support debugger, write by pascal. the binary(debug print) is very small, and effective. All program want to print debug me
debug
- Linux 终端显示的缓冲是有限的(默认的显示几百行),所以如果我们程序printf行数较多,或者程序运行时间较长,难免有一些记录被冲掉,进而影响查看bug。特别是对随机的、少重现错错误,想通过屏幕上printf出来的数据调试,就难免困难一些,当然我们也可以使用重定向实现 程序>log.txt 但是这种方式,打印到文件上便不能显示到屏幕上了,所以有一定的局限性。 于是写了一个程序用意实现。 改程序有以下几个文件 Debug.c Debug.h
MyOutputDebugString
- 原创的调试时用OutputDebugString打印,用debugview接收输出 在查阅了开源的操作系统mutex用法后 实现了OutputDebugString函数,并模仿tracewin界面风格实现了接收工具,类似于debugview 上传的OutputDebugString的源码和接收器源码 全部为本人原创 vc2005调试通过 -When the original use OutputDebugString debug print output with debug
debug
- linux环境下,我们一般借助printf打印醒目的字符方便程序调试,但是当程序调试通过以后发布时,有又不得不删掉这些打印语句。 示例代码中利用宏定义#define 解决了上述问题。-In linux, we generally debug a program by using "printf" fuction to print eye-catching character. But later when the program needs to be released, we have t
201106huitongVB6Dll
- Private Sub Command3_Click() 打开短信初始化端口 Dim Temp As String Dim Aa As String Aa = Now Label6.Caption = "打开始打端口..." Temp = SzhtoSms1.YhOpenModem(Text4.Text, Text8, Text9) If InStr(Temp, "-1") = 0 Then Text3 = Temp Label6.Caption
debug-(5)--------------------------------
- Driver for PowerPC 4xx on-chip ethernet controller, debug print routines.
measurementSrvDbgPrint
- brief This file include variuos measurement SRV debug print facilities.
IAR-SWD-DEBUG-Print-Code
- IAR+Jlink开发时,系统调试方法,可以通过IAR打印出来,非常有用。-IAR+ when Jlink development, system debugging method, can be printed out by IAR, very useful.
utdebug
- Debug print trace routines.
debug
- Print information about this Mesa version and build options Kernel Device Driver for linux v2.13.6.
Debug
- 通过外部传感器采集的数据,在文本中打印数据,并在软件中用折线图显示-Data collected by external sensors, the print data in the text, and line graph displayed in the software used
printk_string
- 当printk无法打印的时候,利用tty方式打印字符串进行调试,驱动代码(When printk can't print, print string to debug with TTY and drive the code)