代码搜索:通讯源程序
找到约 10,000 项符合「通讯源程序」的源代码
代码结果 10,000
www.eeworm.com/read/319209/13458693
bak mk_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (门控程序(无需写钥匙码)), 0x0000 // Tools: 'MCS-51'
Group (C51源程序)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/319209/13458698
uv2 mk.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (门控程序(无需写钥匙码)), 0x0000 // Tools: 'MCS-51'
Group (C51源程序)
File 1,1, 0x0
Options 1,0,0 //
www.eeworm.com/read/311895/13622931
c dac0832.c
DAC0832(C语言)
转自:[url]http://blog.21ic.com/user1/3074/archives/2007/33809.html[/url]
DAC0832(C语言源程序)
DAC0832(C语言)
#pragma db oe sb
#include
#include
#define DAC0832
www.eeworm.com/read/310755/13644554
c 索引文件.c
/*磁盘索引文件的源程序**/
#include
#include
/*下面是文件系统定义的数据结构*/
struct index
{ /*文件索引表的定义*/
int lr[32]; /*逻辑块号数组*/
int pr[32]; /*物理块号数组*/
char st[32]; /*状态数组*/
}*wq;
www.eeworm.com/read/309517/13669738
uv2 七..uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
www.eeworm.com/read/309101/13682364
txt 8255_io_vhdl.txt
可编程8255并行I/O接口芯片设计:
VHDL源程序:
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity PI8255A is
port(
reset,rd,wr,cs,a0,a1 : in std_u
www.eeworm.com/read/490073/6457890
uv2 led.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (目标 1), 0x0000 // Tools: 'MCS-51'
Group (源程序组 1)
File 1,1,
Options 1,0,0 //
www.eeworm.com/read/490073/6457893
bak led_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (目标 1), 0x0000 // Tools: 'MCS-51'
Group (源程序组 1)
File 1,1,
Options 1,0,0 //
www.eeworm.com/read/486394/6540885
c proj_8.c
//ZC-51学习板实验源程序
//LCM1602液晶屏显示--液晶屏
//http://www.ednchina.com/blog/zhichengdz/
//E-mail: zhicheng_dz@163.com
#include
#include
sbit RSPIN = P1^0; //数据/命令选择端
www.eeworm.com/read/485724/6544986
txt s-function.txt
以下是我在DSP2812PCI运动控制卡中用的Simulink仿真读写硬件的S-function动态链接库源程序:
/*
* File : F2812_EVA.c
* Abstract:
* An example C-file S-function for write cmpr to DSP2812,
* Date : 2007.12.02
*
* Real-Tim