代码搜索:接口调试
找到约 10,000 项符合「接口调试」的源代码
代码结果 10,000
www.eeworm.com/read/272324/10962692
lis adc.lis
.module adc.c
.area text(rom, con, rel)
0000 .dbfile C:\DOCUME~1\Administrator\桌面\调试成功\adc/abs.h
0000 .dbfunc e
www.eeworm.com/read/208275/7120054
ʹ
//*************************
Bootloader for At91sam7s64
Copyright by 单旺财 ( Can Shan )
www.admaxcn.com
*************************//
本程序是为了方便调试7s
www.eeworm.com/read/448324/7535139
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "USB调试界面(全功能版)_祺"
ClientHeight = 8490
ClientLeft = 60
ClientTop = 360
ClientWidth = 6330
LinkTo
www.eeworm.com/read/409923/11306828
txt readme.txt
本程序必须生成为本机代码才可运行。切忌在VB IDE中调试!
By XingXing GongBingChen
http://blog.sina.com.cn/silencepeople
www.eeworm.com/read/403920/11506747
txt note.txt
datasheet:中文ht1621,英文ht1621,程序,
http://www.holtek.com/chinese/default.htm
另3个是调试的程序
www.eeworm.com/read/10154/182812
c zlzz.c
////////////////////////汇诚科技////////////////////
//////////////////http://www.ourhc.cn///////////////
///////////////////直流电机调试程序/////////////
#include
#define uchar unsigned char//宏
www.eeworm.com/read/40752/1140841
c ajkz.c
////////////////////////嘉乐电子////////////////////
////////////////// http://jldzmcu.taobao.com/?asker=wangwang///////////////
///////////////////步进电机按键实现正反转调试程序/////////////
#include
www.eeworm.com/read/192742/8288890
dpr btsdebugger.dpr
program BtsDebugger;
uses
Forms,
main in 'main.pas' {FormMain};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'BTS本地调试助手';
Application.CreateForm(TFormMain, For
www.eeworm.com/read/192742/8288892
~dpr btsdebugger.~dpr
program BtsDebugger;
uses
Forms,
main in 'main.pas' {FormMain};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'BTS本地调试助手';
Application.CreateForm(TFormMain, For
www.eeworm.com/read/392270/8353539
bas equation.bas
Attribute VB_Name = "Equation"
Option Explicit
'尚需调试
Sub ReadMatrix(FileName As String, a() As Double, Cols As Integer, Rows As Integer)
Dim i As Integer, j As Integer
Open FileName For Input A