搜索资源列表
zhanheduiliedejibencaozu
- 数据结构栈和队列的基本操作及其应用。对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。
zhanheduiliedejibencaozu
- 数据结构栈和队列的基本操作及其应用。对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。-Stack and queue data structure of the basic operation and its application. For a string from the keyboard input, determine whether the palindrome.
number4
- 回文判别 实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。 实验目的: 1、掌握循环队列的定义及应用; 2、掌握队列的基本操作; 3、进一步熟练掌握栈的基本操作及应用; 4、初步学会解决具体问题的算法设计。-Experimental identifica
h
- 回文判断:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。-Palindrome judge: for a string from the keyboard input, determine whether the palindrome. Palindrome sequence that is the same as the pros and cons. Such as &q
quasiorthogonalspacetimeblockcods
- 主要介绍了准正交空时分组码,包括ABBA,jafarkhani-Introduced quasi-orthogonal space-time block codes, including ABBA, jafarkhani
abba
- 参数分离机器人手眼视觉标定算法,非常实用,可以直接运行。-Robot hand-eye visual separation parameter calibration algorithm is very practical and can be directly run.
Generalized-ABBA
- this document explains about Generalised ABBA code for MIMO
Palindromes-judgement-CSharp
- 基于C#+winform开发的“回文判定”程序:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。此判定程序包含了三种判定方法:1、根据数组元素;2、利用栈先进后出,队列先进先出的特点3、分段检测。(已给出完整的代码注释)-Based on C#+ winform development "palindromes judgement" program: for a keyboa
sicily3
- 输入一个字符串(字符串的长度不超过100),求出其中最长的回文子串的长度。子串的含义是:在原串中连续出现的字符串片段。回文的含义是:正着看和倒着看相同,如abba和yyxyy。-Enter a string (the length of the string is not more than 100), calculated the length of the longest palindrome substring. The subs
paihang
- 有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下: A B B A . . A B A B -2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1
jiehuomima
- Catcher是MCA国的情报员,他工作时发现敌国会用一些对称的密码进行通信, 比如ABBA,ABA,A,123321等,但是他们有时会在开始或结束时加入一些无关的字符以防别国破解。 比如进行下列变化ABBA->12ABBA,ABA->ABAKK,123321->51233214 。 因为截获的串太长了,而且存在多种可能的情况-Catcher is the the MCA country' s age
1
- 假设正读和反读都相同的字符序列为“回文”,例如,‘abba’和‘abcba’是回文,‘abcde’ 和‘ababab’则不是回文。试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”。-Assuming a positive reading and anti-reads the same sequence of characters " palindrome" , for example, ' abb
Stack-and-queue
- 假设正读和反读都相同的字符序列为“回文”,例如,‘abba’和‘abcba’是回文,‘abcde’ 和‘ababab’则不是回文。试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”-Assumptions are read and read the same sequence of characters as "palindrome", for example, Abba and abcba is a palin
huiwen
- 回文字符串是指从左到右和从右到左相同的字符串。 现给定一个仅由小写字母组成的字符串,你可以把它的字母重新排列,以形成不同的回文字符串。 * 输入:非空仅由小写字母组成的字符串,长度不超过100; 输出:能组成的所有回文串的个数(因为结果可能非常大,输出对1000000007取余数的结果)。 * 例如:输入"aabb" 输出为2(因为“aabb”对应的所有回文字符串有2个:abba和baab)-Palindrome strin
PSO_hw3
- 人工智能计算 利群算法,particle swarm algorithm PSO ,去求解函数的最小值及其对应的根-AI computing- ABBA algorithms, particle swarm algorithm PSO, to solve the root of the minimum and the corresponding function
HWTest11
- 该段代码实现密码截取。对像ABBA,ABA,A,123321这样对称的码串变成12ABBA,ABAKK,51233214之后,找出输入码串中最长的有效码串。如输入 ABBA,输出长度4;输入abaaab,输出长度5(baaab的长度)-This code implements password interception.To like ABBA, ABA, A, 123321 such symmetrical code string
paihang
- 有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下: A B B A . . A B A B-2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1 th box.
FaceDetect-master
- Run the code like this: python face_detect.py abba.png haarcascade_frontalface_default.xml the result will be the image with rectangles on faces