代码搜索:双串口

找到约 10,000 项符合「双串口」的源代码

代码结果 10,000
www.eeworm.com/read/103971/15715366

txt 安装说明.txt

串口接入模块安装说明 文件: 接入模块(SerialConnect) 配置文件(SerialConfig.xml) 配置文件制作: 样例: 1
www.eeworm.com/read/292398/8358336

dat funtc15.dat

函数名 modf 函数原型 double modf(double val,double *iptr); 功能 把双精度数val分解为整数部分和小数部分,把整数部分存到iptr指向的单元. 返回值 val的小数部分
www.eeworm.com/read/286547/8759944

c sh306.c

#include #include #include #include #include #define uchar unsigned char #define uint unsigned int #define dsyawh XBYTE[0x0600] // 定义双端口RA
www.eeworm.com/read/186118/8958810

c sh306.c

#include #include #include #include #include #define uchar unsigned char #define uint unsigned int #define dsyawh XBYTE[0x0600] // 定义双端口RA
www.eeworm.com/read/185950/8970592

log pcb图 pcb eco 2006-12-5 0-46-18.log

Removed Pin From Net: NetName=-12V Pin=C4-2 Added Pin To Net: NetName=COM Pin=C4-2 Added Net: Name=COM Added Room: Name=双路三相市电取样电路原理图
www.eeworm.com/read/185305/9043752

c sh306.c

#include #include #include #include #include #define uchar unsigned char #define uint unsigned int #define dsyawh XBYTE[0x0600] // 定义双端口RA
www.eeworm.com/read/184590/9092759

c hmr.c

#include #include #include #include #include #define uchar unsigned char #define uint unsigned int #define dsyawh XBYTE[0x0600] /*定义双端口RA
www.eeworm.com/read/182581/9199594

java testrandom.java

import java.util.Random; public class TestRandom{ public void test(){ Random rnd=new Random(); print("布尔类随机数:"+rnd.nextBoolean()); print("双精度随机数:"+rnd.nextFloat()); print("单精度随机数:"+rn
www.eeworm.com/read/378481/9229558

c sh306.c

#include #include #include #include #include #define uchar unsigned char #define uint unsigned int #define dsyawh XBYTE[0x0600] // 定义双端口RA
www.eeworm.com/read/378183/9245055

dat funtc11.dat

函数名称: fmod 函数原型: double fmod(double x,double y); 函数功能: 求整除x/y的余数 函数返回: 返回余数的双精度数.x/y的余数值. 函数说明: 所属文件: