-
java的SIP
Java SIP
- 2022-01-25 17:53:43下载
- 积分:1
-
用系统调用叉()来创建子进程。运行时,系统一。
使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上现实一个字符:父进程显示字符’a’;子进程分别显示字符’b’和’c’。试观察记录屏幕上的显示结果并分析原因。-use system calls fork () to create two child process. When running, the system is a process and the father of two sub-process activities. Each process in a realistic one screen characters : the father of the process show the character "a"; Child showed the characters" b "and" c ". Let observation records on the screen to show the results and analysis of the reasons.
- 2023-05-27 14:45:04下载
- 积分:1
-
基于TCP的控制台下局域网ftp(C/S),能够实现简单ftp命令。具有简单的客户端身份认证功能。内含简单的makefile文件,用记事本打开,可初步参考学习m...
基于TCP的控制台下局域网ftp(C/S),能够实现简单ftp命令。具有简单的客户端身份认证功能。内含简单的makefile文件,用记事本打开,可初步参考学习makefile。另外,对于linux环境下Socket编程爱好者,此文件是初级学习阶段不错的参考资料代码。
开发测试环境:Red Hat Linux 3.2.2-5
编译工具:gcc 3.2.2 20030222
-TCP-based network control panel under the ftp (C/S), to achieve a simple ftp command. Has a simple function of the client authentication. Contains a simple makefile file, use Notepad to open, can learn from the initial reference makefile. In addition, Socket programming under linux lovers, this document is the initial learning phase of a good reference source.
Development of test environment: Red Hat Linux 3.2.2-5 compiler tools: gcc 3.2.2 20030222
- 2022-11-17 04:20:03下载
- 积分:1
-
enforceable boa0.94.14 source code, I have debug, can be used, special to share...
可执行的boa0.94.14源代码,我已经调试通过,可以使用,特与大家分享-enforceable boa0.94.14 source code, I have debug, can be used, special to share with you
- 2023-09-02 20:00:03下载
- 积分:1
-
模拟器有三个过程:主,M0、M1、所有的运行
The simulator has three processes: main, M0, and M1, all of which run
* independently. Set them all up first. Once set up, main maintains the
* clock (tick), and picks a process to run. Then it writes a 32-bit word
* to that process to tell it to run. The process sends back an answer
* when it is done. Main then picks another process, and the cycle repeats.
*/-The simulator has three processes: main, M0, and M1, all of which run
* independently. Set them all up first. Once set up, main maintains the
* clock (tick), and picks a process to run. Then it writes a 32-bit word
* to that process to tell it to run. The process sends back an answer
* when it is done. Main then picks another process, and the cycle repeats.
*/
- 2022-01-21 03:08:13下载
- 积分:1
-
介绍
网络流量统计源代码
正文
网络流量统计源代码。
很好的网络流量统计源代码。
使用曲线图进行实时统计。
采集...
介绍
网络流量统计源代码
正文
网络流量统计源代码。
很好的网络流量统计源代码。
使用曲线图进行实时统计。
采集数据主要在类 MFNetTraffic 中实现,
而显示数据则是放在类MFTrafficButton中实现。
两者之间的通讯使用了回调函数的机制。
详情请看源代码。
-on network traffic statistics source text network traffic statistics source. Good network traffic statistics source. The use of real-time curve of statistics. Data collection in the main category MFNetTraffic achieve, and then display the data on the type MFTrafficButton is achieved. Communications between the use of callback mechanism. Look at the details of the source code.
- 2022-09-20 15:00:03下载
- 积分:1
-
最简单的聊天室 最简洁的方法实现多人在线聊天功能
最简单的聊天室 最简洁的方法实现多人在线聊天功能-simplest chatroom
- 2023-07-26 13:30:03下载
- 积分:1
-
代理服务器应用程序源代码,基于linux socket编程的,已经调试通过...
代理服务器应用程序源代码,基于linux socket编程的,已经调试通过-Proxy server application source code, linux socket-based programming has been debugging through
- 2023-05-28 22:35:02下载
- 积分:1
-
Linux的伙伴算法把所有的空闲页面分为10个块组,每组中块的大小是2的幂次方个页面,例如,第0组中块的大小都为20 (1个页面),第1组中块的大小为都为21(...
Linux的伙伴算法把所有的空闲页面分为10个块组,每组中块的大小是2的幂次方个页面,例如,第0组中块的大小都为20 (1个页面),第1组中块的大小为都为21(2个页面),第9组中块的大小都为29(512个页面)。也就是说,每一组中块的大小是相同的,且这同样大小的块形成一个链表-Linux partners algorithm all the free page is divided into 10 blocks of groups, each group in the block size is two power-of-pages, for example, the first group in the 0 block size is 20 (one page), the first a block size of the group are 21 (2 pages), 9 blocks the size of the group are 29 (512 pages). In other words, each group in the block size is the same, and the same size to form a linked list of blocks
- 2023-08-09 05:20:03下载
- 积分:1
-
Linux system administration commands use and specific details of the experimenta...
Linux的系统管理命令的使用
及具体详细的实验报告-Linux system administration commands use and specific details of the experimental report
- 2023-07-07 08:50:03下载
- 积分:1