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

搜索资源列表

  1. d4x-2.5.5tar

    0下载:
  2. Downloader是一款在Xterm下加快下载FTP.HTTP的服务器软件,类似WindownsFlashGet的快速下载软件。可以支持多用户连接以及重连接。 -Downloader is one of the Xterm FTP.HTTP faster downloading the server software, similar to the rapid WindownsFlashGet download software. Support for multiple users to
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2019925
    • 提供者:陆红
  1. Linux1

    0下载:
  2. Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep \"Jun 27\" | grep 1998 下面这个scr ipt,存成一个符合规则名字的文件,置上x属性就行了。 -Shell source : find search for a particular day in the paper A = ~ find - print | ls-l -- full-
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3161
    • 提供者:姚璇
  1. wymxlyytcy-HAXINU-minigui-libminigui-str-1.6.2.tar

    0下载:
  2. Minigui 的嵌入式图形用户接口的库源码,linux 下 minigui 使用源码之一-Minigui embedded graphical user interface library source code, the use of Linux source code under one of MiniGUI
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:956643
    • 提供者:张雨田
  1. wymxlyytcy-HAXINU-minigui-minigui-res-str-1.6.tar.

    0下载:
  2. Minigui 的嵌入式图形用户界面的资源库源码,linux 下 minigui 使用源码之一-Minigui embedded graphical user interface library resources source, the use of Linux source code under one of MiniGUI
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:356295
    • 提供者:张雨田
  1. 算法2

    0下载:
  2. 还是一个银行家算法,不过这一个要更加深奥这个可厉害啊 -or a banker's algorithm, but this one should be more difficult this can be powerful ah
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3221
    • 提供者:小宫
  1. bt2.0

    0下载:
  2. bt小偷源码虽然定级为小偷,却带有自动更新,自动采集下载,生成HTML功能。 但所有页面,一经访客访问过,即生成本地HTML,包括BT种子下载本地,刷新时间自由设定! 你要做的,就是改改广告代码就等着收广告费了-bt thieves source Although rated thief, with automatic updates, automatic acquisition download, generate HTML functions. But all the pages,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:26564
    • 提供者:时宁立
  1. 亲密数

    0下载:
  2. 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:姚紫欣
  1. zpeditor

    0下载:
  2. 这是我写的一个仿照linux下编辑器vim写的一个简单的全屏文本编辑器-This is the one I wrote under linux copied editor vim write a simple full-screen text editor
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:449026
    • 提供者:梁立平
  1. 信号量sem

    0下载:
  2. 这是自己写的一个关于经典ipc问题-读者写者的实现。(用信号量实现)-this is the one to write his classic IPS on the issue-the readers to write to achieve. (Using signal capacity achieved)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2774
    • 提供者:梁立平
  1. mmc_2440_handheld.org

    0下载:
  2. The sd/mmc driver of linux 2.4.20 , it is much better than the one form samsung (good performance)-The sd / -3.4 driver of Linux 2.4.20, it is much better than the one form samsung (good performance)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:371972
    • 提供者:謝喜源
  1. mmc_2410_handheld.org

    0下载:
  2. The sd/mmc driver for s3c2410, it is much better than the one from samsung-The sd / -3.4 driver for s3c2410. it is much better than the one from samsung
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:59488
    • 提供者:謝喜源
  1. Linux_socket_process

    0下载:
  2. 一个在linux实现进程通信的例子,使用socket技术,相信对想了解进程通信的人有用用途-one in the communication process to achieve example, the use of socket technology, I believe that to understand the communication process useful purpose
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2039
    • 提供者:陆天明
  1. XML-Parser-2.34.tar

    0下载:
  2. one of the linux gd libraries
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:229689
    • 提供者:符巍
  1. LINUX_system_manage_book

    0下载:
  2. 本书同时收录了Linux领域两位领导人物的作品—相当于“Linux 文档项目”的一个印刷版本,展示了Linux 核心概念及其基本结构。对于面向所有主流Linux子系统的支持与管理任务,本书都进行了恰到好处的讲解。涵盖的主题包括文件系统、目录、引导和关机、打印、网络兼容性、网络应用、网络登录、安全、用户账号、数据备份等等。此外,还针对TCP/IP网络、电子邮件、硬件问题以及网络的管理与配置,进行了专门讨论。 -the book contains a Linux two leading figure
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6519441
    • 提供者:asdfkh
  1. mcd-0[1].3h.tar

    0下载:
  2. mcdp 是一个的型的Linux下的CD播放器,提供了一个魔咒般的用户界面。它用dietlibc编译,支持最遥远/局部的cddb/freedb音轨数据。不同的播放方法和音量控制。-mcdp is one of the Linux-based CD players, providing a magic spell user interface. It used dietlibc compiler to support the most remote / local CDDB / FreeDB da
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:22236
    • 提供者:陈凯
  1. 2.For.Dummies.Linux.All-in-one.Desk.Reference.for.

    0下载:
  2. 电子书,傻瓜All-in-One系列丛书,《Linux桌面参考指南》。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:14081026
    • 提供者:duren
  1. Linux.All-in-one.Desk.Reference.for.Dummies.Feb.2

    0下载:
  2. (ebook) Linux.All-in-one.Desk.Reference.for.Dummies.Feb.2005.eBook-LinG.[sharethefiles.com].pdf
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:14185472
    • 提供者:nattadej
  1. LinuxC-programming-one-stop-learning

    0下载:
  2. LinuxC编程一站式学习,全面系统的讲解了如何在Linux下进行C语言编程。-LinuxC programming one-stop learning, comprehensive and systematic explanation of how the C language programming under Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4526789
    • 提供者:
  1. HTC-One-Toolkit-2.0---Squabbi

    0下载:
  2. An All In One toolkit for HTC ONE M7. Root your device, get root access, install apps etc-An All In One toolkit for HTC ONE M7. Root your device, get root access, install apps etc...
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2723811
    • 提供者:Fugs
  1. one-vs-rest

    0下载:
  2. sklearn中的ovr分类与自己撰写的ovr策略示例(the one-vs-rest strategy)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:王木木two
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com