代码搜索:40G通信
找到约 10,000 项符合「40G通信」的源代码
代码结果 10,000
www.eeworm.com/read/248002/12608072
h cncomm.h
/*
串口通信自定义类 ver 1.1
Compile by: BC++ 5; C++ BUILDER 4, 5, 6, X; VC++ 5, 6; VC.NET; GCC;
copyright(c) 2004.5 - 2005.8 llbird wushaojian@21cn.com
*/
#ifndef _CN_COMM_H_
#define _CN_COMM_H_
#pr
www.eeworm.com/read/202630/15377480
f poisson0.f
! Poisson 方程求解: 使用阻塞通信 (可能死锁)。作者: 莫则尧
INCLUDE 'mpif.h'
PARAMETER(DW=2.0, DH=3.0) ! 问题求解区域沿 X、Y 方向的大小
PARAMETER(IM=30, JM=60) ! 沿 X、Y 方向的全局网格规模
PARAMETER(NPX=1, NPY=1) !
www.eeworm.com/read/201416/15408700
c 温控煮饭测试.c
#include"reg52.h"
#define uchar unsigned char
#define uint unsigned int
sbit BO=P3^6;
sbit CALL=P3^2;
sbit DQ=P3^7; //定义通信端口
uint h;
uint i;
//延时函数
void delay2(unsigned int i)
{
whi