搜索资源列表
LCSandLCIS
- 最长递增序列和最长公共递增子序列的实现,很好,经测试验证,代码清晰。-Increasing the longest sequence and the longest sequence of public increments to achieve very good, have been tested to verify, code clarity.
qiuduanwenzuichangdanci
- 利用VB语言从一篇短文中找出最长的单词,简单有效-From an essay using VB language to find the longest word in a simple and effective
DES
- DES,上一代标准数据加密算法,是寿命最长的一种加密算法,至今依旧被人广为使用。-DES, on the generation of standard data encryption algorithm, is the longest life expectancy of an encryption algorithm, it is still being widely used.
11
- 算法分析 C语言编程实现最长公共子序列的源代码-C language programming source code of the longest common subsequence
long
- 主要是来求两个字符串的最长公共子序列,字符串在代码中已给出-Is to seek the longest common subsequence of two strings, the string has been given in the code
scommtest
- 等待RS字符串返回,或是时间到达 Comm是通信控件名称 RS是欲等待的字符 DT是最长的等待时间 正常时返回值是所得的完整字符串,不正常时返回值是空字符串-' Waiting for RS strings to return, or the time to reach the' Comm is a communication control name ' RS is the character you want to wait' DT is
1_bala
- 利用c语言,巧解符号平衡问题,即求出最长符号平衡段的长度-Using c language Solving symbol balance, ie find the longest length of the segment symbols balanced
STRING
- 使用分治思想,利用C语言,求得最长公共子串问题-Using Divide and Conquer, using C language, and seek the longest common subsequence problem
spi-bcm53xx
- The longest observed required wait was 19 ms.
xfs_alloc_btree
- Update the longest extent in the AGF.
pingfang
- 给出包含M个数字的列表,和列表中所有数字的所有质因数。求出最长的子列表,使得子列表中所有数字的乘积是一个完全平方数。- Lists contain M numbers, and all the quality factor all numbers in the list. Find the longest sub list, make the product of all digital sub in the list
lexical-analyzer
- 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符
xfs_discard
- Look up the longest btree in the AGF and start with it.
symbol
- Choose the symbol with the longest name.
evp
- longest known is SHA512.
rbt_set
- Length of the longest preceding context.
aesdlg
- 加密文件的小工具,用AES算法,加密程度可选,最长密码32字节-Encrypted file of small tools, using AES algorithm, optional encryption degree and the longest password 32 bytes
apengge-TrickyMemoryAllocator-master
- 用于解决频繁申请内存的碎片问题。只归还最久未使用的内存快,尽量减少操作系统分配和释放内存的次数。-Used to solve the frequent application of memory debris problems. Only return the longest unused memory fast, to minimize the number of operating system allocation and release of memory.
2
- 2. Longest Common Subsequence (LCS). The following are some instances. a) X: xzyzzyx Y: zxyyzxz b) X: ALLAAQANKESSSESFISRLLAIVAD Y: KLQKKLAETEKRCTLLAAQANKENSNESFISRLLAIVAG 求最长公共子序列 -2. Longest Common Subsequence (LCS). The following are