代码搜索:debuger
找到约 27 项符合「debuger」的源代码
代码结果 27
www.eeworm.com/read/139183/13185190
vbp modbus_debuger.vbp
Type=Exe
Form=frmMain.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX
www.eeworm.com/read/139183/13185193
vbw modbus_debuger.vbw
frmMain = 45, 78, 636, 526, Z, 22, 29, 613, 478, C
modbus = 222, 116, 799, 564,
www.eeworm.com/read/14705/402976
pdf schformsp430debuger .pdf
www.eeworm.com/read/468278/6995973
bas globalvariables.bas
Attribute VB_Name = "GlobalVariables"
Option Explicit
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Public TAPER As Integer
Public ThreeDArray() As Integer
Public RunToCu
www.eeworm.com/read/279549/10421521
dpr debugertest.dpr
program Debuger;
uses
GUITestRunner,
TestFramework,
bnDebugTest in 'bnDebugTest.pas';
{$R *.res}
begin
TGUITestRunner.RunTest(RegisteredTests);
end.
www.eeworm.com/read/415872/11049733
txt 071[1].intel上海交大笔试题目.txt
Intel上海交大笔试题目zz
shury 发表于 2004-12-6 14:22:00
1。 pipeline
2。 程序流程图题目
3。 哲学家进餐
4。 32bit,64bit,两个平台上complier,linker,os kernel,library,debuger的性质
5。 const char * vs char const * (?)
6。 GDT and
www.eeworm.com/read/130736/7074626
txt readme.txt
-------------------------使用说明------------------------------
1)地址设置:ff,ff,i2c address
如果成功则不发送信息给电脑,
如果不成功则发地址给电脑并显示;
2)数据读写设置:
写a0 00 01
读a0 00 02
3)写数据
www.eeworm.com/read/279549/10421547
txt readme.txt
Delphi 代码调试工具
类似Raize CodeSite的一个工具,利用程序间通讯的方法实现调试信息传递。
程序仅仅实现了一些简单的功能,代码接收框用TRichEdit是为以后接收图片信息提供一个扩展的基础。感兴趣可以自己扩展功能。
使用方法:
->安装控件包Delphi2003.dpk或Delphi7.dpk.
->调试前打开<mark>Debuger</mark>.
本代码不保留版权,可自由 ...
www.eeworm.com/read/139183/13185182
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[ModBus_Debuger.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/229545/14332157
cpp myhelper.cpp
// MyHelper.cpp : implementation file
//
#include "stdafx.h"
#include "MyHelper.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////