-
UNIX源码
Unix内核源代码,V6,应该也是最早流传的Unix内核源代码,对于想追根溯源的LINUX/UNIX爱好者来说,这份源代码是不错的选择,不过它依赖的机器平台PDP11早进历史博物馆了
- 2022-06-28 17:02:23下载
- 积分:1
-
QNX BSP TI DM6446 Eval 板
QNX 板卡支持包的 TI DM6446 Eval 板-6.3 版。这允许您在您的 DM6446EVM 主板上运行 QNX 6.3。
- 2023-03-31 08:40:04下载
- 积分: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
-
编译原理课程:egrep命令c++/bison 实现
编译原理课程:egrep命令c++/bison 实现
详见文件中readme文件
usage:
this_program "regular_expression" [output.txt]
- 2022-03-03 23:40:38下载
- 积分:1
-
linux下用摄像头采集一帧图像
V4L2是linux中关于视频设备的内核驱动,使用V4L2驱动可以在linux下用摄像头抓取一帧图像并保存为文件,方便视频图像处理。
- 2022-02-21 22:04:51下载
- 积分:1
-
机顶盒网络通信测试源码
这个一个测试PC服务器跟机顶盒间,多媒体播放的测试程序,对于机顶盒嵌入式初学者有很大的帮助,包含了客户端和服务端
- 2022-11-13 15:25:03下载
- 积分:1
-
centralized leach protocol in ns2
- 2022-03-24 15:17:55下载
- 积分:1
-
椭圆曲线 cryprtograrphy
简单的 ECDSA 实现 c。在这里讨论了使用非对称加密技术的加密算法。有很多算法使用公开可用的模块,如 MD5,沙 1 实现上传 ECDSA 用 C 语言编写的简单实现。
- 2023-02-23 05:00:04下载
- 积分:1
-
Ad hoc按需距离矢量(AODV)路由协议的实现
为了方便
- 2022-04-28 11:40:06下载
- 积分:1
-
串口封装基类,支持linux,windows
封装好的串口控制操作基类,可直接继承使用,已经过多个项目测试,支持linux或者windows。使用注意windows与linux 设备符号区别
- 2022-08-16 14:41:44下载
- 积分:1