代码搜索:通讯源程序
找到约 10,000 项符合「通讯源程序」的源代码
代码结果 10,000
www.eeworm.com/read/309050/13683025
plg ir_yinyue.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\包装\各实验源程序\C语言版本\实验十四 红外遥控音乐的播放\IR_yinyue.uv2
Project File Date: 10/24/2006
Out
www.eeworm.com/read/309050/13683031
plg led.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\包装\各实验源程序\C语言版本\实验一 LED小灯亮\LED.uv2
Project File Date: 10/19/2006
Output:
www.eeworm.com/read/309050/13683069
plg yin_yue.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\包装\各实验源程序\C语言版本\实验六 音乐的应用\yin_yue.uv2
Project File Date: 10/14/2006
Output:
www.eeworm.com/read/309050/13683085
plg shi_zhong.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\单片机学习光盘\各实验源程序\C语言版本\实验五 按键识别\shi_zhong.uv2
Project File Date: 10/13/2006
Outp
www.eeworm.com/read/309050/13683099
plg miao_biao.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\包装\各实验源程序\C语言版本\实验四 9.9秒跑表设计\miao_biao.uv2
Project File Date: 10/25/2006
Outpu
www.eeworm.com/read/308630/13698251
txt readme.txt
说明:
为了方便读者学习,我们将《TMS320LF240x DSP结构、原理及应用》一书所有的源程序存入本光盘中。文件格式为Word2000格式。
北京航空航天大学出版社
http://www.buaapress.com.cn
www.eeworm.com/read/307077/13731823
m ch5_1_4.m
%%%% 5-1-2-1 图像直方图的均衡化变换源程序:
I=imread('E:\temp\originalimage(holl).bmp');
%读取图像
J=histeq(I);
%图像直方图均衡化
figure,imshow(I)
%显示原始图像
figure,imshow(J)
%显示均衡化后图像
figure,imhist(I,64)
%对原始图像进行直方统计并显
www.eeworm.com/read/307077/13731824
m ch5_1_3.m
%%%% 5-1-1-3 采用对数形式的变换函数进行动态范围压缩源程序:
clear all;
X1=imread('E:\temp\originalimage.tif');
figure,
imshow(X1)
c=255/log(256);
x=0:1:255;
y=c*log(1+x);
figure,plot(x,y)
axis tight,xlabel('f'),y
www.eeworm.com/read/305850/13760029
asm 18b20hh.asm
;--------- 下面是DS18B20测温实验源程序 ---------
ORG 0000H
START: MOV SP,#60H ;开机初始化
MOV P0,#0FFH
MOV P1,#0FFH
MOV P2,#0FFH
MOV P3,#0FFH
MAIN: LCALL GET_TEMPER ;调用
www.eeworm.com/read/302913/13824853
c operationst2226a.c
//============================================
// 广州中大中鸣科技有限公司
// DMX驱动器源程序
// 文件名:DMX-DRIVER-2.0.c
// 功能描述:1、模式可调 2、可以设地址 3、485总线 4、DMX512协议
// 建立时间:2007年12月15日
// 修改时间:2007年12月29