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

搜索资源列表

  1. TOUCHP

    0下载:
  2. 触摸屏触动文件,利用C++语言编写的,可以经过适当修改就可以使用-Touch-screen touch paper, using C++ Languages can be appropriately adapted to use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5551
    • 提供者:李文勇
  1. yaffs_root.tar

    0下载:
  2. linux下的yaffs文件系统,经过修改小文件bug-linux yaffs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:292702
    • 提供者:csf
  1. copy_files_through_system_call.cpp.tar

    0下载:
  2. 系统调用拷贝函数 本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传-System call function copy of the procedures adopted by Linux system calls to file copy, if changes must support HTTP
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:618
    • 提供者:xp
  1. monitorfile

    0下载:
  2. Linux 平台下 ,监视文件的增加,删除,修改,监视文件夹和文件夹下的文件。将记录写入日志文件-Linux platform, the surveillance documents to add, delete, modify, monitor folders and files under the folder. Will be recorded into the log file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:9349
    • 提供者:周媛
  1. qt3Xforlinux

    0下载:
  2. QT3.X系列在LINUX 2.6内核中的配置、修改及安装,实现了从ARM 交叉编译环境到目标板移植的整个过程在LINUX系统文件的配置。-QT3.X Series LINUX 2.6 kernel configuration, modification and installation, to achieve cross compiler from ARM target board environment to the entire process of transplantation LIN
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:9810
    • 提供者:Xie QM
  1. www

    0下载:
  2. PC上成功移植到linux下的boa服务器,解压后将boa和boa_indexer复制到bin目录下,然后将boa.conf配置文件里的相应的带www的路径修改为你自己存放的当前的绝对路径即可。目录里面带有详细的移植文档。-Successfully ported to PC under linux server boa, boa and after decompression boa_indexer directory copied to the bin, and then boa.conf c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:100568
    • 提供者:laf
  1. Linux

    0下载:
  2. 安装完Linux操作系统后应该做的事情1. 启动系统 2. 用户登录 3. 修改口令 4. 退出登录 5. 关闭机器 6. 虚拟控制台 文件与目录操作 1. 文件名与文件类型 2. 目录结构 显示文件内容 1) cat命令 2) more命令 3) less命令 -After you have installed Linux operating system should do 1. Start System 2. User Login 3.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:735364
    • 提供者:lili
  1. pyinotify

    0下载:
  2. 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1731
    • 提供者:wuyou
  1. linuxdir

    0下载:
  2. linux遍历目录,能够修改成查找某个文件。或者某个目录,并且记录当前的路径。-linux traverse directory, can be modified to search for a file. Or a directory, and the record of the current path.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4277
    • 提供者:xiong
  1. inotify-tools-3.13.tar

    0下载:
  2. 这是Linux上的Inotify的重要工具补丁,可以使用户使用Inotify来探测文件/目录修改-This is Linux, an important tool for the Inotify patch that allows users to use Inotify to detect the file/directory changes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:389473
    • 提供者:猪啊
  1. chfiledate

    0下载:
  2. 按照文件名里的日期信息,批量修改文件的修改日期。文件名的格式是××××××××××YYYYMMDD.log-In accordance with the file name where the date information, batch change file modified date. File name format is ×××××××××× YYYYMMDD.log
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2972
    • 提供者:ma2
  1. CurriculumDesignCompilingLinuxKernel

    0下载:
  2. 编译linux内核,向内核添加系统调用源码和报告。操作系统的一个课程设计,修改内核源代码,向内核文件中增加系统调用;重新编译内核;编程调用自己创建的系统调用;图文并茂,花了两天时间才顺利做完,拿来分享,希望能帮助看到的朋友顺利编译内核。 -Compiling linux kernel, add the system calls to the kernel source code and reports. Operating system, a curriculum design, modif
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:322836
    • 提供者:wang can
  1. ipv6

    0下载:
  2. linux内核模式下运行的hello,world程序,ubantu下可运行,调试时需要修改makefile文件-linux kernel mode running hello, world program, ubantu the next run, debug files when you need to modify the makefile
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:908
    • 提供者:liliang
  1. socket

    0下载:
  2. Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:50464
    • 提供者:沧海一笑
  1. source

    0下载:
  2. 编译说明 1:需要的基本软件包 gtk+-2.0 libxml 2:编译选项 PREFIX:软件安装位置 CONFIG_FILE:软件配置文件位置 3:编译步骤 make sudo make install 4:使用说明 本程序需要root权限,用sudo执行它 第一次运行会弹出配置对话框,点击确定即保存配置。 5:常见问题 1)对话框提示网络发生错误: 查看命令行输出的调试信息,根据错误信息来确定出错原因。常见错误:无效的网卡=>需
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:188125
    • 提供者:李彦勇
  1. soundSaveTowav_2

    1下载:
  2. 在linux系统采集音频数据并保存为wav文件,发了好长时间才调通的。默认时间为15秒,可稍加修改无限录音保存。-Under linux capture data from the audio and save to the wave file.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-05-10
    • 文件大小:3790
    • 提供者:juyaoyong
  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. subversion-1.6.6.tar

    0下载:
  2. svn文件管理软件,解决了文件的修改很乱问题
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:7535705
    • 提供者:zhouxy
  1. Linux

    0下载:
  2. 命名管道,时间修改,客户端服务器的通讯,文件间的拷贝-Named pipes, time changes, client-server communications, file copy between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1975
    • 提供者:jin
  1. EssentialsOfGrub2

    0下载:
  2. 内容包括: 一、 grub 2 新特性 二、 grub 2 安装与启动 三、 grub 2 配置文件详解 四、脚本修改 五、使用 grub 2 常见错误及修复方法-自动翻译内容: 1, grub 2 new features 2, grub 2 to install and start the third, grub 2 configuration file Xiangjie four, five scr ipt changes, using grub 2 common
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:504189
    • 提供者:xiaofang
« 1 2 34 5 6 »
搜珍网 www.dssz.com