搜索资源列表

  1. Data-Structure-Course-Design-Huffman-coding

    0下载:
  2. 数据结构课程设计——霍夫曼编码(含有设计要求,需求分析,源代码)-Data Structure Course Design- Huffman coding (with the design requirements, requirements analysis, source code)
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:417792
    • 提供者:liu jian
  1. tree-structure

    0下载:
  2. delphi下显示与控制树形结构的代码,功能比较简单,可以再完善-delphi tree structure under the display and control of code, function relatively simple and can be improved
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-04-29
    • 文件大小:14336
    • 提供者:jack
  1. honeyte

    0下载:
  2. 应用平面波法模拟蜂窝状二维光子晶体的te模带隙结构-Application of plane-wave simulation of two-dimensional honeycomb photonic crystal band-gap structure of te model
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:zhxben
  1. torrsam

    0下载:
  2. A structure an motion toolkit in Matlab This document describes a set of Matlab functions for SAM (structure and motion recovery) its primary aim is to illustrate various methods developped over the past few years in t
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2282496
    • 提供者:rauchdi
  1. Ga

    0下载:
  2. 基于遗传算法的矩量法计算程序,用于优化天线结构-Based on genetic algorithm method of moments computer program for optimization of antenna structure
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:陈波
  1. Tree-structure-components

    0下载:
  2. 环境的搭建: 1、新建一个Web工程 2、将Enviroument下的smart个文件夹拷贝到工程的src下面 3、将Enviroument下的CssLib,scr iptLib,Icon文件夹拷贝到工程的WebRoot下面 4、在工程的src下新建一个包smart.css.treeview 5、将Source下的类拷贝到新建的包smart.css.treeview里面 6、将Jsp下的页面拷贝到工程
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:132096
    • 提供者:姜晓燕
  1. datastructureAndstl_sourcecode

    0下载:
  2. 《数据结构与STL》这本书中的源代码,希望对你看这本书有帮助。-the source code in 《data structure and STL》,i hope it can be helpful.
  3. 所属分类:书籍源码

    • 发布日期:2024-04-29
    • 文件大小:1977344
    • 提供者:sen
  1. structure

    0下载:
  2. 完成数据结构种算法的动态实现,很直观,是学习数据结构的好资料哦-The completion of the dynamic data structure algorithms to achieve, it is intuitive, a good data structure to learn the information oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:3886080
    • 提供者:jessie
  1. TireTree

    0下载:
  2. Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of string
  3. 所属分类:C#编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:youyu
  1. structure

    0下载:
  2. 数据结构二叉树实现代码:功能如下: (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure to achieve the code: Function is as follows: (1) Create a binary
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:189440
    • 提供者:lqs010203
  1. structure

    0下载:
  2. 结构体的实用学习资料,包括结构体数组初始化、结构体数组引用、指针变量输出结构体等-Structure of practical learning materials, including an array of structures initialization, an array of structures reference, a pointer variable is the output structure, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:SY
  1. TireTree

    0下载:
  2. Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of string
  3. 所属分类:C#编程

    • 发布日期:2024-04-29
    • 文件大小:55296
    • 提供者:youyu
  1. AirportSimulation

    0下载:
  2. 数据结构算法,三跑道飞机场模拟。 主要是队列的算法 内容包括: 实验报告 源码工程文件-Data structure algorithms, three runway airport simulation. The algorithm is mainly queue includes: experimental report source project file
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:26624
    • 提供者:张泽西
  1. Trie

    0下载:
  2. trie树的一个实现 trie树是在字符串匹配中常用的一种高效数据结构-trie tree trie tree is a realization of the string matching used in an efficient data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:515072
    • 提供者:袁梦
  1. TiffTest

    0下载:
  2. 本程序可实现tiff格式图像的的转换,基于VC++的编程,结构简洁-This procedure enables the conversion tiff format images, based on VC++ programming, simple structure,
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:6478848
    • 提供者:meimei
  1. truss

    0下载:
  2. 可以让用户输入桁架结构,程序自动运行计算受力分析-Allows users to enter the truss structure, the program automatically calculate stress analysis
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:89088
    • 提供者:tina
  1. imageDecomposition

    0下载:
  2. 图像分解,基于能量泛函的,将图像分解成结构和纹理-Image decomposition, based on energy functional, there will be broken down into the structure and texture image
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:2066432
    • 提供者:bai
  1. structure

    0下载:
  2. 用来传输结构体,结构体可以自己定义自己需要的结构,然后进行传输-Used to transmit structure, structure can define their own needs its own structure, and then transfer
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:20480
    • 提供者:琪琪
  1. bandstruct1d

    0下载:
  2. This a Matlab function that calculates the band structure for an one dimensional structure by means of PWE method. you will see more details about using it insid the file.-This is a Matlab function that calculates the ba
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:Mehdi
  1. cuongtv_53_hw01

    0下载:
  2. Write a program using Java language has the duty to read a text file and statistics of the words in the file. Programs need to use dynamic data structures (eg binary tree or linked list). Information about each word stor
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:cuongtv
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org