搜索资源列表

  1. sequencelist

    0下载:
  2. 本程序的功能是对一个初始值为连续数值,且起始为0的数组进行数据插入,数据删除,以及数据查找的操作。-this procedure is the function of an initial value of consecutive digits and initial 0 array for data insertion, delete data, and data search operation.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:45019
    • 提供者:季舟
  1. compositor_arithmetic

    0下载:
  2. 最近对排序算法的复习,包括直接插入排序,冒泡排序,选择排序,快速排序,归并排序,希尔排序。在VC6.0中测试通过并有简单原理说明-recent review of the sorting algorithms, including direct insertion sort, bubble sort, select Sort, quick sort, merge sort, Sort Hill. VC6.0 test in the ad
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:53381
    • 提供者:谢树扬
  1. student_and_sort

    0下载:
  2. 练习中所使用的学生成绩管理(TC)和TC实现的插入排序冒泡排序和二叉数的遍历-practice used by the students performance management (TC) and TC achieve insertion sorting and ranking Bubble number of two fork Traversing
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5355
    • 提供者:刘进
  1. OFDM-Simulation

    0下载:
  2. This about OFDM signal and its spectrum ( Guard Interval insertion )-OFDM signal and its spectrum ( Guard Interval insertion)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3924
    • 提供者:xiaoshuijun
  1. yinguoyun

    0下载:
  2. 学生信息管理系统,插入,删除,修改等功能全面的很内-student information management system, insertion, deletion, modification, and other functions within a very comprehensive
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:28266
    • 提供者:yinguoyun
  1. AVLTreefinal

    0下载:
  2. 演示动态平衡二叉树(AVL Tree)的系统.GUI环境,在Windows环境下运行,有二叉树的插入,增加,删除,修改,合并,分裂等功能.-demonstration dynamic binary tree (Tree AVL) system. GUI environment. in the Windows operating environment, a binary tree insertion, add, delete, modi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1802353
    • 提供者:有D
  1. TESTStatus

    0下载:
  2. java 卡平台上的典型程序,用来测试是否有智能卡卡插入,以便获得设备存在列表-java card platform typical procedure used to test whether there is intelligent Qa `qa insertion, There was equipment to the list
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:2924821
    • 提供者:liuhui
  1. lianbiaocaozuo

    0下载:
  2. 线性表的插入与删除.cpp : Defines the entry point for the console application.-linear Table insertion and deletion. Redirected : Defines the entry point for the console applica tion.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3085
    • 提供者:zhouwenjin
  1. InsertionSort

    0下载:
  2. 插入排序的VC实现-Insertion Sort of VC.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:8748
    • 提供者:张应
  1. SortTree

    0下载:
  2. 创建一棵二叉排序树,并采用中序遍历和层次遍历法输出其顶点序列,主要实验内容如下: 1. 定义二叉排序树的结构BiTree; 2. 编制二叉排序树的插入算法:void Insert_SortTree (BiTree ST, ElemType x); 3. 编制中序遍历函数; 4. 在main()函数中完成二叉排序树的建立,以及中序遍历的输出。(二叉排序树的各个元素从键盘输入,并利用Insert_SortTree()函数进行
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15247
    • 提供者:段苛苛
  1. charufa3

    0下载:
  2. 插入排序法.本代码用升序排序算法.在VC++6.0调试过,没有错误-insertion sort. The code used ascending sort algorithm. In VC + +6.0 debugging, without error
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:819
    • 提供者:fan
  1. hashfm

    0下载:
  2. 散列文件的插入、删除和查找操作的c++程序 HFile.idx是索引文件 HFile.dat是记录文件 HashFM.txt是运行结果-hash of the document insertion, delete and search operation c procedures HFile.idx is HFile.dat index files are documented H ashFM.txt is running
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4983
    • 提供者:丁丁
  1. picture123045

    0下载:
  2. 有向图的插入,删除,遍历。采用了相邻矩阵的存储方式。-a map to the insertion, deletion, traversal. Using a matrix of adjacent storage mode.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:42699
    • 提供者:魏宝
  1. Com_List

    0下载:
  2. 将链表的插入删除操作改为通用队列,实现插入删除操作-will delete operation to insert generic Queue achieve insertion deletion
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:911
    • 提供者:xianwei
  1. DirectInsertSort

    0下载:
  2. 实现直接插入排序 要求:封装成一个函数,形式如下:    void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array) 其中,参数bOrder是布尔类型变量,true表示升序,false表示降序       bPrintEveryStep表示是否把每一步的排序结果打印出来,true表示打印,false表示不打印 array是待排序的数
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:失业
  1. USBDriveDetector

    0下载:
  2. Detecting insertion and removal of removable drives in C#-Detecting insertion and removal of remova ble drives in C#
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:27863
    • 提供者:唐佳
  1. xiaoliang10101danlianbiao

    0下载:
  2. 单链表的操作(查找、删除、排序和插入). -single-chain operations (to identify, delete, sort and insertion).
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2202
    • 提供者:湖可
  1. 串的插入

    0下载:
  2. 串的插入算法程序实现-Series insertion algorithm Program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:216752
    • 提供者:黄均幸
  1. zsfk

    0下载:
  2. 如果顺序选取像素点进行信息隐藏,势必会造成图象各部分统计特征的不一致,而导致了严重的安全问题。载体的第一部分和第二部分,也就是修改的部分和没有修改的部分,具有不同的统计特性,增大了攻击者对秘密通信的可能性。为了解决这个问题,可以随机间隔选取像素序列。此嵌入与提取算法与前面一小节所描述的顺序隐秘的算法基本相同,只是在选取像素序列时不再顺序而是随机间隔的选取。-order if selected pixel information hidd
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:163670
    • 提供者:yubo
  1. E64_0230

    0下载:
  2. 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:41479
    • 提供者:苏言暖
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org