代码搜索:通讯源程序
找到约 10,000 项符合「通讯源程序」的源代码
代码结果 10,000
www.eeworm.com/read/412795/11182318
plg mbtest.plg
礦ision3 Build Log
Project:
F:\用软件实现的异步串行口源程序代码\serial\TestSerial.uv2
Project File Date: 02/06/2009
Output:
www.eeworm.com/read/334517/12596761
vhd cnt.vhd
--有时钟使能的十进制计数器的源程序CNT10.VHD
library ieee;
use ieee.std_logic_1164.all;
entity cnt is
generic(N:integer:=15);
port(clk:in std_logic; --计数时钟信号
clr:in std_logic; --清零信号
ena:in std_logic;
www.eeworm.com/read/300074/13939415
txt sa解tsp.txt
%使用模拟退火算法解决TSP问题的matlab通用源程序
%utilizing it solving TSP problem by simulating stealing algorithm
%[fval,route]=sa_tsp(d,10,0.1,.87)
%d=[0 2 1 2 0 0 1 0 1 2 1 1 1 1
%2 0 1 4 1 0 1
www.eeworm.com/read/105190/15675435
txt readme.txt
/*****************************
字符界面,输入年份即可显示12个月的日历,按q键退
出程序。本程序为网上搜集,请作者paddyhuang知道后尽快
留下联系方式。
*****************************************/
/****************
在不用于商业目的的前提下,本站所公布的所有源程序
均可
www.eeworm.com/read/102552/15772865
htm subject_14515.htm
序号:14515 发表者:天花乱追 发表日期:2002-09-08 12:08:17
主题:技术内幕上的例子源程序哪里错了?
内容:编译连接都通过,运行时出现提示:The specified field 'StudentID' could refer to more than one table listed in the FROM clause of
www.eeworm.com/read/102552/15777056
htm subject_22498.htm
序号:22498 发表者:萧马 发表日期:2002-11-26 14:47:51
主题:郁闷,高手快来帮忙(在线等)
内容:附上源程序,为什么双击树状控件的节点,并不调用OnDblclk函数,请帮忙,谢谢。2002-11-26 14:52:07
www.eeworm.com/read/389792/8502198
dbg master.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR F:\ChengXuCunFang\ChengXU\AVR单片机程序存放\max485多机通讯1\新建文件夹\485_master\
FILE delay.h
FUNC delay_1us BC fV
BLOCK 15 BC
LINE 15 BC
LINE 16 BC
BLOCKEND
www.eeworm.com/read/389792/8502336
s main.s
.module main.c
.area text(rom, con, rel)
.dbfile F:\ChengXuCunFang\ChengXU\AVR单片机程序存放\max485多机通讯1\从机1/delay.h
.dbfunc e delay_1us _delay_1us fV
.even
_delay_1us::
.dbline -1
.dbline 15
www.eeworm.com/read/176298/9508826
c 18b20.c
/*
18B20通讯程序 温度
*/
#include
sbit DQ = P3^2;
void delayus(uint x) // x us
{
uint a;
x *= 3;
TH0 = 0;
TL0 = 0;
TR0 = 1;
do a = TH0*256+TL0;
while( a
www.eeworm.com/read/371638/9543783
asm c05.asm
;“探索式” 串行口扩展并口实验
;
;文件名:MCS51\C05.ASM
ORG 0000H
MOV SCON,#0 ;置串行通讯为方式0
MOV DPTR,#DATE ;字形码首址送 DPTR
MAIN:
MOV R0,#0h ;显示字