搜索资源列表
curl-7.19.2.tar
- curl的作用:curl是一个利用URL语法在命令行方式下工作的文件传输工具。 它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP。curl同样支持HTTPS认证,HTTP POST方法, HTTP PUT方法, FTP上传, kerberos认证, HTTP上传, 代理服务器, cookies, 用户名/密码认证, 下载文件断点续传,上载文件断点续传, http代理服务器管道( proxy tunneling),
tcp_p_p_chat
- 实现新文件的保存,和文件定位,文件的打开,文件的关闭等-Achieve a new file is saved, and file location, file open, file close, etc.
mainwindow
- LINUX+QT4,实现一个写字板程序,可以打开,保存文件-LINUX+ QT4, to achieve a WordPad program that can open, save the file
MiniGUI-Stu-Information-manageme-2
- 菜单栏:文件(打开、保存、退出)/编辑(录入、删除、统计)/关于 界面:学生总人数、个人最高分、个人平均分、个人最低分、个人及格率、增加行、删除航、日历(各个按键都有提示信息)备注:./gridview即可运行,make编译-Menu bar: file (open, save, exit)/editor (entry, delete, statistics)/interface: the total number of students, the highest individual po
text_editer(qt)
- 用QT制作的文字编辑器,可以编辑文件,打开保存文件和搜索-Produced QT text editor, you can edit the file, open the saved file and search
myMdiWithClass
- QC基于C++开发的单窗体程序例程,很简单,适合初学和.设计了菜单栏和工具栏,添加了MdiChild类,实现了其中的新建,打开,保存,另存为,关闭等操作的函数; 在mainwindow.cpp文件添加了新建文件菜单的功能测试函数。-QC based on C++ development, one-form routine is very simple, suitable for beginners and design of the menu bar and toolbars, add Md
myMdi-withNewMenu
- QC基于C++开发的单窗体程序例程,很简单,适合初学和.设计了菜单栏和工具栏,添加了MdiChild类,实现了其中的新建,打开,保存,另存为,关闭等操作的函数;添加了动态创建的菜单 在mainwindow.cpp文件添加了新建文件菜单的功能测试函数。-QC based on C++ development, one-form routine is very simple, suitable for beginners and design of the menu bar and toolba
TextDialog
- QT编程,实现文件操作 txt新建,保存,另存为,打开,撤销(New, save, save as, open, undo)