Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - main.c
Search - main.c - List
LDPC的MATLAB源代码,主要可以参考C语言程序的MATLAB调用方法-LDPC The MATLAB source code, can refer to the main C language program of the MATLAB call method
Date : 2025-12-19 Size : 73kb User : cuicui

Parallel Port programing with DEV C++. Except "main.c++",the others *.h *.dll or something are not created by me.
Date : 2025-12-19 Size : 183kb User : Greg

int main (void) { PINSEL0 = (0x00000005)|(0x03<<18) //P0.0 P0.1用作UART PINSEL1 = 0x00000000 //其余为GPIO ReadModuleP() // 读参数 SetNetPort() InitializeInterrupt() InitNic(0) //RTL8019芯片初始化,在global.c中定义 //WDTC =27662592 //2s //WDMOD =0X03 printf("Start OK!\n") while(1) { if(WorkMode==CLIENTHOST) //TCP客户端 ClientHostProcess() if(WorkMode==SERVERHOST) //tcp 服务器 ServerHostProcess() if(WorkMode==UDPHOST) //UDP 模式 UDPHostProcess() } return 0 } - int main (void) { PINSEL0 = (0x00000005)|(0x03<<18) //P0.0 P0.1用作UART PINSEL1 = 0x00000000 //其余为GPIO ReadModuleP() // 读参数 SetNetPort() InitializeInterrupt() InitNic(0) //RTL8019芯片初始化,在global.c中定义 //WDTC =27662592 //2s //WDMOD =0X03 printf("Start OK!\n") while(1) { if(WorkMode==CLIENTHOST) //TCP客户端 ClientHostProcess() if(WorkMode==SERVERHOST) //tcp 服务器 ServerHostProcess() if(WorkMode==UDPHOST) //UDP 模式 UDPHostProcess() } return 0 }
Date : 2025-12-19 Size : 676kb User : 程教育

C++写的modbus协议实现代码,有0X03和0X10功能,自动校验,收完一帧后给主窗体发消息-C++ write modbus protocol implementation code, 0X03 and 0X10, automatic calibration, close finish to the main form after a message
Date : 2025-12-19 Size : 5kb User : 笨笨蛋
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.