代码搜索:可编程序
找到约 10,000 项符合「可编程序」的源代码
代码结果 10,000
www.eeworm.com/read/290392/8485532
txt c程序.txt
第01课,了解单片机的原理控制一个LED灯的亮和灭.pdf
第02课,用指令方式延时闪烁LED灯.pdf
第03课,跑马灯试验.pdf
第04课,读IO,用按钮控制点灯.pdf
第05课,标记的用法,用一个按键控制1个LED灯的亮灭.pdf
第06课,用定时器中断闪灯,定时器中断的学习.pdf
第07课,精确定时1秒钟闪灯.pdf
第08课,定时器中断跑马灯. ...
www.eeworm.com/read/390029/8488869
exe 调用程序.exe
www.eeworm.com/read/389961/8490897
asm 原程序.asm
keydata equ 30h
org 00h
main:
mov keydata,#0
mov tmod ,#09h
mov r7,#0
mov r6,#0
jb p3.2,$
again:
mov tl0,#0
mov th0,#0
setb tr0
jnb p3.2,$
jb p3.2,$
clr tr0
www.eeworm.com/read/389795/8501834
txt vb程序.txt
//---------------------------------------SComm控件的常用属性和方法-----------------------------
Commport;设置或返回串口号。
SettingS:以字符串的形式设置或返回串口通信参数。
Portopen:设置或返回串口状态。
InputMode:设置或返回接收数据的类型。
Inputlen:设置或返回
www.eeworm.com/read/188827/8512534
doc 程序说明.doc
www.eeworm.com/read/188724/8518060
txt 源程序.txt
#include
#include
#include
#include
#include
#include
#define NULL 0 //定义空地址
#define LEN sizeof(struct file) //定义struct file
www.eeworm.com/read/389127/8547204
doc 休假程序.doc
www.eeworm.com/read/188255/8555040
asm 系统程序.asm
ORG 0000H
LJMP MAIN
ORG 0010H
MAIN: MOV SP,#60H ;设置堆栈指针
MOV A,#0FFH
www.eeworm.com/read/289242/8565090
doc 算法程序.doc
www.eeworm.com/read/188170/8565361