-
一本不错的linux电子书,非常适合初学者使用,大家需要的下了...
一本不错的linux电子书,非常适合初学者使用,大家需要的下了-A good linux book, very suitable for beginners to use, we need to look at the next !!!!!!!!!!
- 2023-03-06 20:05:04下载
- 积分:1
-
we can capture a picture according to the Video for Linux Two API.
此代码运行平台是linux.其运用linux 的API来实现视频采集(须有摄像头)。-we can capture a picture according to the Video for Linux Two API.
- 2022-10-31 03:40:02下载
- 积分:1
-
控制2440上的摄像头,实现动态预览,基于Linux操作系统
控制2440上的摄像头,实现动态预览,基于Linux操作系统-Control of 2440 on the camera, dynamic preview, based on the Linux operating system
- 2022-02-10 06:17:26下载
- 积分:1
-
此文档详细介绍了linux的各种指令,并附有操作实例,对也初学者熟悉、查询linux的指令有很大帮助。...
此文档详细介绍了linux的各种指令,并附有操作实例,对也初学者熟悉、查询linux的指令有很大帮助。-This document details the various linux commands, together with the operation of an example, the beginners also familiar with linux commands inquiries are very helpful.
- 2022-03-13 12:21:24下载
- 积分:1
-
linux 应用程序automake 使用详细范例
linux 应用程序automake 使用详细范例-the use of detailed examples of linux application automake
- 2022-12-30 14:15:08下载
- 积分:1
-
telnet的源代码实现,linux学C的可以看看了
telnet的源代码实现,linux学C的可以看看了-telnet achieve the source code, the C linux school can look at the
- 2023-03-26 17:55:04下载
- 积分:1
-
p2p机顶盒上使用的rtorrent协议代码,运行在linux平台下的
p2p机顶盒上使用的rtorrent协议代码,运行在linux平台下的-p2p set-top boxes used rtorrent Agreement code, running on the linux platform
- 2022-06-26 01:40:47下载
- 积分:1
-
rtp media refers to the programming in the network transmission technology using...
rtp 编程 媒体指的是在网络中使用流技术传输的连续时基媒体,其特点是在播放前不需要下载整个文件,而是采用边下载边播放的方式,它是视频会议、IP 电话等应用场合的技术基础。RTP 是进行实时流媒体传输的标准协议和关键技术,本文介绍如何在 Linux 下利用 JRTPLIB 进行实时流媒体编程。 -rtp media refers to the programming in the network transmission technology using continuous time-base media, their characteristics are in the player does not need to download the entire document before, instead of using the side edge player download way, which is video conferencing, IP phones and other applications of the technology base. RTP is a real-time streaming media transmission protocol and the key technology standards, this article describes how to use JRTPLIB in the Linux real-time streaming media programming.
- 2022-01-26 07:52:17下载
- 积分:1
-
BlueHeart
BlueHeart-1.5.tar.bz2.rar
- 2022-01-25 21:07:15下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1