Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - longest
Search - longest - List
双字节数据查表程序 输入数据(0-255)存放在21h中,同时21h为奇偶判断存储器 偶数查第一个表 奇数查第二个表 查表结果,高字节在r6,低字节在r7 注意:程序执行到表格时,一定要用跳转指令跳过表格,否则会把表格当作程序执行,出错 最长的定时时间为10mS@16MHz晶振 ;白菜奉献 -double byte data entry procedures (0-255) stored in 21h, while 21 h of judgment memory even parity check first table odd investigations second table look-up table, the high byte in r6, in the low byte r7 Note : procedures to form, we must employ Jump instructions to skip form Otherwise forms will be deemed to implement procedures that go wrong longest regular time for 10 mS @ 16MHz crystal oscillator; cabbage dedication
Date : 2008-10-13 Size : 1.91kb User : jinyulin

从输入的字符串中找到匹配字符串,修改也可以找到匹配的最长字符串-input from the string matching string found, changes can also find matching the longest string
Date : 2008-10-13 Size : 837byte User : 闫文博

双字节数据查表程序 输入数据(0-255)存放在21h中,同时21h为奇偶判断存储器 偶数查第一个表 奇数查第二个表 查表结果,高字节在r6,低字节在r7 注意:程序执行到表格时,一定要用跳转指令跳过表格,否则会把表格当作程序执行,出错 最长的定时时间为10mS@16MHz晶振 ;白菜奉献 -double byte data entry procedures (0-255) stored in 21h, while 21 h of judgment memory even parity check first table odd investigations second table look-up table, the high byte in r6, in the low byte r7 Note : procedures to form, we must employ Jump instructions to skip form Otherwise forms will be deemed to implement procedures that go wrong longest regular time for 10 mS @ 16MHz crystal oscillator; cabbage dedication
Date : 2025-12-26 Size : 2kb User : jinyulin

从输入的字符串中找到匹配字符串,修改也可以找到匹配的最长字符串-input from the string matching string found, changes can also find matching the longest string
Date : 2025-12-26 Size : 1kb User :

数据结构课程实验:求两个字符串的最长公共子串,附有算法和源代码,还有算法分析与总结-Experimental data structure: for two of the longest string of public substring with algorithms and source code, as well as algorithm analysis and summing up
Date : 2025-12-26 Size : 5kb User : huxiaolin

找出最长的回文子串,输出的第一行为找到的最长的回文字符串的长度。后面的行应该包括该字符串,字符串两边多余的空格和标点都不需要输出,但字符串中的空格、标点和换行则需要按照原样输出。-To find the longest palindrome substring of the first acts of the output to find the longest palindrome length of the string. Back row should include extra spaces and punctuation of the strings on both sides do not need to output the string, but the string of spaces, punctuation and line breaks as is output.
Date : 2025-12-26 Size : 1kb User : 赵灵儿

∏={8,7,4,2,5,1,9,3,10,6} f(j)以第j个元素Pi(j)为最后一个元素的最长增长子序列的长度。 f(j) = max{f(i)+1, 1}, a[i]<a[j], 0<i<j -Π = {8,7,4,2,5,1,9,3,10,6} f (j) to the j-th element Pi (j) is the last element of the longest length of the growth promoter sequence. f (j) = max {f (i)+1, 1}, a [i] <a[j], 0<i<j
Date : 2025-12-26 Size : 1kb User : 谭茜

最长公共子序列与最大字段和c语言版,具有图例说明结果-The longest common subsequence with maximum field and c language version, with Legend results
Date : 2025-12-26 Size : 169kb User : 王子彪

数据结构 C语言 编辑距离 相似度 最长公子串 -C language data structures son longest string edit distance similarity
Date : 2025-12-26 Size : 1kb User : 王八蛋

在主函数中输入一个字符串main_str,调用函数将main_str中最长的单词取出放入sub_str中(要求被调函数参数为main_str和sub_str),在主函数中输出结果字符串sub_str。假定输入的字符串main_str中单词以一个或多个空格分开。若有多个单词长度相同,输出最后一个。 -Enter in the main function of a string main_str, calling function will main_str the longest word out into sub_str (the called function parameters required for the main_str and sub_str), the output string sub_str in the main function. Assume that the input string main_str in one or more words separated by spaces. If more than one word of the same length, the output of the last one.
Date : 2025-12-26 Size : 82kb User : 陈琳

这是一个可以在一串单词中,选择最长的一个单词的程序。可以在C语言环境下运行-the longest word
Date : 2025-12-26 Size : 151kb User : 韩柯

该内容是动态规划最长公共子序列,读者可更具需求参考-The content is dynamic programming longest common subsequence, the reader can refer to more demand
Date : 2025-12-26 Size : 1kb User : 张宇
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.