-
the code can achieve a rtp protocol!
本源码能够在linux 下实现RTP协议的收发功能。-the code can achieve a rtp protocol!
- 2022-08-02 15:36:11下载
- 积分:1
-
Materials UNLIX good study of the internal telecommunications information should...
学习UNLIX的好材料 电信内部资料 不容错过-Materials UNLIX good study of the internal telecommunications information should not be missed
- 2023-04-19 13:35:04下载
- 积分:1
-
所谓计算机网络就是通过通信线路互相连接的计算机的集合。它是由计算机及外围设
备,数据通讯和中断设备等构成的一个群体。本文介绍了liunx在网络编程中的相关知...
所谓计算机网络就是通过通信线路互相连接的计算机的集合。它是由计算机及外围设
备,数据通讯和中断设备等构成的一个群体。本文介绍了liunx在网络编程中的相关知识-The so-called computer network through the communication line is connected collection of computers. It is by the computer and peripheral equipment, data communications and interrupt devices consisting of a group. This paper introduces network programming in liunx relevant knowledge
- 2022-08-14 08:55:11下载
- 积分:1
-
此程序完
成任意一个英文文本文件中英文单词的统
计工作。要求:把英文单词出现频率次数
由高到低打印出来;只要英文单词形式不
一样就算两个词,不考...
此程序完
成任意一个英文文本文件中英文单词的统
计工作。要求:把英文单词出现频率次数
由高到低打印出来;只要英文单词形式不
一样就算两个词,不考虑词语的复数时
态。-this procedure completed an arbitrary text in English English word document statistics. Requirements : English word frequency from high to low frequency printed; As long as English is not the same form of words even if the two words, not consider the words in the plural tense.
- 2023-06-02 10:00:04下载
- 积分:1
-
千兆打击犯罪机制冰淇淋
Giga Crime Fighting Mecha Gelato-Bots: The Supreme Icecream-Tron Revolution 8,000,000. A top-down adventure game with three themes; mecha, anime and icecream. This project hopes to evolve with action/rpg/multiplayer elements like classic console games.-Giga Crime Fighting Mecha Gelato-Bots: The Supreme Icecream-Tron Revolution 8000000. A top-down adventure game with three themes mecha, anime and icecream. This project hopes to evolve with action/rpg/multiplayer elements like classic console games.
- 2022-07-20 22:10:03下载
- 积分:1
-
Linux操作系统的命令格式和功能介绍的chm帮助文档
Linux操作系统的命令格式和功能介绍的chm帮助文档-Linux operating system commands and features introduced in chm format for help documentation
- 2023-05-27 19:20:03下载
- 积分:1
-
linux环境下的cat命令部分功能的简单实现,可以实现输入命令的前台运行和后台运行两种方式。...
linux环境下的cat命令部分功能的简单实现,可以实现输入命令的前台运行和后台运行两种方式。-linux environment, some functions of the cat command a simple implementation, the input commands can be running in the foreground and background to run in two ways.
- 2023-04-11 16:25:03下载
- 积分:1
-
ip packet inspection tools, can detect ipv4, ipv6 data packet details
ip包检测工具,可以检测ipv4,ipv6数据包详细情况-ip packet inspection tools, can detect ipv4, ipv6 data packet details
- 2022-07-19 02:49:16下载
- 积分:1
-
从键盘获取字符并写入指定文件
按ctrl+c保存并退出
从键盘获取字符并写入指定文件
按ctrl+c保存并退出
- 2022-05-22 18:05:34下载
- 积分:1
-
multithreaded process as a multi
多线程程序作为一种多任务、并发的工作方式,有以下的优点:
1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。
2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。
3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,成为几个独立或半独立的运行部分,这样的程序会利于理解和修改。
-multithreaded process as a multi-task, complicated by the way, has the following advantages : 1) improve application response. This graphical interface is especially meaningful, when a very long time-consuming operation, the entire system will wait for the operation, this procedure will not respond to keyboard, mouse, the menu of operations, and the use of multithreading technology, long will be time-consuming operation (time consuming) under a new thread, avoided this embarrassing situation. 2) multi-CPU system more effective. When the operating system would ensure that not more than a few threads CPU number of different threads running on different CPUs. 3) to improve program structure. A long and complex
- 2023-06-23 05:00:03下载
- 积分:1