-
st_asio_wrapper
它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统;效率高、跨平台、完全异步,当然这是从boost.asio继承而来;
自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样);
只支持tcp和udp协议;(It is a c/s network programming framework, based on boost.asio package (minimum tried to increase the boost-1.49.0), the purpose is to build a fast c/s systems efficient, cross-platform, fully asynchronous, Of course, this is from boost.asio inherited
Auto-reconnect, transparent data transmission, automatic sub-stick package to solve the problem (this feature behave the same with udp)
Only supports tcp and udp protocol )
- 2013-08-22 10:10:54下载
- 积分:1
-
bianjiakuang
用VC2010写的读取编辑框数据并显示在视图上。适合出学者使用。(Written by VC2010 edit box data read and displayed on the view. Suitable for a scholar to use.)
- 2013-12-11 09:06:08下载
- 积分:1
-
chess-gamePnet
socket实现象棋游戏联网,程序中iP和port已指定,运行时根据自己的ip改下就行(chinese chess)
- 2012-03-04 22:15:28下载
- 积分:1
-
pso
基于matlab的粒子群优化算法,可以解决多目标优化问题(PSO algorithm based on matlab,it can do the optimization problem )
- 2010-11-04 12:01:30下载
- 积分:1
-
EditTrans
wince 下使用的透明EDIT按钮控件源码,加入工程科直接使用,可以动态创建,也可跟标准按钮控件交互使用。(wince under the transparent use EDIT button control source, adding engineering department directly, you can dynamically create, can also be used interchangeably with the standard button controls.)
- 2016-02-07 08:54:57下载
- 积分:1
-
四轴飞行器源代码
这是四轴飞行器的源代码,采用stm32作为主控。MPU6050作为传感器。开发环境为Keil,其中STM32先读取MPU6050的加速度值和角速度值,然后通过四元素算法算出姿态。,再通过姿态调平衡。
- 2022-04-09 10:29:20下载
- 积分:1
-
provide asynchronous communication of a Class Library
提供异步通讯的一个类库-provide asynchronous communication of a Class Library
- 2022-07-23 14:12:34下载
- 积分:1
-
C# p2p simple Chat
c# 的点对点聊天,只要对方运行过本程序,输入对方IP后即可进行聊天!-C# p2p simple Chat
- 2023-01-21 23:25:03下载
- 积分:1
-
PID
针对水轮机调节系统PID参数辨识问题,作者在VC++6.0环境下,使用c语言,编写PID参数参数辨识程序,结果表明,该程序能够辨识出Kp,Ki,Kd三个参数,满足调节系统的误差要求。(Turbine regulating system for PID parameter identification problem, the authors VC++ 6.0 environment, using c language, the preparation of PID parameters of parameter identification procedures, results show that the program can identify Kp, Ki, Kd three parameters to meet conditioning systems error requirements.)
- 2008-07-21 12:13:44下载
- 积分:1
-
C# 连接USB实现ZPL斑马打印机打印中英文及条码
Visual C# 2015连接USB实现ZPL斑马打印机打印中英文及条码,可打印中文文件包括ZPL打印类和fnthex32.DLL可直接应用于项目。实际上是使用FNTHEX32.DLL控件的范例,在这源代码中,我们定义了 打开LPT 端口、发送命令、关闭端口、中文处理、打印函数,参数为打印机的命令或者其他文本、打印凭条设置、打印矩形、ZPL条码设置命令:^PW640^LL480、打印条形码(128码)、ZPL打印英文命令等操作,要注意,USB打印支持属于Win32_USBHub类,希望这个源代码能为不熟悉ZPL斑马打印机的朋友提供一些参考,代码中有很多注释可参考。
- 2022-03-05 13:41:36下载
- 积分:1