资源列表
consumer_producer
- 使用了三个信号量: empty (以记录有多少空位)、full (以记录有多少满位)以及mutex (二进制信号量或互斥信号量,以保护对缓冲插入与删除的操作)。对于本项目, empty 与full 将采用标准计数信号量,而mutex 将采用二进制信号量。生产者与消费者作为独立线程,在empty、full、mutex 的同步前提下,对缓冲进行插入与删除。 -Producer and consumer problem of operating system.
gsoap
- 在Linux 平台下 使用gsoap以 webservice 的方式实现通信, 此例为结构体实例,实现结构体的参数返回。-The use of the Linux platform gsoap webservice way to communicate, in this case the structure instance, parameterized returns structure.
cPPCode
- 实现字符串去重,如:adagae6761,.,?sdag;输出为:adge671,.?s; 英文语句倒序:如:today is Monday ;输出:Monday is today-Remove the same character in the string;
9gpt
- 相信大家都玩过九宫拼图游戏,此程序可以找出拼完全图的最短路径。-Believe everyone played jiugong puzzle game, the program can find the shortest path of the complete graph.
Linux
- linux 学习基础资料,有关于学习Linux的命令的操作,对象运维工程师有很大的帮助。-Linux learn basic information about learning Linux command operations, object operations engineers have a lot of help.
OS
- 哈工大操作系统实验1-6,包含代码、报告和演示所用ppt-HIT OS LAB
huibopu
- 关于海洋回波谱的仿真分析的应用,能够很好地表达海洋回波-Application of marine echo spectrum of simulation analysis, can well express Sea Echo
linux下利用framebuffer在lcd上显示
- 利用framebuffer在lcd上显示的应用程序,经过本人测试的
VideoShot-master
- 视频镜头分割,在windows下基于C++ Opencv实现-Video shot segmentation in VS
CHAT_ROOM
- 本代码是Linux编程,使用gtk编程,做成一个私人聊天室,有用到多线程、数据库等。源码分为用户端和服务器端两部分。由于是新手,第一次使用gtk,界面很糙,但功能大都实现。用户有超级用户和普通用户之分。加粗为超级用户特有功能。 未完成:在封装Makefile时链接库一直不成功,故没有实现Makefile。 全部功能如下: 1 登陆 2 注册 3 踢人 4 解禁 5 禁言 6 私聊 7 群聊 8 好友列表(在线) 9 文件传输 10 个人
linux_code
- 包括linux文件IO、进程间通信、网络编程、信号量、互斥锁的各个基本linux高级编程的源码-linux thread ipc
N
- 基于matlab的fir高通数字滤波器设计,可实现对数字信号的滤波,-fir high-pass digital filter design matlab based, enabling the digital signal filtering,