-
NS2中添加mudp,mtcp代理的源码
这些源码是柯志亨老师书中书讲述的源码,在NS2中添加具有记录功能的mudp,mtcp
- 2022-02-05 09:14:18下载
- 积分:1
-
net-snmp API 应用之get&set
使用 net-snmp API编程的客户端源码(只有snmpget和snmpset).包括初始化环境及实现snmpget和snmpset的客户端应用的源代码。
- 2022-01-25 23:01:48下载
- 积分:1
-
linux环境下用QT实现打地鼠游戏源码
每一个qt程序都是一个文件夹!(即都必须创建一个目录)
1 mkdir dir
2 cd dir 创建文件 cc/cpp
3 qmake -project 生成工程文件.pro
4 qmake 生成makefile
5 make
6 默认生成与目录同名的可执行文件!
7 ./执行,查看结果!
游戏打地鼠:布局,button,信号与槽,计时,分数
当按下其中一个!另外一个弹起来!
禁用所有,随机启用一个!
增加新功能:
1,自动跳出! 周期(计时):
QTimer:
2,计数! 显示数!QLabel/QLCDNumber
3,开始,暂停,重新开始,退出!
- 2022-04-27 22:10:29下载
- 积分:1
-
在therminal中运行的youdao词典(基于python)
基于python的词典,个人感觉很适合学习和研究,功能很完善,对于网络编程入门帮助很大。
- 2022-01-31 04:56:57下载
- 积分:1
-
source code for blackhole aodv
黑洞按需向量路由的c++源代码协议.it介绍了aodv的路由表和aodv的队列概念。
- 2022-07-14 00:49:14下载
- 积分:1
-
用双向链表实现的一个任务队列
用双向链表实现的一个任务队列,把自己定义的任务继承基类BaseQueue,可以实现对任务的增加,删除,优先级的设置,获取任务等等。
- 2023-08-11 09:20:04下载
- 积分:1
-
ntpclient源码
NTPCLIENT源码ntpclient_2010_365.tar,可直接编译使用,用于向指定的ntp服务器校时
- 2022-02-20 17:16:41下载
- 积分: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
-
php 多线程通信
应用背景php自带的多线程函数,处理效果不尽人意。因此在网上下载了一个专门的工具,来解决php的这个问题关键技术Posix Threads Synchronization Worker Threads Complete Support for OO - ie. traits, interfaces, inheritance
- 2022-11-29 04:55:04下载
- 积分:1
-
基于单片机频率计
1.使用555产生矩形波信号,输入到单片机进行测量频率。
2.测频法:通过频率的定义即单位时间的脉冲数,得到被测信号的频率。 选用适当的时基,如1秒,以此作为计数闸门,得到闸门内的计数值即为信号的频率。该法适合测量频率高的信号。
3.数码管显示频率测量的结果
- 2022-03-14 12:47:30下载
- 积分:1