CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 -

搜索资源列表

  1. split_bootimg

    0下载:
  2. Use this scr ipt to split the boot.img .So that we can seperate out the ramdisk from boot.img
  3. 所属分类:Software Testing

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:vijay
  1. localproxy-2.0.0.tar

    0下载:
  2. linux 下的proxy 代理,纯用python 写的,很不错- linux 下 proxy代理
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:10460
    • 提供者:wangshilong
  1. oscam_pack

    0下载:
  2. dream box oscam fu-dream box oscam full
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:7639040
    • 提供者:wippy
  1. wk8demo

    0下载:
  2. a few simple programs that teach you how to use python :)
  3. 所属分类:Software Testing

    • 发布日期:2017-12-07
    • 文件大小:5997
    • 提供者:Poozin
  1. ecn-syn-sims.tar

    0下载:
  2. test ecn in network simulator2
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:10722
    • 提供者:cacong
  1. dunken20121102

    0下载:
  2. TQ2440的UBOOT移植成果,支持NAND NOR 等启动 移植基于嵌入式之任我行-The TQ2440 UBOOT transplant outcomes, support NAND NOR Start transplantation based on embedded wind took
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:4536310
    • 提供者:
  1. dag

    0下载:
  2. """Return a list of nodes in topological sort order. - """Return a list of nodes in topological sort order.
  3. 所属分类:Software Testing

    • 发布日期:2017-12-03
    • 文件大小:1357
    • 提供者:serxi_1
  1. testdomain

    0下载:
  2. domain list test,mail mx A note 检测无效domain-domain list test, mail mx A note detecting invalid domain
  3. 所属分类:Software Testing

    • 发布日期:2017-11-25
    • 文件大小:913
    • 提供者:kangte
  1. Problem-Set-2

    0下载:
  2. This one of sample simple program of phyton. It is my problem set hed done by me.-This is one of sample simple program of phyton. It is my problem set hed done by me.
  3. 所属分类:software engineering

    • 发布日期:2017-11-04
    • 文件大小:1014
    • 提供者:Ghozali
  1. Problem-Set-3

    0下载:
  2. This one of sample simple program of phyton. It is my problem set hed done by me.-This is one of sample simple program of phyton. It is my problem set hed done by me.
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:542272
    • 提供者:Ghozali
  1. PYPOWER-4.0.1.tar

    0下载:
  2. PY power is good, good banget-PY power is good, good banget..
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:245500
    • 提供者:Muhamad Wahidi
  1. UnilaPSA-2012-11-14

    0下载:
  2. Software system anlysis
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:17189
    • 提供者:Muhamad Wahidi
  1. blog

    0下载:
  2. 用Django实现个人博客系统,具有个人注册,发表文章,文章分类,后台操作功能-Personal registration with Django personal blog, published an article, the article classification, background operation function
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:2592211
    • 提供者:lipu
  1. linux

    0下载:
  2. lamp 学习资料,包括 apache php mysql ftp svn等的 配置-lamp learing
  3. 所属分类:Project Design

    • 发布日期:2017-11-08
    • 文件大小:1966
    • 提供者:sh
  1. nws

    0下载:
  2. This document describes the design and implementation of a network worm simulation system, named "NWS". It also describes using the NWS system to model aspects of real world worms, and the results of those simulations.
  3. 所属分类:Project Design

    • 发布日期:2017-11-24
    • 文件大小:102867
    • 提供者:kiran
  1. gstreamer-1.0.5

    0下载:
  2. hello world. My first file on this site. This is gstreamer (http://gstreamer.freedesktop.org)
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:5981209
    • 提供者:sk
  1. fatfs

    0下载:
  2. 这是个模拟fat文件系统的程序,用socket套了一下实现了CS模式。linux可用,内附一个200M的文件可供测试-This is a simulation program of the fat file system, socket sets CS mode. linux is available, enclosing a 200M file available for testing
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:29835
    • 提供者:imhhliu
  1. bootloader-collection

    0下载:
  2. uboot合集,适合于2440.里面有两个文件夹,一个是mdk的,一个是uboot的源码-For uboot collection suitable for 2440
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:1508049
    • 提供者:福龙
  1. nlogn_sorts

    0下载:
  2. This file contains nlogn sorts quicksort and mergesort implemented in python. Very useful for students and those who want to better understand real examples of these nlogn sorts.
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:635
    • 提供者:jimmymyman
  1. inplace_sorts

    0下载:
  2. This file contains flagsort and a recursive quicksort implemented in python. Very useful for those who cannot find actual code outside of pseudocode.
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:652
    • 提供者:jimmymyman
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com