-
5250协议终端仿真器
5250协议终端仿真器通过5250协议连接AS400主机,支持telnet,ssl方式,运行环境为linux,AIX
- 2023-02-08 20:20: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
-
QT4串口编程源代码.rar
QT4下的串口编程代码,可以参考一下。QT5自带了串口编程接口,可以不参考这些代码。
- 2022-03-20 03:52:39下载
- 积分:1
-
x264视频压缩源码
x264视频压缩源码,对于H.264压缩有很好的支持,是目前应用比较多的视屏压缩方式之一!简单好用……
- 2022-01-24 15:22:41下载
- 积分:1
-
非局部贝叶斯去噪
这个是使用非局部贝叶斯去噪的源代码,在linux平台下,使用c++编写。属于比较新的去噪算法,处理彩色图像效果非常好。程序中还给出了一些关于矩阵计算和图像读曲的函数,非常适合拿来学习
- 2023-01-25 08:00:03下载
- 积分:1
-
学生作业完成情况管理系统
应用背景用C语言实现的学生作业完成情况管理系统,基于Linux系统,是用链表实现的,主要是增删改查操作,还有相应的其他操作。关键技术基于Linux平台,用C语言实现的学生作业完成情况管理系统,主要操作有链表的增删改查,难点在于链表中的排序,我采用的是冒泡排序,实现了两结点的交换。
- 2022-04-09 16:01:51下载
- 积分:1
-
配置好的Uboot
配置好的Uboot,此bootload应用于arm11的ok6410平台。支持nandflash还有dm9000的网卡。
可实现sd卡启动和nandflash启动两种方式。
- 2022-01-25 21:06:23下载
- 积分:1
-
曼彻斯特接收机使用混合的设计
摘要:和Verilog源代码曼彻斯特编码解码器。采用曼彻斯特编码的原因进行了讨论。该代码可被编译
- 2022-11-13 20:20:03下载
- 积分:1
-
avilib,播放avi文件
一个自己写的AVI文件操作函数库,可以用它在其它非Windows操作系统中对AVI文件进行操作-himself wrote an AVI file manipulation functions, you can use it in other non-Windows operating system to operate AVI file
- 2022-05-05 13:38:59下载
- 积分:1
-
Linux下的YUV播放器
Linux 下使用gtk库和SDL库开发的YUV播放器,能播放纯YUV数据,播放之前选择好分辨率,选择正确了可以播放。压缩包中有代码,执行文件和PPT文档。
- 2022-03-12 19:06:18下载
- 积分:1