-
一个tcp通讯公用程序
一个tcp通讯公用程序-a common communications procedures.
- 2022-03-13 09:42:18下载
- 积分:1
-
linux unix 入门代码上,是关于初级入门的,经典代码
linux unix 入门代码上,是关于初级入门的,经典代码-entry code is on the initial entry, classic code
- 2023-01-10 08:30:03下载
- 积分:1
-
一个简单的在嵌入式Linux下服务器与客户端的通信。
一个简单的在嵌入式Linux下服务器与客户端的通信。-server or client
- 2023-06-21 00:20:03下载
- 积分:1
-
Linux程序设计权威指南 没什么好说的了!
Linux程序设计权威指南 没什么好说的了!-Linux Programming Guide authoritative No way!
- 2023-04-12 10:55:04下载
- 积分:1
-
有许多不同的方式(共享内存,插座,FIFO,消息队列,…
包含几个用不同方式(共享内存、socket、FIFO、消息队列等)实现进程通信的小程序,包含详细注释,足以解释各种方式进程通信的实现原理和编程方法-Contains a number of different ways (shared memory, socket, FIFO, message queue, etc.) to achieve the process of the small communications program, including detailed notes, are sufficient to explain the various ways the realization of the process of communication theory and programming methods
- 2022-07-26 11:12:44下载
- 积分:1
-
文件属性修改器,可以对文件的属性进行修改,初学VB时做的。...
文件属性修改器,可以对文件的属性进行修改,初学VB时做的。-change file attributes that can attribute to the document changes, beginner VB when done.
- 2022-01-25 20:00:02下载
- 积分:1
-
键盘驱动程序的例子
keyboard driver example
- 2022-07-26 06:53:04下载
- 积分:1
-
Linux一句话精彩问答
Linux一句话精彩问答-Linux sentence exciting quiz
- 2022-09-13 14:15:03下载
- 积分:1
-
S3C2410 embedded linux under the SD card driver
嵌入式linux下s3c2410的SD卡驱动程序-S3C2410 embedded linux under the SD card driver
- 2022-11-28 05:40:03下载
- 积分: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