-
ns2 localisation
- 2022-07-23 18:18:37下载
- 积分:1
-
lookbusy 1.3-Linux 系统综合负载生成器
lookbusy 1.3-Linux 系统综合负载生成器这是 lookbusy,一种工具,使系统的忙。它使用相对比较简单技术来生成活动 CPU、 内存和磁盘利用率和交通。lookbusy 不是一个基准的工具或现实的负载模拟器。虽然它企图生产负荷因素的实际应用中,陈列使用的确切操作亦没有仿效在实际应用中,和在低水平,实际的硬件操作并不相同。* 流程结构一个 lookbusy 进程分叉为每个负载生成任务 — — 这就是,一每个 CPU 的进程、 内存使用量和磁盘上的每个文件使用,再加上顶级父进程。中的错误或任何进程终止将触发关闭所有其他人。它的安全使用 ^ C 从一个终端或远程终止进程。* CPU 使用率模式提供了两个 CPU 的使用模式。第一,"fixed",尝试保持总在一个特定的水平,在空闲时间中使用了任何余额的 CPU 利用率在主机和首选的级别 (如果其他上的其他进程之间程序本身能够超过所选的级别,很明显,lookbusy你太自以为是了不修复这种情况,但将降到其自身的使用情况,以附近的零和等待负载下降。)第二种模式,"curve",产生因选择而异的利用水平品种齐全,在给定的时间间隔。最简单 (和默认) 的用法是24 小时期间,当地达到顶峰,当然顺利调节用法午夜和当地中午走出谷底。提供选项来调整所有这些设置,请参阅 lookbusy(1)。
- 2022-02-05 03:58:11下载
- 积分:1
-
nand ecc 4bit
资源描述镁光的ECC编码方案和解码方案,适用于MLC类型NANDFLASH,4bit纠错能力,里面还包括市面上难找的三星一款MLC类型NANDFLASHdatasheet作为参照-Micron s ECC coding schemes and decoding programs, apply to MLC type NANDFLASH, 4bit error correction ability, which also includes the market difficult to find a Samsung MLC type NANDFLASHdatasheet as a reference
- 2022-02-22 05:30:36下载
- 积分:1
-
freebsd下的mpd
mpd is a netgraph based ppp implementation for freebsd. mpd supports thousands of sync, async, pptp, l2tp, pppoe, tcp and udp links in client, server and mpd supports thousands of sync, async, pptp, l2tp, pppoe, tcp and udp links in client, server and access concentrator (lac/pac/tsa) modes
- 2022-02-05 05:19:53下载
- 积分:1
-
Linux网络编程超级详细笔记
一.linux 网络知识介绍(1客户端程序和服务端程序2常用的命令3tcp/udp介绍)
二.初等函数介绍(socket,bind,listen,accept,connect)
三.服务器和客户端的信息函数(字节转换函数,ip和域名的转换,字符串的ip,服务信息函数)
四.完整的读写函数(写函数write,读函数read,数据的传递)
- 2022-12-25 01:25:03下载
- 积分:1
-
Linux下的聊天室
应用背景
This is the server and client code in C for a simple chat program for multiple client communication.
This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program.
关键技术
The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur.
The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
- 2023-07-14 01:50:03下载
- 积分:1
-
预订系统在C语言中
这是一个预约系统,为用户的书籍/储备室。该系统包含去除,添加,修改,查看。它通常会出现在系统的最基本的功能。通过附加的功能,你可以添加预留了房间。通过修改功能,您可以更改先前已取得的储备信息。通过视图功能,您可以查看回先前已取得的储备信息,如果你有修改任何信息,你也可以看到它。通过删除功能,你可以删除储备信息,如果您不希望预约。有了这些功能,你能够保存备用信息,因此,这将是方便,如果想回来看看你已经忘记的情况下的信息。通过检查的信息,你可以看看从数据库中,所有的信息都保存到这个文件。
- 2022-08-20 22:11:32下载
- 积分:1
-
linuxC 局域网通讯 非服务器转发(TCP和UDP都用到了)
注册,登录,文件处理,双向链表操作,再登陆从服务器发送登录用户,每5秒刷新客户信息,客户端之间用UDP通信,服务器与客户端之间用TCP通信。
- 2022-10-16 15:25:03下载
- 积分:1
-
linux下的聊天室
运行在linux系统下, 采用C/S架构,包括客户端和服务端, 支持多线程,字符界面,没有图形界面,编译方法:gcc client.c -oclient -pthread;gcc sever.c -oserver -pthread;
- 2022-10-08 22:40:03下载
- 积分:1
-
patch for AOMDV with Multiple Interface Support in NS-2
以下是将上述给定修补程序应用于ns-2.33所需遵循的步骤:
- 2022-07-15 04:02:32下载
- 积分:1