CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 保存 打开

搜索资源列表

  1. curl-7.19.2.tar

    0下载:
  2. 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),
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2869560
    • 提供者:zhu
  1. tcp_p_p_chat

    0下载:
  2. 实现新文件的保存,和文件定位,文件的打开,文件的关闭等-Achieve a new file is saved, and file location, file open, file close, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1379
    • 提供者:fan qiao
  1. mainwindow

    0下载:
  2. LINUX+QT4,实现一个写字板程序,可以打开,保存文件-LINUX+ QT4, to achieve a WordPad program that can open, save the file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:14557
    • 提供者:yechuan
  1. linu-webLogin

    0下载:
  2. linux通过web入网源代码 将其中的http://10.11.1.145换成你哪里登录的服务器的地址即可,保存为firefox可以打开的html网页格式即可-a methode about how to link to the internet for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:595
    • 提供者:
  1. msg

    0下载:
  2. 消息队列是一个链表,链表的每一个结点是一个消息。消息队列存放在内核中并由消息队列标示符标识。 对消息队列的操作有下面三种类型: a. 打开或创建消息队列 int msgget(key_t key, int flag) 参数key是一个键值,由ftok函数获得, flg参数是一些标志位。函数返回与健值key相对对应的消息队列描述字。 b. 读写操作 int msgsnd(int msqid, const void *ptr, size_t nbytes, int flag
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:18027
    • 提供者:sdf
  1. textEdit

    0下载:
  2. 文本编辑器,主要的打开,保存,退出等功能,适合新手,可以看看,不好不要喷我,相互学习-this is a text edit ,very good!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:124459
    • 提供者:wwq
  1. MiniGUI-Stu-Information-manageme-2

    0下载:
  2. 菜单栏:文件(打开、保存、退出)/编辑(录入、删除、统计)/关于 界面:学生总人数、个人最高分、个人平均分、个人最低分、个人及格率、增加行、删除航、日历(各个按键都有提示信息)备注:./gridview即可运行,make编译-Menu bar: file (open, save, exit)/editor (entry, delete, statistics)/interface: the total number of students, the highest individual po
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:30250
    • 提供者:michael
  1. textedit1.2

    0下载:
  2. 文本编辑的源码实现,主要包括文档的打开、保存、另存为以及剪切,复制,粘贴等功能-the source code of text_edit.mainly include open,save,saveas and cut,copy,paste and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:113475
    • 提供者:范雪宁
  1. text_editer(qt)

    0下载:
  2. 用QT制作的文字编辑器,可以编辑文件,打开保存文件和搜索-Produced QT text editor, you can edit the file, open the saved file and search
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-12
    • 文件大小:151106
    • 提供者:tangwenq
  1. myMdiWithClass

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:18561
    • 提供者:undead
  1. myMdi-withNewMenu

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:19749
    • 提供者:undead
  1. TextDialog

    0下载:
  2. QT编程,实现文件操作 txt新建,保存,另存为,打开,撤销(New, save, save as, open, undo)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:7168
    • 提供者:echowwwsss
  1. Camera.tar

    1下载:
  2. 在ubuntu12.04,基于qt4.8编写的使用opencv打开摄像头,并进行拍照,保存照片,读图片进行裁剪(In ubuntu12.04, written on qt4.8, use OpenCV to open the camera, and take pictures, save photos, read pictures, cut them out)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-23
    • 文件大小:5420032
    • 提供者:378893499
  1. 视频流获取capture

    1下载:
  2. Linux下通过v4l2接口打开摄像头,获取实时视频流,也可以保存抓拍jpeg图片
  3. 所属分类:Linux/Unix编程

搜珍网 www.dssz.com