Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • PortForward.rar Windows port-forwarding
  • ModbusPollCS.zip this is c# code for working with Modbus serial port.
  • Loader.zip Example of comercical config software with using com port.
  • RS232.rar c# class serial port from all devices
  • CNC_3Axis.rar Source code for PIC microcontroller to control 3 Step motor, communicate with PC via LPT port. Application: CNC machine, 3 axis machine...
  • lab3.zip port forwarding in Java
  • Keypad_Scanner.zip ... verstyle matrix keypad with a power ON/OFF dedicated key with 3 sec hold to ON/OFF the P1.7 and scanning all the keys and send the appropriate byte to the serial port of the MCU. this code could b used in many applications with other embedded controllers.
  • code.rar 客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用TCP和UDP方式分别实现。
  • code.rar 进程通信的多方法实现。客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用UDP方式,命名管道方式和命名的UNIX域套接字分别实现。
  • code.rar 基于非阻塞I/O方式的网络通信。客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用非阻塞I/O方式实现。