-
step-motor.c
1,这是关于步进电机的细分电路。
2,这是关于步进电机原理说明。
3,这是关于步进电机MCS51+TLV5617(ADC)+A2916(MOTOR DIRVER)的源代码。(1,here is microstep motor driver circult and good code driver.)
- 2010-12-21 11:04:28下载
- 积分:1
-
encodeServer
编码服务器,支持XML任务书,支持MOV,WAV等格式文件转换为3GP,MP4和3G2文件(Encoding server, XML-the mission statement to support MOV, WAV and other formats files to 3GP, MP4, and 3G2 file)
- 2009-09-15 19:08:26下载
- 积分:1
-
CAN_Examples
Can 总线实现的安装例程,可以学习can总线中的必要协议技术(Can the installation of bus routines, can learn the necessary bus protocol technology)
- 2009-07-07 10:29:57下载
- 积分:1
-
windows-desktop-ball-
适于各版windows的桌面弹球,右键调节透明度,按任意键退出。(winall,desktop ball)
- 2015-01-08 22:52:31下载
- 积分:1
-
Particle Replacement
EDEM离散元软件中颗粒替换与填充编程模版,可以套用!(This template can be used for the particle replacement and filling in EDEM discrete element software)
- 2020-11-15 15:39:41下载
- 积分:1
-
SIS
ASP.NET关于就业系统设计的源码,很详尽,注释清晰,容易学习(Employment System)
- 2013-11-10 21:05:57下载
- 积分:1
-
1702sldll
1702sl上位机源程序 (1702 sl PC source program )
- 2016-07-07 15:34:09下载
- 积分:1
-
FootBall
A simple football, league data sorter!
For FUN D!
- 2010-01-02 18:51:50下载
- 积分:1
-
tMCimg
说明: tMCimg,惊醒蒙特卡洛光场分布的模拟,得到生物组织中的光场仿真,(tMCimg Monte Carlo)
- 2021-04-18 11:38:52下载
- 积分:1
-
client-server
多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。
首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。
程序实现的关键步骤:
以TCP协议为例
服务器端:
1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。
客户端:
1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。
(Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate.
First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission.
The key step program implementation:
In TCP protocol as an example
Service-Terminal:
1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response.
Clients:
1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
- 2016-07-11 10:19:07下载
- 积分:1