搜索资源列表

  1. OA

    0下载:
  2. B/S的OA,学习不错,用ASP.NET跟C#-err
  3. 所属分类:WEB源码

    • 发布日期:2024-05-20
    • 文件大小:283648
    • 提供者:不知道
  1. DS_BTree

    0下载:
  2. 数据结构中B-树经典算法的可视化执行程序-Data structure in the classic B-tree algorithm visualization procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1095680
    • 提供者:大宝
  1. HanZiXianShiQi

    0下载:
  2. 该题目要求使用LED16*16显示矩阵设计接口滚动显示汉字。使用8255把cpu与显示外设LED联系起来。16*16LED是16列阴极连在一起,16列阳极连在一起的256个二极管矩阵,当阳极为高电平,阴极为低电平时,二极管发光。通过8255的A口接前8列,高电平有效,C口接后8列,高电平有效,B口接前8行,低电平有效。-The subject requires the use of LED16* 16 show that the des
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:67584
    • 提供者:zhang shun
  1. H264DEC2.0(stone).zip

    0下载:
  2. H.264 decoder include b or no b fr a me decode and include cabac or uvlc decode 100% work by Jesse Stone taiwan,H.264 decoder include b or no b fr a me decode and include cabac or uvlc decode100 work by Jesse Stone taiw
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-20
    • 文件大小:1912832
    • 提供者:小誠
  1. BxTree

    0下载:
  2. Here is a demo on B plus tree~
  3. 所属分类:TreeView控件

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:Chan Fuk Wai
  1. BPlusTree

    0下载:
  2. B+树的演示程序,在vs.net 2003 下编译通过。是数据库基础的课程设计。-B+ Tree demo program in vs.net 2003 adopted under the compiler. Is a database-based curriculum design.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1523712
    • 提供者:赵瑞峰
  1. My_B_tree

    0下载:
  2. B树的实现以及图形化显示,实现B树的插入、删除、显示-B-tree, as well as realize graphical display, the realization of B-tree insertion, deletion, indicating
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2011136
    • 提供者:林文
  1. btree

    0下载:
  2. 实现B树,并在MFC中将其画出。 B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.屏幕图形化的显示。 -Realize B tree, and MFC will be the draw. B tree express and realize the basic operations. 1. Grasp the B-tree storage structure. 2
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1916928
    • 提供者:beastman
  1. Btree

    0下载:
  2. 超大规模集成电路设计中,布图规划的布局表示B*-tree和相应算法的实现,在linux环境中编译运行-VLSI design, floorplanning express the layout and the corresponding B*- tree algorithm, in the linux environment running the compiler
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:221184
    • 提供者:陈望川
  1. wordanalysis

    0下载:
  2. 、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:dujuan
  1. InverseIndex

    0下载:
  2. 使用B+树实现文件倒排索引,查找关键词染色,根据出现频率排序-The use of B+ Tree file inverted index to find keywords staining, according to frequency of occurrence order
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:4994048
    • 提供者:chenqi
  1. divi

    0下载:
  2. 正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b之间约数个数最多的数x。 对于给定的2 个正整数a≤b,编程计算a 和b 之间约数个数最多的数。 数据输入 输入数据由文件名为input.txt的文本文件提供。文件的第1 行有2 个正整数a和b。 结果输出 程序运行结束时
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:林雨
  1. btree

    0下载:
  2. 1.B树的实现 2.ElfHash的实现 3.三种排序方式(插入,归并,快速)-1.B tree 2.ElfHash to achieve the realization of 3. Three Sort by (insert, merging, fast)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:yuyuanming
  1. b_plus_tree

    0下载:
  2. b+树的实现和测试,模拟磁盘文件工作。一门课程的project。-b+ tree realization and testing, analog disk paperwork. A curriculum project.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1160192
    • 提供者:俞凌杰
  1. bMinusTree

    0下载:
  2. b-树的增加,删除,已对八百万个数据进行过测试,而且是对多个M值-b-tree to add, delete, 8,000,000 have been tested data, but also on a number of M values
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:杨毅
  1. b+

    0下载:
  2. b+ tree code implementation and insertion deletion
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:harshit
  1. b+

    0下载:
  2. bplus tree insertion deletion
  3. 所属分类:TreeView控件

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:harshit
  1. B_Trees

    0下载:
  2. b-树用于文件的搜索和查找功能相当的很有好处我们要好好的学习-b tree is a very good tree,please downloand it and you w ll get it!!!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1610752
    • 提供者:小小
  1. b+tree_unix

    0下载:
  2. The program is implementing famius B+-tree data structure
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:dandyIII
  1. ab-tree

    0下载:
  2. (a,b) tree with finger search
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:Chrysanthos
« 1 2 3 4 5 6 78 9 10 11 12 ... 30 »

源码中国 www.ymcn.org