代码搜索:通讯源程序
找到约 10,000 项符合「通讯源程序」的源代码
代码结果 10,000
www.eeworm.com/read/347738/11639273
c 6_4_3.c
//模拟三线制Microwire串行总线的操作源程序:
#include < reg51.h >
#define uchar unsigned char
#define HIGH 1 /* 定义高电平*/
#define LOW 0 /* 定义低电平*/
#define READ_D 0x0C /* 读指令*/
#define WRITE_D 0x0A
www.eeworm.com/read/156820/11761769
txt athwartofmatrix.txt
两个矩阵相乘的源程序
作者:佚名 来源:不详 发布时间:2005-3-13 17:50:35 发布人:admin
减小字体 增大字体
*****************A=B*C******************/
#include
#include
#define X 3
#define Y 3
int a[X][Y];
www.eeworm.com/read/344362/11885744
c sy1126.c
//*******************************************************************
//***此程序为调试通过的源程序
//***由南京赛博电子有限公司提供
//***文件名:SY1126.C***//
//***是51系例单片机的最小系统
//***有AT89S8252/AT89S51/52的在线下载功能
//***IIC总线芯
www.eeworm.com/read/344265/11890974
cpp nn-bp.cpp
//C++的BP算法源程序
#include "iostream.h"
#include "iomanip.h"
#define N 20 //学习样本个数
#define IN 1 //输入层神经元数目
#define HN 8 //隐层神经元数目
#define ON 1 //输出层神经元数目
double P[IN]; //单个样本输入数据
double
www.eeworm.com/read/255425/12082900
cpp pl.cpp
#include
#include
#include
#include
#define START -1//定义数组下表从0开始
#define MAXSIZE 20//PL/0 最大的字符串,保留字等
FILE *fp;//pascal源程序文件
FILE *fp1 = fopen("P
www.eeworm.com/read/150765/12264126
cpp~ ncwnd_detail.cpp~
/*
文件名称 :NCWnd_Detail.cpp 新建、修改、抄录名片主窗口 源程序文件
CopyRight (c) 2002 汉王科技公司
作者 : 王欣
创建时间: 2002年5月9日
当前版本: 0.1
*/
#include
#include
#include
#includ
www.eeworm.com/read/150765/12264132
cpp ncwnd_detail.cpp
/*
文件名称 :NCWnd_Detail.cpp 新建、修改、抄录名片主窗口 源程序文件
CopyRight (c) 2002 汉王科技公司
作者 : 王欣
创建时间: 2002年5月9日
当前版本: 0.1
*/
#include
#include
#include
#includ
www.eeworm.com/read/252464/12280765
s int.s
.module int.c
.area text(rom, con, rel)
.dbfile F:\单片机源程序\AVR单片机程序\MAGE16\INT0\int.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 9
; //ICC-AVR application bu
www.eeworm.com/read/252462/12281459
s lcd.s
.module lcd.c
.area text(rom, con, rel)
.dbfile F:\单片机源程序\AVR单片机程序\MAGE16\lcd1602\lcd.c
.dbfunc e delay _delay fV
; i -> R20,R21
; n -> R16,R17
.even
_delay::
x
www.eeworm.com/read/129550/14238642
txt type.txt
Task1源程序
//105012001057 杨舟
#include "Special.h"
#include
#include
void main ()
{
printf("作业一,用幂法与反幂法,求解矩阵的最大、最小特征值及所有特征相量\n");
printf("作者 :105012001057 杨舟\n");