-
简洁的手动安装和配置,希望对…
LINUX安装与配置简明手册,希望对大家有用!-LINUX concise manual installation and configuration, in the hope that useful to everybody!
- 2023-04-13 19:10:04下载
- 积分:1
-
msmtp source to achieve an embedded message is sent, and mutt shell binding ene...
msmtp源程序实现了嵌入式消息的发送,并结合mutt壳能量实现了电子邮件的发送和接收
- 2023-08-09 22:35:04下载
- 积分:1
-
arm
arm-linux平台的视频监控程序,usb摄像头采集视频,opencv图像处理,gsm dtu无线数据发送-arm-linux platform, video monitor, usb camera capture video, opencv image processing, gsm dtu wireless data transmission
- 2022-07-12 10:08:02下载
- 积分:1
-
管理online的shell程序
管理online的shell程序- Manages online the shell procedure
- 2023-07-19 17:55:04下载
- 积分:1
-
跨平台,多数据库查看编辑和查询工具,平台支持windows,linux,数据库支持oracle,odbc,mysql,slite等...
跨平台,多数据库查看编辑和查询工具,平台支持windows,linux,数据库支持oracle,odbc,mysql,slite等-Cross-platform, multi-view editing and database query tools, platform support for windows, linux, database support oracle, odbc, mysql, slite, etc.
- 2022-06-11 20:06:06下载
- 积分:1
-
The latest version of 7zip source code, to appropriate friends, I am looking for...
最新版7zip源代码,给适合的朋友们,本人正在寻找zip压缩算法,纯C语言,希望得到大家的帮忙,谢谢!-The latest version of 7zip source code, to appropriate friends, I am looking for zip compression algorithm, a pure C language, want to get everyone" s help, thank you!
- 2022-03-21 21:58:08下载
- 积分:1
-
使程序后台运行的例子
使程序后台运行的例子-A example in which a program is running background
- 2022-01-21 23:31:17下载
- 积分:1
-
实现温控系统 的不可或缺的材料;请多多下载
实现温控系统 的不可或缺的材料;请多多下载-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionSL,将右侧SkipRearm键值0改为1
- 2022-03-23 00:35:24下载
- 积分:1
-
linux 的引导程序源码The Microsoft® Windows® Software Development Kit (SDK) provid...
linux 的引导程序源码The Microsoft® Windows® Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of the SDK can run on the x86, x64 and Itanium-based versions of Windows Server 2003 SP1, Windows XP SP2, Windows XP x64 Pro Edition, and Windows 2000. A new custom install allows you to select components you wish to install on a more granular level.
-Linux boot FOSS The Microsoftreg Windows Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of the SDK can run on the x86, x64 and Itanium-based versions of Windows Server 2003 SP1, Windows XP SP2, Windows XP Pro x64 Edition, and Windows 2000. A new custom install allows you to select components you wish to install on a more granular level.
- 2023-06-18 16:20:04下载
- 积分: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