代码搜索:调试设备
找到约 10,000 项符合「调试设备」的源代码
代码结果 10,000
www.eeworm.com/read/477332/6741862
frm form1.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
BackColor = &H00C0C0C0&
Caption = "串口调试"
ClientHeight = 5
www.eeworm.com/read/265252/11272117
m find_db.m
function db=find_db(dx,P);
%function db=find_db(dx,P);
% find db by transforming dx into the model parameter space
% db = P\dx
% dx=P*db
db=P\dx;
% 以下部分在调试C程序时使用
fid=fopen('find_db_record
www.eeworm.com/read/264994/11288190
s main.s
.module main.c
.area text(rom, con, rel)
.dbfile D:\桌面\实验教程\LED应用\led用于程序调试\main.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 20
; //ICC-AVR application bui
www.eeworm.com/read/407793/11410593
asm 08ndj.asm
;-------------07-2型浓度计程序清单-----------
;-------------调试日期20070310---------------
;-------------最后更改日期20070310-----------
;-------------X5045芯片定义-----------
P4 EQU 0E8H ;定义P4口
CS5045 EQU P4.0
www.eeworm.com/read/347239/11680578
plg 自编isp测试.plg
礦ision3 Build Log
Project:
D:\工作\isp调试\自编isp测试.uv2
Project File Date: 06/12/2005
Output:
www.eeworm.com/read/347239/11680620
plg isp_1.plg
礦ision3 Build Log
Project:
D:\工作\isp调试\ISP_1.uv2
Project File Date: 06/12/2005
Output:
www.eeworm.com/read/347239/11680635
plg isp.plg
礦ision3 Build Log
Project:
D:\工作\isp调试\ISP_Test.uv2
Project File Date: 06/13/2005
Output:
www.eeworm.com/read/258521/11858498
java mosblock.java
//已调试;
public class MosBlock {
byte[] block_table = null;
// 每个作业进入输入井时保存所占页号,并保存在JCB中
public MosBlock(byte[] page){
block_table = new byte[page.length];
for(int i = 0;i < page.length;i