CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - unix linux

搜索资源列表

  1. flist

    0下载:
  2. 一个在unix/linux下遍历目录的程序,它使用递归方式进行实现的.-a unix/linux directory traversal under the procedures it uses recursive manner to achieve.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:961
    • 提供者:thfirs
  1. Linux-program

    1下载:
  2. 主要介绍UNIX环境高级编程和基于Linux0.12内核完全剖析,适合Linux高手学习使用。-Introduces high-level programming environment for UNIX-based and completely analyze Linux0.12 kernel for Linux experts to learn to use.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-30
    • 文件大小:13203456
    • 提供者:徐节龙
  1. LINUX-and-UNIX-Shell

    0下载:
  2. LINUX与UNIX Shell编程指南-LINUX and UNIX Shell Programming Guide
  3. 所属分类:software engineering

    • 发布日期:2017-06-12
    • 文件大小:20254059
    • 提供者:huang furu
  1. Advanced-Linux-Programming-2001

    0下载:
  2. 高级unix编程,一本经典的unix编程书籍-Advanced unix programming, a classic unix programming books
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:6235074
    • 提供者:austin
  1. thread

    0下载:
  2. unix/linux下开发的线程基类。业务类可以派生此类,来实现多线程编程。-Under unix/linux development thread base class. Business class can derive such, to achieve multi-threaded programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2012
    • 提供者:shenyj
  1. dis51.tar

    3下载:
  2. 51单片机 反汇编 原码 Unix Linux 适用-disasmble 51 for 8051 series source code in Unix Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:16354
    • 提供者:
  1. sqlit

    0下载:
  2. 基于unix linux 的sqlite c编程,对数据库进行查询,遍历等-Sqlite c programming based on Unix, Linux, the database query, traversing, and so on
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2226555
    • 提供者:hejie
  1. 2

    0下载:
  2. 实现unix linux xml简单数据的操作。创建,网络发送,解析等-The operation of Unix Linux simple XML data.Create, send, resolution, etc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:20582
    • 提供者:hejie
  1. CronTab.Service

    0下载:
  2. windows下的crontab,模仿unix/linux环境下的crontab,可以方便的配置脚本,执行程序 时间粒度细化到每分钟.-crontab windows under imitate unix crontab/linux environment, you can easily configure scr ipt execution time granularity down to every minute.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-29
    • 文件大小:12092966
    • 提供者:宁国斌
  1. NiuXcms_v1.0.5

    0下载:
  2. 牛叉内容管理系统(NiuXcms) ,一款运行于PHP+MySQL平台的CMS系统1、确认您的PHP版本5.20以上、Mysql版本5.0以上、已上传完整的程序文件!!!   2、确认已设置正确程序文件的读写权限!!!   (Unix/Linux等非Windows操作系统主机使用FTP软件登录您的服务器,将本目录、以及该目录下面的所有目录、文件的属性设置为0755或0777。Windows操作系统主机一般无需修改。如需修改请设置internet来宾帐户可读写属性。   3、确认
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-12
    • 文件大小:3024430
    • 提供者:fpudn61
  1. linux-rat

    0下载:
  2. liunx/unix的远程控制软件源代码-Remote liunx/unix source code control software
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:27713
    • 提供者:阿斌
  1. FileUtil

    0下载:
  2. 一个常用的Java文件操作类FileUtil.java源代码,类中的所有方法都是静态方法,不需要生成此类的实例,这些Java文件操作类主要有修改文件的最后访问时间、判断指定的文件是否存在、创建指定的目录、清空指定目录中的文件、删除指定目录及其中的所有内容、列出目录中的所有内容,包括其子目录中、将目录中的内容添加到列表、返回文件的URL地址、从文件路径得到文件名、将DOS/Windows格式的路径转换为UNIX/Linux格式的路径、得到文件类型和文件名、得到路径分隔符在文件路径中指定位置后首次出
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:4756
    • 提供者:rpudn65
  1. tel

    0下载:
  2. 实现电信协同拨号算法,可实现路由共享。可在unix,linux,widows平台。Qt开发-Telecommunications cooperative dialing algorithm can achieve the route sharing. In unix, linux, widows platform. Qt Development
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:14049050
    • 提供者:李扬
  1. linux

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。在Linux下实现: ◦ 使用fork()/execv()来创建进程运行程序 ◦ 使用wait()等待新创建的进程结束 ◦ 调用gettimeofday()来获取时间 -Design and implementation of Unix " time" command. " Myti
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:768
    • 提供者:wenchangwei
  1. UNIX-environment-of-CPP-programming

    0下载:
  2. 这个一个非常不错的Unix和linux的学习文档,假如你想在linux的c++下有所突破,请参考下面的资料-This is a very good learning Unix and Linux documentation, if you want to breakthrough Linux c++, please refer to the below information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:710618
    • 提供者:wangkun
  1. Advanced-Programming-in-the-UNIX-Environment-

    0下载:
  2. The changes to UNIX programming that have taken place since 1985 are extensive to say the least. The first edition of Advanced UNIX Programming is still used and considered to be a must have book on any UNIX programmer s shelf. With this new edition
  3. 所属分类:Development Research

    • 发布日期:2017-05-19
    • 文件大小:5400668
    • 提供者:摇科
  1. Project1.c

    0下载:
  2. Write a C program (on a Unix/Linux system) that counts and displays the number of words, non-white space characters, and/or lines in a text file. The name of the input file is to be provided to the program as a command line argument. In addition, the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:aaron7pm
  1. udp_communicator

    0下载:
  2. A simple UDP client-server communicator written in C for Unix-Linux platform.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5955
    • 提供者:starkpl
  1. Linux-operator-new-delete

    0下载:
  2. 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:297462
    • 提供者:王位
  1. YYDIR.COM

    0下载:
  2. YY分类目录是个跨平台的开源软件,适用于Unix、Linux、FreeBSD及微软 Windows 2000/2003/2008 等各种服务器环境,基于PHP+MYSQL开发构建的开源网站分类目录管理系统,具有操作简单、功能强大、稳定性好、扩展性及安全性强、二次开发及后期维护方便,可以帮您迅速、轻松地构建起一个强大、专业的分类目录或网址导航网站。 服务器环境要求: PHP版本:推荐用 5.0 及以上 Mysql版本:推荐用5.0 及以上 安装方法: 将源码包下载解
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1092822
    • 提供者:269406793
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com