-
described unix, linux under inter
描述unix,linux下进程间通信方式-described unix, linux under inter-process communication
- 2023-01-19 03:35:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
磁盘操作系统
current path
我写的批量转换dos文本为unix文本的脚本 -dos--unix
- 2022-07-20 00:23:11下载
- 积分:1
-
linux下的flash player的一个具体实现,未经验证
linux下的flash player的一个具体实现,未经验证-linux media player
- 2022-01-30 10:47:51下载
- 积分:1
-
在linux下利用QT4做的一个模仿烤箱的定时器,相当于烤箱的内置钟表...
在linux下利用QT4做的一个模仿烤箱的定时器,相当于烤箱的内置钟表-In linux using a QT4 do imitate oven timer, which is equivalent to the built-in oven clocks
- 2022-05-18 10:28:02下载
- 积分:1
-
Framebuffer驱动示例程序.rar
framebffer的编写示例程序说明
Framebuffer驱动示例程序.rar
framebffer的编写示例程序说明-Framebuffer the actuation demonstration procedure rar framebffer
compilation demonstration procedure showed
- 2023-05-04 11:40:04下载
- 积分:1
-
s3c2410 源码上传,详细的说明了使用jflash下载程序的方法
s3c2410 源码上传,详细的说明了使用jflash下载程序的方法-S3C2410 source upload, detailed description of the use of jflash download method
- 2022-10-10 17:45:03下载
- 积分:1
-
linux 双机热备之 心跳程序源码
linux 双机热备之 心跳程序源码-linux Hot Standby source of heart procedures
- 2022-04-09 09:41:21下载
- 积分:1
-
spserver 是一个实现了半同步/半异步(Half
spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。
spserver 使用 c++ 实现,目前实现了以下功能:
1.封装了 TCP server 中接受连接的功能;
2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制;
3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。
4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架)
-spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (p
- 2023-03-18 00:40:03下载
- 积分:1
-
这个程序可以是一个主要的C++语言程序的括号和检查的…
本程序主要可以对一个c语言程序中的括号和注释情况进行检查,可以快速地发现原程序 * 中隐含的语法匹配性错误,可以根据检查结果,对不匹配的括号进行修改,最快速度地将 * 程序修改正确。同时本程序也可以象wc程序一样对一个程序进行计数统计,得到一个文件 * 的行、单词、字节的统计结果。-this procedure can be a major c language program brackets and the inspection of the Notes can be found quickly to the original* implied matching syntax errors, according to test results that do not match the brackets revised to be the fastest speed* revising the procedures correctly. While this procedure may also wc procedure as a process of counting statistics, to be a document* lines, words, byte of the data.
- 2022-02-19 23:34:55下载
- 积分:1