资源列表
SOCKET测试软件
- socket链接测试,socket测试软件,socket压力测试(Socket link test, socket test software, socket stress test)
机械臂模型
- 机械臂在matlab中的simulink的仿真模型,并通过控制模块进行控制(Simlink simulation model of manipulator in MATLAB and control by control module)
运动模型特征提取1harris
- 视觉认知的人体行为特征提取模型,视觉重建特征提取(Human Behavior Feature Extraction Model of Visual Cognition and Visual Reconstruction Feature Extraction)
VNCViewer
- vnc客户端C#窗口源代码,实现在winform中远程访问vnc服务端并实现控制功能(vnc winform viewer,control the remote vnc server in winform program)
Trumbowyg
- Trumbowyg一个轻量级文本编辑器,简洁漂亮的设计,生成语义代码,有一个强大的API。 编辑生成的代码进行了优化,HTML5的支持。 兼容浏览器IE7 +,Chrome,Opera和Firefox。 只有15 kb这意味着更快的页面加载。
tcp
- 基于Qt实现网络编程包含客户端和服务器端(Contains client and server side)
开源的tp后台
- 该后台基于thinkphp5.0开发,适合又PHP基础的开发者学习和使用,不错的资源
网络嗅探器(C)
- 用C语言写的网络嗅探器,含实验报告,实现了对网络数据的抓包(The network sniffer written in C language, including the experimental report, realizes the capture of network data.)
Package
- 设计一个Package的继承层次: 1)基类Package a) 包含寄件人姓名,收件人姓名,地址,包裹重量weight和单位重量单价price; b) 提供构造函数; c)提供计费函数double calculateCost(),根据单位重量单价和包裹重量计算并返回包裹运费; d)提供prnt函数,输出包裹基本信息和包裹运费。 2)派生类TwoDayPackage a)继承Package,并包含两日快递服务平寄费baseCost; b)重写基类的calculateC
获取CPU温度
- 非wmi方式,使用WINO驱动获取获取CPU温度!
C++基于TCP/IP简单的客户端、服务器通信程序实例
- 使用GCC编译器或DEV-CPP时,编译记得加上 -lws2_32,要不然可能会无法编译
MyServer TCPServer通信自己的例子与说明
- 一个网络TCP服务端的例子,此例子实现了TCPserver通信,文档中是对客户端监听类和客户端实例类的说明。(An example of a network TCP server, this example implements TCP server communication, the document is the descr iption of client monitoring class and client instance class.)