-
将OCI封装成类使用,调用简单,性能稳定,本人在生产环境中使用半年,未发生故障!...
将OCI封装成类使用,调用简单,性能稳定,本人在生产环境中使用半年,未发生故障!-The use of the OCI package into a class, call a simple, stable performance, I use half a year in a production environment without failure!
- 2022-05-16 14:47:52下载
- 积分:1
-
根据协议实现的部分源代码atomicaction
linux 协议下的atomicaction 实现部分的源代码-atomicaction under the agreement achieved part of the source code
- 2022-09-13 02:40:03下载
- 积分:1
-
zlg7290的linux下的驱动,对于学习i2c总线有很大帮助
zlg7290的linux下的驱动,对于学习i2c总线有很大帮助-zlg7290 under the linux drivers for the i2c bus study of great help
- 2022-03-10 07:24:11下载
- 积分:1
-
实现了一个简单的浏览器
实现了一个简单的浏览器-achieve a simple browser
- 2022-12-27 20:55:03下载
- 积分:1
-
h.263一款不错的网络视频监控系统软件,请支持
h.263一款不错的网络视频监控系统软件,请支持-The engineering software of the video frequency supervision is a more friendly video frequency supervision source code and please everyone much and much support, thanks
- 2023-05-13 13:55:03下载
- 积分:1
-
msgsend函数的使用例子
msgsend函数的使用例子 -The example for using msgsend function
- 2022-01-26 07:41:54下载
- 积分:1
-
the source code under linux
linux下的源代码-the source code under linux
- 2022-03-11 00:06:04下载
- 积分:1
-
GNU Sed
GNU Sed
GNU Sed
GNU Sed
-GNU Sed GNU Sed GNU Sed
- 2022-03-13 17:42:36下载
- 积分: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
-
LINUX realize in the next operation on the hash table, such as adding records, s...
在LINUX下实现对哈希表的操作,例如添加记录,查找,删除等-LINUX realize in the next operation on the hash table, such as adding records, search, delete, etc.
- 2022-06-13 08:46:02下载
- 积分:1