代码搜索:调试协议
找到约 10,000 项符合「调试协议」的源代码
代码结果 10,000
www.eeworm.com/read/199405/7861207
asv multibodies.asv
% 多体系统求解主程序
% 清理内存、清屏
clear
clc
% 声明全局变量
GlobalVariables
% 明当程运出警时,就会进入调试状态
dbstop if warning;
% 从文件中读入原数据
ReadOriginsData('inputs\input7.txt');
% 形成路及相关数组
MakeRoadTopology;
www.eeworm.com/read/199405/7861216
m multibodies.m
% 多体系统求解主程序
% 清理内存、清屏
clear
clc
% 声明全局变量
GlobalVariables
% 明当程运出警时,就会进入调试状态
dbstop if warning;
% 从文件中读入原数据
ReadOriginsData('inputs\input7.txt');
% 形成路及相关数组
MakeRoadTopology;
www.eeworm.com/read/199392/7861922
txt readme.txt
Easy 51Pro v2.0宇宙版
|
|------软件
| |------Easy 51Pro.exe(主程序)
| |------IspTest.exe(下载线调试程序)
| |------ChipManager.exe(器件列表管理器)
|
|------文档
| |------Easy 51Pro的制作及使用说明.htm
| |------自制Eas
www.eeworm.com/read/145899/12693082
s uarttest1.s
.module uarttest1.c
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\alf\MYDOCU~1\开发板\调试程序\ADC\uarttest1.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 9
; //ICC
www.eeworm.com/read/145899/12693205
s uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\alf\MYDOCU~1\开发板\调试程序\uart\uart.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 9
; //ICC-AVR appl