-
使用Qt与MySQL C API开发MySQL查询器
使用Qt与MySQL C API开发MySQL查询器-use Qt with the MySQL C API development inquiries for MySQL
- 2022-04-09 04:50:27下载
- 积分:1
-
是一个键盘测试程序,键盘界面使用SDL图形库开发。
是一个键盘测试程序,键盘界面使用SDL图形库开发。-Test procedure is a keyboard, keyboard interface development using SDL graphics library.
- 2022-01-25 15:10:36下载
- 积分:1
-
linux 应用程序API_进程
进程和信号编程
管道/io ,进程间通讯,网络编程,
线程机制...
linux 应用程序API_进程
进程和信号编程
管道/io ,进程间通讯,网络编程,
线程机制
-linux application process and signal process API_ programming pipeline/io, inter-process communication, network programming, threading mechanism
- 2022-07-22 15:19:32下载
- 积分:1
-
PHP PHP解释器
PHP解释器 php-5.2.10.tar.gz-PHP interpreter php-5.2.10.tar.gz
- 2022-02-07 12:46:18下载
- 积分: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源代码控制程序下的邮件,包括SMTP和POP3协议…
Linux环境下mail监控程序的源代码, 包括smtp和pop3协议, 编译成动态链接库(.so)的形式-Mail under Linux source code control procedures, including the smtp and pop3 agreement, compiled the form of dynamic-link library (. So)
- 2022-01-21 01:15:13下载
- 积分:1
-
arp的源代码实现,linux学C的可以看看了
arp的源代码实现,linux学C的可以看看了-achieve the source code, the C linux school can look at the
- 2022-04-28 16:38:29下载
- 积分:1
-
修改grub启动时的背景图片
修改grub启动时的背景图片-changes grub start the background image
- 2023-03-21 21:30:04下载
- 积分:1
-
zc301 camera driver, there are instructions to install the. . .
zc301摄像头驱动,有说明安装的-zc301 camera driver, there are instructions to install the. . .
- 2022-05-09 11:02:34下载
- 积分:1
-
本代码是在Linux环境服务器端的源代码,实现实时监听和数据传送...
本代码是在Linux环境服务器端的源代码,实现实时监听和数据传送-the code is used to transmit data base on linux platform on linux server,achieve minitor and transmit data real time
- 2022-01-25 21:45:18下载
- 积分:1