-
一个功能全面的电子邮件客户端,支持SMTP,POP3,全面之后次IMAP,LDAP,一个全局地址薄(匿名和认证),不限私人地址薄,人物列表,个人日历,拼写检查...
一个功能全面的电子邮件客户端,支持SMTP,POP3,全面之后次IMAP,LDAP,一个全局地址薄(匿名和认证),不限私人地址薄,人物列表,个人日历,拼写检查-a full-featured e-mail client, support for SMTP, POP3, after full time IMAP, LDAP, a global address book (anonymous and certification), the Open-private address book, list of figures, personal calendars, spell-check
- 2022-06-16 22:44:22下载
- 积分:1
-
一个自行开发的内存数据管理的包,实现了部分内存数据库的功能。
一个自行开发的内存数据管理的包,实现了部分内存数据库的功能。-Memory of a self-developed data management package, to achieve some of the functions of memory database.
- 2022-03-19 00:04:09下载
- 积分:1
-
linux开发用书:详细介绍了gcc编译器的使用,适合linux入门学习。...
linux开发用书:详细介绍了gcc编译器的使用,适合linux入门学习。-linux development books: detailed information on the use gcc compiler for linux learning portal.
- 2023-06-15 09:10:05下载
- 积分:1
-
linux下多线程程序设计,包括signals,mutex,simple_once
linux下多线程程序设计,包括signals,mutex,simple_once
-linux under the multi-threaded program design, including signals, mutex, simple_once
- 2022-07-10 19:53:35下载
- 积分:1
-
2410can总线的测试代码,参考革新2410实验箱上的代码改写的!
2410can总线的测试代码,参考革新2410实验箱上的代码改写的!-Bus 2410can test code, reference innovative experimental box on the 2410 rewrite of the code!
- 2023-08-24 22:40:03下载
- 积分:1
-
一款基于web的项目管理、bug跟踪系统。提供了与svn集成的操作界面、问题跟踪,及丰富、方便的报表功能。...
一款基于web的项目管理、bug跟踪系统。提供了与svn集成的操作界面、问题跟踪,及丰富、方便的报表功能。-A web-based project management, bug tracking system. provides svn integrated user interface, the issue tracking, and user-friendly reporting features.
- 2023-07-20 12:40:04下载
- 积分:1
-
unix环境下write函数同步和异步读写效率的比较
unix环境下write函数同步和异步读写效率的比较-write function under unix synchronous and asynchronous read and write the comparative efficiency
- 2023-03-12 12:05:03下载
- 积分:1
-
两个文件夹:circuit and code !
code 源码包包括3个文件夹:
脚本文件boot...
两个文件夹:circuit and code !
code 源码包包括3个文件夹:
脚本文件boot ----
下载down-----
主函数main-Folder 2: circuit and code! Code source packages, including three folders: boot---- download script file down----- main function main-----
- 2022-08-23 21:17:51下载
- 积分:1
-
Qt 4本书的中文版,目前这样的书很少,对Qt 4…
Qt 4 中文版的书,目前此类书很少,qt 4的中文版的就更少了。主要讲解qt 4的入门,软件的安装之类的,是一个超级棒的入门教材!-Qt 4 The Chinese version of the book, currently very few such books, qt 4 of the Chinese version even less. On the qt 4 main entry, software installation like it is a superb introductory textbooks!
- 2022-09-24 07:45:04下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1