-
apache模组的源代码
apache模组的源代码-apache module source code
- 2022-01-26 05:31:40下载
- 积分: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
-
远缝的移植在2410的LINUX的原代码 , 功能很全
远缝的移植在2410的LINUX的原代码 , 功能很全-far linking transplant in 2410 of the Linux source code, all very functional
- 2022-02-13 04:16:01下载
- 积分:1
-
beginninglinuxprogramming例子
BeginningLinuxProgramming example2
- 2022-03-22 16:36:44下载
- 积分:1
-
qt thread used to practice the use of the example
qt 用来练习使用线程的例子-qt thread used to practice the use of the example
- 2022-03-30 03:52:54下载
- 积分:1
-
a small monitoring database scripts can run this script to monitor a database of...
一个监控数据库的小脚本
可以通过运行这个脚本来监控数据库中的一项值的变化,来用0,1来判断这个值。-a small monitoring database scripts can run this script to monitor a database of the change, used to 0, 1 to judge the value.
- 2022-02-01 00:17:01下载
- 积分:1
-
Linux编程开发相关bash外壳
bash for linux progrmming to develop shell related
- 2023-02-16 01:00:05下载
- 积分:1
-
对linux内核核心的数据结构进行了详细的说明,很有参考价值
对linux内核核心的数据结构进行了详细的说明,很有参考价值-good for learn linux
- 2022-12-24 17:40:03下载
- 积分:1
-
一个使用QT库显示界面,在linux下对Xml文件进行解析的示例。
一个使用QT库显示界面,在linux下对Xml文件进行解析的示例。-use QT for a show interface under Linux right Xml file parsing examples.
- 2023-06-26 12:00:03下载
- 积分:1
-
因为GIF89格式的图片文件只支持256色动画,
所以特地开发了一款32位色的动画文件格式,
把这种格式命名为PIZ格式,属于多帧动画,
基于帧间差...
因为GIF89格式的图片文件只支持256色动画,
所以特地开发了一款32位色的动画文件格式,
把这种格式命名为PIZ格式,属于多帧动画,
基于帧间差值和zip压缩的算法,类似PNG的
alpha通道,640x480尺寸,700帧,要11M字节
压缩包里面包含PIZ制作器和PIZ播放器,
以及全部代码 适合linux使用 -GIF89 because the image file format only supports 256 colors animation, I ve developed a 32-color animation file formats, this format is named Piz format, are multi-frame animation, based on the interframe difference and zip compression algorithm , similar to PNG s alpha channel, 640x480 size, 700 to 11M-byte packet containing compressed production Piz and Piz player, as well as all the code for linux use
- 2022-02-06 19:39:54下载
- 积分:1