-
sboyer翻译的CC2431资料,给出了自己编写的定位引擎源代码,适合初学者参考。...
sboyer翻译的CC2431资料,给出了自己编写的定位引擎源代码,适合初学者参考。-CC2431 translation sboyer information, given the positioning of the preparation of its own engine source code, suitable for beginners reference.
- 2022-01-31 21:04:52下载
- 积分:1
-
/ *
/*
Here s a small IPv4 example: it asks for a portbase and a destination and
starts sending packets to that destination.
这个IPv4版的例子:它要求portbase(本地端口)与destination (目的端口)然后发送消息
同时还监听消息。
例子测试一:
启动一个运行实例,本地地址与目标地址用同一个端口8888
例子测试二:
启动两个运行实例,本地地址与目标地址用不同的端口(它要求是偶数端口号)
两个实例互发
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* Here sa small IPv4 example: it asks for a portbase and a destination and starts sending packets to that destination. The IPv4 version of the example: It requires portbase (local port) and destination (destination port) and then send a message but also monitor the news . Examples of test 1: Start a running instance, a local address with the destination address port 8888 using the same test two examples: the two start to run instances, the local address and destination address with a different port (it requires the port number is even) two examples of inter- examples of explanation issued by the Chinese hanyuejun add, have any questi
- 2022-11-02 16:55:03下载
- 积分:1
-
safety management system based on the role of the implementation of access contr...
安全管理系统中基于角色访问控制的实施方法-safety management system based on the role of the implementation of access control methods
- 2022-06-19 02:04:23下载
- 积分:1
-
TCP实现P2P通信、TCP穿越NAT的方法、TCP打洞
网上也有不少关于TCP穿越NAT(即TCP打洞)的介绍文章,但不幸我还没找到相关的源代码可以参考,我利用空余时间写了一个可以实现TCP穿越NAT,让不同的私网内主机建立直接的TCP通信的源代码。
- 2022-03-14 16:58:48下载
- 积分:1
-
TC programming language simple telephone dialing
TC语言编程简单的电话拨号功能-TC programming language simple telephone dialing
- 2023-08-02 09:40:03下载
- 积分:1
-
简单的socket通信
流式套接字(SOCK_STREAM),数据报套接字(SOCK_DGRAM)及原始套接字。1.流式套接字提供面向连接、可靠的数据传输服务,数据按字节流、按顺序收发,保证在传输过程中无丢失、无冗余。TCP协议支持该套接字。2.数据报套接字,提供面向无连接的服务,数据收发无序,不能保证数据的准确到达。UDP协议支持该套接字。3.原始套接字原始套接字主要用于一些协议的开发,可以进行比较底层的操作。它功能强大,但是没有上面介绍的两种套接字使用方便,一般的程序也涉及不到原始套接字。
- 2023-06-05 11:30:03下载
- 积分:1
-
运行服务器端后,客户端可通过ip进行连接,使用udp,支持客户端上传,监控屏幕,以及在服务器运行程序等功能,功能比较强大。...
运行服务器端后,客户端可通过ip进行连接,使用udp,支持客户端上传,监控屏幕,以及在服务器运行程序等功能,功能比较强大。-running server, the client can connect through ip, udp used to support client to upload, monitor screens, and the server operating procedures, functions more powerful.
- 2022-07-15 15:57:02下载
- 积分:1
-
投票问卷管理系统
投票问卷管理系统 -vote questionnaire Management System
- 2023-03-17 17:50:03下载
- 积分:1
-
一套在线调查学生培训需求的源码(含客户端和服务端)
应用背景
这是一套本人亲自开发的结合UML面向对象分析设计教程:“UML实战精要教程”的教学案例的实例程序。
演示如何利用UML分析设计方法从项目需求到最终编程实现一个应用软件实例。
而应用软件的实例取自做培训本身的一个需求:调查学员的培训需求。
实现的功能是:
多个学员可登录上线,提出培训要点,并围绕所有的培训的要点发表自己的意见。
教师登录上线,可查看全部学员提出的培训要点需求,并统计培训需求最高的培训要点,以做下一次的培训内容的准备。
培训要点按树形结构展示。
整个程序实际上实现的是一个多人同时在线编辑一个树形结构的树形编辑器。
关键技术
通过服务器接受登录在线的记录,并转发客户端请求到其他在线的客户端,其他客户端收到请求,同步修改各自本地的树形模型,实现分布式的模型同步构建。
服务器功能及其简单,只接受用户上线连接并透明转发(广播或定点转发)客户端请求。
学生客户端和教师客户端功能有所不同,可围绕同一个树形模型进行不同的操作。
提供了分布式模型构建的经典案例。
本案例只提供架构演变过程的最后版本。实际教学案例有演示架构演变过程的5个版本。
实战精要教程的教案将另行分享。
- 2022-01-26 00:01:17下载
- 积分:1
-
一个利用TCP协议进行网络传输的源代码
一个利用TCP协议进行网络传输的源代码-use a TCP network transmission source code
- 2023-03-28 06:00:04下载
- 积分:1