-
用c写的ftp客户端源代码,可以在UNIX,Windows下编译通过,学习的好代码!...
用c写的ftp客户端源代码,可以在UNIX,Windows下编译通过,学习的好代码!-used to write the ftp client source code, in UNIX, Windows compile and study the good code!
- 2022-08-23 18:47:31下载
- 积分:1
-
linux下一个CS通信模型
linux下一个CS通信模型-under a CS Communication Model
- 2023-06-10 23:45:08下载
- 积分:1
-
tty工作台驱动,适合工作台驱动的所有底层工作。有借鉴价值!...
tty工作台驱动,适合工作台驱动的所有底层工作。有借鉴价值!-tty driver table, suitable for table-driven work of all the ground floor. Have reference value!
- 2022-08-10 06:45:19下载
- 积分: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
-
对象流化成标记语言的编程库,支持各种语言.生成对象适合人类阅读....
对象流化成标记语言的编程库,支持各种语言.生成对象适合人类阅读.-Object flow into the markup language programming library to support various languages. Generates an object suitable for human reading.
- 2022-03-18 20:28:25下载
- 积分:1
-
linux的入门介绍,课件对初学者有很好的帮助
linux的入门介绍,课件对初学者有很好的帮助-linux entry, the courseware on a very good help for beginners
- 2022-09-13 19:30:03下载
- 积分:1
-
GIVEIO is under the Windows/Linux platform and the mouth driver,
had this actuat...
GIVEIO为Windows/Linux平台下的并口驱动程序,有了这个驱动,你可以让你的PC作为一个真正的Host来控制目标平台的FLASH烧写等任务.-GIVEIO is under the Windows/Linux platform and the mouth driver,
had this actuation, you may let your PC take true Host controls the
goal platform the FLASH fever to write and so on the duty
- 2022-04-29 06:58:04下载
- 积分:1
-
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。...
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。-linux under a variety of patch management tools, can help you manage their own patches, more useful in the open-source projects.
- 2022-07-17 04:45:42下载
- 积分:1
-
实战的linux socket编程
实战的linux socket编程--示例源码,很好的参考!推荐!-real linux socket programming-- source code examples, good reference! Recommended!
- 2022-04-16 17:30:15下载
- 积分:1
-
编写自己的grep命令
编写自己的grep命令-prepare their grep command
- 2022-01-30 14:05:07下载
- 积分:1