CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 序列

搜索资源列表

  1. testStack

    0下载:
  2. 测试从1-n的出栈序列的合法性 非法序列列举:3 1 2,1 4 2 3,2 4 1 3,3 4 1 2,3 1 2 4。-Test 1-n from the stack sequence of the legality of the illegal sequence listed: 3 1 2,1 4 2 3,2 4 1 3,3 4 1 2,3 1 2 4.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:714
    • 提供者:storm_knight
  1. 1

    0下载:
  2. 用双向链表实现快速排序的递归算法,输出排序完的序列-The realization of two-way linked list with recursive quick sort algorithm, sort the output end of the sequence
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:89789
    • 提供者:wangjing
  1. IsSubString

    0下载:
  2. 给定两个字符串str1与str2,判断str1是否是str2的子序列。ACM程序设计题目-Given two strings str1 and str2, to determine whether str1 is str2 sub-sequence. ACM Programming Title
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:3564
    • 提供者:zhlohi
  1. convert

    0下载:
  2. 分别计算岁差,章动,自转,极移矩阵。章动基于1980章动序列 ,一个小程序。-Calculation of precession nutation polar motion rotation matrix
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-25
    • 文件大小:973120
    • 提供者:lpc
  1. SerialNumberProtection

    0下载:
  2. 这个程序很不错,根据用户电脑的硬件(硬盘)序列号生成唯一软件注册码,不用再怕你的软件被破解发愁了。并可以对注册码进行二次加工,比如将生成的注册码按字母倒排、顺排互换、数字交换、分离和变形等,最终形成正式的注册码。-This procedure is very good, according to a user' s computer hardware (hard drive) the only software to generate a serial number registratio
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:10136
    • 提供者:749
  1. array

    0下载:
  2. 算法的一种,找出两个字符序列中最长的共同子序列,并输出。-An algorithm to identify the two character sequence of the longest common subsequence, and output.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:570
    • 提供者:郑渤龙
  1. disanti

    0下载:
  2. (1)自选存储结构,输入含n个顶点(用字符表示顶点名称)和e条边的图G; (2)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS(深度优先)顶点序列(提示:使用栈实现DFS); (3)指定任意顶点x为初始顶点,对图G作BFS(广度遍历),输出BFS顶点序列(提示:使用队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及与之相关连的边,并作DFS遍历(执行操作3);否则输出信息“不存在x”; (6)判断图G是否是连通图,输出信息“YES”/“NO
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2734
    • 提供者:涂舒
  1. BTree

    0下载:
  2. 本程序采用扩展先序遍历序列的办法建立二叉树,并能实现二叉树的前,中,后和层遍历以及求深度的简单操作。-This procedure used to expand first traversal sequence to set up binary tree and binary tree to realize the before, during and after and the depth of layer traversal, as well as for simple operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:8337
    • 提供者:
  1. Drawing

    0下载:
  2. 学习文档与视图的小例子!包括对象序列化功能!-Study documents and view a small example! Including the object serialization feature!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:60030
    • 提供者:uryph
  1. wbar

    0下载:
  2. 这是用C写的一个小应用程序,功能是将最常用的应用程序列在Wyatt Bar中,方便用户启动这些应用程序,类似于IE 4+中的“快速启动工具栏”。-IE bar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:20826
    • 提供者:王珂
  1. train

    0下载:
  2. 模拟堆栈输出从1到n的所有可能输出序列,并输出这些数列的总数-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1128262
    • 提供者:zln
  1. ckzck

    0下载:
  2. 软件的注册加密,通过读出MAC 和硬盘序列号加密-Registration encryption software
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:20681
    • 提供者:lhl
  1. button

    0下载:
  2. 灰色按钮激活器.你可能会遇到在安装某些软件的时候要求你输入序列号之类的,如果不输入,则“下一步”这个按钮是灰色的,无法点击它,程序也就无法安装。使用这个小程序,你可以畅通无阻!但要记住,上有政策,下有对策,也可能过了今天,人家就会防止这样了。不过,它可以给你一个思路,理解了,就不怕了,什么有限制的软件在你手上都成正版的了。-Gray button to activate the device. You may have installed some software when you enter
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:4809
    • 提供者:621
  1. GetHDSerialNB

    1下载:
  2. 硬盘序列号具有唯一性,这个小程序讲述了如何用VC读取硬盘的序列号。-This little application tell you how to use VC6 to read serial number of computer disk.
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-11
    • 文件大小:34587
    • 提供者:abcdefgh0101
  1. tuopu

    0下载:
  2. 拓扑排序:对给定的AOV网判断网中是否存在环,检测的办法是对有向图构造其顶点的拓扑有序序列,若网中所有顶点都在它的拓扑有序序列中,则该AOV网中必定不存在环。在拓扑排序的基础上实现关键路径的的求解。-Topological Sort: AOV of a given network to determine the existence of ring network to detect the approach is the directed graph topological structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:243516
    • 提供者:feixue_12
  1. tu

    1下载:
  2. 以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列。 -To the adjacent table for the storage structures, to achieve connectivity of undirected graph depth-first and breadth-first traversal. To user-specified node as a starting point, respective
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:150597
    • 提供者:feixue_12
  1. yffx

    0下载:
  2. 语法分析 C2.1 实验目的 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析. C2.2 实验要求 利用C语言编制递归下降分析程序,并对简单语言进行语法分析. C2.2.1待分析的简单语言的语法 用扩充的BNF表示如下: (1)<程序>::=begin<语句串>end (2)<语句串>::=<语句>{ <语句>} (3)<语句>::=<赋值语句>
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:337298
    • 提供者:zhangjuan
  1. yyfx

    0下载:
  2. 实验目的 通过上机实习,加深对语法制导翻译原理的理解,掌握将语法分析所识别的语法成分变换为中间代码的语义翻译方法. 实验要求 采用递归下降语法制导翻译法,对算术表达式、赋值语句进行语义分析并生成四元式序列。 实验的输入和输出 输入是语法分析提供的正确的单词串,输出为三地址指令形式的四元式序列。 例如:对于语句串 begin a:=2+3*4 x:=(a+b)/c end# 输出的三地址指令如下: (1) t1=3*4 (2) t2=2+t1 (3
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:179904
    • 提供者:zhangjuan
  1. CDMA-2USER

    1下载:
  2. 二用户CDMA系统,信道为加性高斯信道,使用BPSK调制,15位M序列扩频,可以正确解扩解调。 输出为2用户的基带信号、扩频信号、PSK调制信号、解调信号的时域和频域特性,给出两个用户分别的误码率。 -Second, the user CDMA system, channel for the additive Gaussian channel, using BPSK modulation, 15 M Sequence Spread Spectrum, you can correct demo
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:190347
    • 提供者:哈哈
  1. lorenz_ext

    1下载:
  2. m为嵌入空间维数 tau为时间延迟 data为输入时间序列 N为时间序列长度 X为输出,是m*M维矩阵- M for the embedding space dimension tau is the time delay for the input data time series N for the time series length of X to output, is m* M-dimensional matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:684
    • 提供者:allanchou
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com