代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/281013/10272529
txt can 总线通信实验.txt
//Main.c
//CAN发送与接收程序,波特率设置为125kbps,标准帧,ID=0x024
#include "global.c"
void SystemInit();
void Timer1Init();
void KickDog();
void Can_Init();
void Can_Send();
int numled0=200;
unsigned i
www.eeworm.com/read/161394/10418112
plg aaaa.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator.HUAHUA\My Documents\串口发送接收\aaaa.uv2
Project File Date: 10/30/2005
Output:
B
www.eeworm.com/read/277894/10596664
plg canceshi.plg
礦ision3 Build Log
Project:
F:\can总线测试程序\CAN总线接收测试\CANceshi.uv2
Project File Date: 01/02/2008
Output:
www.eeworm.com/read/422747/10613760
txt 结果.txt
This file is the result of point position. The observation types are P1 and P2.
The output followed by:
观测历元 卫星数 测站的空间直角坐标 测站的大地坐标 测站的站心地平坐标接收机钟差 单位权中误差 PDOP
1498 345630.000000 8 -2148746.50
www.eeworm.com/read/158925/10720343
bas modmain.bas
Attribute VB_Name = "modMain"
'这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。
Dim start As Date
'手机短信的接收,将UNICODE转换中文
Public Function Unicode2AscII(ByVal s As String)
On Error Resume Next
www.eeworm.com/read/421312/10741720
c al9_10.c
/*案例代码文件名:AL9_10.C*/
/*程序功能:用函数调用方式,实现字符串的复制*/
/************************************************************/
/*string_copy()函数:复制一个字符串 */
/*形参:字符指针str_from接收源串,字符指针 str_to
www.eeworm.com/read/350232/10757027
c main.c
/*************************************************
程序功能:通过RS485端口接收字符并在1602液晶上显示
--------------------------------------------------
测试方法:用另一个RS485发射器,通过RS485总线向学习板
发送数据(必须是可显示字符对应的ASCII码
www.eeworm.com/read/349546/10820322
ini test.ini
signal void ky_1()
{
SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的
twatch(4090); //等待4090个机器周期
SIN = 0xf1;
twatch(4090);
SIN = 0xf0;
twatch(4090);
SIN = 0xf0;
www.eeworm.com/read/349489/10824052
h main.h
#include "reg52.h"
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
sbit bRunLED = P3^7; //运行指示灯
sbit b485Send = P3^3; //75LBC184 发送接收控制
#defi
www.eeworm.com/read/349045/10854530
c 9-2.c
#include
#include
void main(void)
{
char xdata * XROM;
char a;
int Aa = 0xFB1C;
long Ba = 0x893B7832;
float Ca = 3.4534;
SCON = 0x50; //串口方式1,允许接收
TMOD = 0x20