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

搜索资源列表

  1. extbook-sample

    0下载:
  2. 深入浅出Ext JS 源码 例子十分详细易懂,非常适合初学者-Ext JS easy source easy-to-understand examples of very detailed, very suitable for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5972695
    • 提供者:谢莹
  1. socket_html

    0下载:
  2. 利用SOCKET编程做的一个获取html源码的程序,没有请求网页上的资源。用c语言写的。-SOCKET programming done using a process access to html source code, there is no request for the resources page. Written by c language.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:steven100z
  1. http

    0下载:
  2. windows mobile上面实现的http协议,主要用于下载的,功能完全,包括http头解析等所有操作,稳定安全,在很多商业项目上面有所使用-windows mobile the http protocol to achieve the above, is mainly used to download and fully functional, including all http header analysis operation, stability, security, in man
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:426888
    • 提供者:jesse zhao
  1. t-2.0.15.tar

    0下载:
  2. 功能较全面的反汇编器:反汇编器ht-2.0.15.tar.gz,而且是开源的,适合定量裁剪-Function of a more comprehensive anti-assembler: assembler anti-ht-2.0.15.tar.gz, and is open source, suitable for quantitative cut
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1061739
    • 提供者:zhaozhongshu
  1. StaticTree

    0下载:
  2. 静态树,直接打开就HTML能使用,如需修改,只要修改HTML文件就可以,例如加入超连接-Static tree, open the HTML can be directly used for modifications, as long as the HTML document can be modified, for example, by adding super-connected
  3. 所属分类:TreeView

    • 发布日期:2017-04-16
    • 文件大小:19421
    • 提供者:何敬东
  1. Childgivingstring

    0下载:
  2. 求子字符串,如字符串为hart,则子字符串会显示为h,ha,har,hart,hat,hr,hrt,ht,a,ar,art,r,rt,t。显示是有规则的,从a开始,是去掉ha的h。-Child-giving strings, such as the string for the hart, the sub-string will be shown as h, ha, har, hart, hat, hr, hrt, ht, a, ar, art, r, rt, t. Show that ther
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:901
    • 提供者:angle
  1. HT

    0下载:
  2. 这是数据结构学习过程中的实验 关于哈弗曼的编码和译码。 算法还有待改进-This is the data structure of the learning process of the experiment on the encoding and decoding哈弗曼.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1934
    • 提供者:陈文取
  1. MFCFTP

    0下载:
  2. 一个功能完美的FTP客户端,支持断点续传。支持多线程-ftp client, ftp client, ftp client, ftp client, ftp client,
  3. 所属分类:Ftp Client

    • 发布日期:2017-05-20
    • 文件大小:5655421
    • 提供者:wei
  1. linux_c_http_get

    0下载:
  2. linux 纯C(geturl)获取网页原码并保留在本地-linux c geturl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:5341
    • 提供者:bosoft
  1. CBJ

    0下载:
  2. HT手持机源代码下载(可能有部分头文件缺失)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:16099
    • 提供者:小虎
  1. 0318_zhaoyu

    0下载:
  2. 一个简单的html+javascr ipt静态页面-A simple static html+ javascr ipt pages
  3. 所属分类:ComboBox

    • 发布日期:2017-04-14
    • 文件大小:4041
    • 提供者:赵宇
  1. Socket

    0下载:
  2. CSocket获取http响应包。重载CSocket的收包函数;根据输入http地址发送http请求。-CSocket access http response packet. Overloaded functions CSocket admission package under the Importation of http address to send http request.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7386621
    • 提供者:liaoxin
  1. javarightdesign

    0下载:
  2. 权限设计文 档档 权限设计文 档 -java right design,java rigjava right design,ht design,
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:143594
    • 提供者:d
  1. library

    0下载:
  2. Java版图书馆管理系统。源代码和可执行程序都在。-Java version of the library management system. Source code and executable programs are in operation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:531597
    • 提供者:清蛋
  1. hftree

    0下载:
  2. 一开始将所有的2n-1个节点的parent,lchild,rchild都赋初值-1 对于每个非叶子节点ht[i](存放在ht[n]~ht[2n-1]中),从h[0]~ht[i-1]中找到两个最小的且parent=-1(即还未加入到haffuman树中的节点,设为smin,fmin)作为ht[i]左右孩子,并且修改ht[i]的权值ht[i].w=ht[smin].w+ht[fmin].w 如此反复直到所有非叶子节点均已处理完 树的结点元素类型如下 struct htnode
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1954
    • 提供者:自由鸟
  1. SMS_Http

    0下载:
  2. 对http协议的简单应用,可以做http协议开发的参考.-http program
  3. 所属分类:SMS

    • 发布日期:2017-04-04
    • 文件大小:3706
    • 提供者:
  1. gps

    0下载:
  2. gpsdao导航 恨歌和横衡和与据[里[-gpsgyjikl sggrhg ddh r ht
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1175
    • 提供者:zhangdi
  1. ImageProcessing-CircleDetection-RenatoSalas_final

    0下载:
  2. The present report outlines the design, implementation and performance of the application of Hough Transform (HT) to detect circles in arbitrary pictures. Detecting circles in arbitrary pictures involves a two step process in this project. First,
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1108062
    • 提供者:donna
  1. pp

    0下载:
  2. 操作系统是控制其他程序运行,管理系统资源并为用户提供操作界面的系统软件的集合。操作系统(英语;Operating System,简称OS)是一管理电脑硬件与软件资源的程序,同时也是计算机系统的内核与基石。操作系统身负诸如管理与配置内存、决定系统资源供需的优先次序、控制输入与输出设备、操作网络与管理文件系统等基本事务。操作系统是管理计算机系统的全部硬件资源包括软件资源及数据资源 控制程序运行 改善人机界面 为其它应用软件提供支持等,使计算机系统所有资源最大限度地发挥作用,为用户提供方便的、有效的、
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:zuozuo
  1. USB

    0下载:
  2. usb 音箱原理图 实用易学,很容易的做出自己的小音箱-usb Audio Schematic diagram
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:385798
    • 提供者:杨帆
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »
搜珍网 www.dssz.com