代码搜索:自动升级

找到约 10,000 项符合「自动升级」的源代码

代码结果 10,000
www.eeworm.com/read/400552/11574548

c ai.c

#include #include #define maxloop 100 //最大层数,对于不同的扩展方法自动调整取值 #define pristnum 3 #define slavenum 3 struct SPQ { int sr,pr; //船运行一个来回后河右岸的野人、传教士的人数 int sl,pl;
www.eeworm.com/read/262095/11607030

c ai.c

#include #include #define maxloop 100 //最大层数,对于不同的扩展方法自动调整取值 #define pristnum 3 #define slavenum 3 struct SPQ { int sr,pr; //船运行一个来回后河右岸的野人、传教士的人数 int sl,pl;
www.eeworm.com/read/156903/11753942

asm test72bb.asm

REST EQU P2.4 WRFIFO EQU P2.5 IRQ5 EQU P2.6 FIFOEMP EQU P3.4 ORG 0000H; AJMP MAIN; ORG 0100H; MAIN: ;初始化T1 MOV TMOD,#20H;T1工作于模式2,自动
www.eeworm.com/read/345420/11816234

c main.c

#include "Mini51B.H"//所有与硬件相关的接口函数定义 #include "AUTO_ISP.H"//自动ISP初始化,占用timer1 #include "LCD1602.H" #include "LCD12864.H" #include "DS1302.H" #include "STCEEPROM.H" #include "IRM.H" #include
www.eeworm.com/read/343026/11982660

sql 项目编号=各项目独立流水号&各年不同.sql

--自动编号的例子.项目编号=各项目独立流水号/各年不同 --创建自定义函数,得到新的ID create function f_getid( @年份 char(4), @项目名称 varchar(10) )returns int as begin declare @re int select @re=case when id is null then 1 else c
www.eeworm.com/read/253821/12184462

c ai.c

#include #include #define maxloop 100 //最大层数,对于不同的扩展方法自动调整取值 #define pristnum 3 #define slavenum 3 struct SPQ { int sr,pr; //船运行一个来回后河右岸的野人、传教士的人数 int sl,pl;
www.eeworm.com/read/151211/12229044

txt 123.txt

自动更新工作站的应用程序 Private Sub Form_Load() On Error GoTo errorhandler ' Command 函数返回 ' 命令行的字符串信息 ' 该程序需要两个参数 ' 如:(thisprog.exe c:\localdir\prgcopied.exe ' k:\servrdir\prgtocopy.exe) If FileDateT
www.eeworm.com/read/150796/12260685

txt 1.txt

单片机控制流程如图5所示。 下面是DS2153Q的功能配置程序(部分)。 ;*****************************************************; MOV A,02H MOV DPTR,#RCR1 MOVX @DPTR,A ;写寄存器RCR1,使能自动重新同步 NOP MOV A,#04H MOV DPTR,#R
www.eeworm.com/read/338037/12327143

c ai.c

#include #include #define maxloop 100 //最大层数,对于不同的扩展方法自动调整取值 #define pristnum 3 #define slavenum 3 struct SPQ { int sr,pr; //船运行一个来回后河右岸的野人、传教士的人数 int sl,pl;
www.eeworm.com/read/131795/14124778

dat asslandat91.dat

字符串搜索指令 SCAS 格式: SCAS OPRD ---- SCASB SCASW 功能: 把AL(字节串)或AX(字串)的内容与由DI寄存器寻址的目的串中的数据相减,结果置标志位,但不改变任一操作数 ---- 本身.地址指针DI自动调整.