-
linux下音频录音和播放程序源码,了解linux下的音频编程。
linux下音频录音和播放程序源码,了解linux下的音频编程。-Under linux audio recording and playback program source code to understand the audio programming under linux.
- 2022-05-30 03:21:54下载
- 积分:1
-
在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便
在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便- Formulation contact surface procedure may act according to the
document configuration menu in SCO the UNIX, but does not need to
revise the source program, extremely facilitates
- 2022-02-02 07:30:16下载
- 积分:1
-
《Unix网络编程》的源代码的advio部分
《Unix网络编程》的源代码的advio部分-Unixadvio
- 2022-06-16 05:10:59下载
- 积分:1
-
这是一个管道实现的简单源程序,实现进程间的通信和管理
这是一个管道实现的简单源程序,实现进程间的通信和管理
-This is a pipeline to achieve a simple source code to achieve inter-process communication and management
- 2022-01-22 16:48:20下载
- 积分:1
-
一个小的qt3程序,可以帮助初学者的理解,主要是体现控件的应用等...
一个小的qt3程序,可以帮助初学者的理解,主要是体现控件的应用等-Qt3 a small program that can help beginners to understand, mainly reflect the application of control
- 2022-02-13 03:39:57下载
- 积分:1
-
CSL是一种编程语言,与C语法和综合图书馆。COM…
CSL is a programming language with C syntax and comprehensive libraries. The compact scripting engine can also be embedded into your own applications as a powerful macro language. Windows Distribution utilities.
- 2022-02-04 08:39:51下载
- 积分:1
-
tcl procedure demo by N. Sidiropoulos and R. Broclear all F = 5 usersI = 4 anten...
tcl程序demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I=4 % antennas-tcl procedure demo by N. Sidiropoulos and R. Broclear all F = 5 usersI = 4 antennas
- 2022-08-16 18:21:19下载
- 积分:1
-
Web
基于WEB的linux系统账号管理系统 为GF做的课程设计,很简单,阐述了原理,主要用到 PHP、MYSQL、GCC3.0。-Web-based account management system Linux system to do GF curriculum design, and is very simple to explain the principles, the main use PHP, MYSQL, GCC3.0.
- 2022-03-21 05:02:01下载
- 积分:1
-
用C++语言,在线程上创建1000个月的平安主机。
使用c语言,在linux上创建线程1000个月ping一台主机。
- 2022-06-18 04:37:58下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1