07 2015 档案
摘要:规则:1.必须至少包含一个元音字母。a e i o u2.不能包含三个连续元音或者连续辅音字母。3.不能包含两个连续字母,除了'ee'和'oo'。PS:字母个数(1#include #include int is_vowel(char strIn){ if(strIn == 'a' || st...
阅读全文
摘要:#include #include void main(){ while(1) { char input1[1000] = {'\0'}; char input2[1000] = {'\0'}; int count = 0; sca...
阅读全文
摘要:#include #include int N;int size;void main(){ scanf("%d", &N); getchar(); //读取残留的回车符 for(int i = 0; i = 'A' && strIn[j] #include int N;int s...
阅读全文
摘要:#include #include #include #include #include using namespace std;typedef struct point{ int x; int y;}PointType;int main(){ vector vecPoint; /...
阅读全文
摘要:排序有关博客:http://www.cnblogs.com/vamei/archive/2013/03/12/2948847.htmlhttp://blog.csdn.net/morewindows/article/details/6665714排序动画(推荐):http://www.sorting...
阅读全文
摘要:1.获取指定表的行数--获取表中数据行数--select max([列名]) from 表名2.筛选指定表的指定行数据(数据表分页获取) http://www.cnblogs.com/morningwang/archive/2009/01/02/1367277.html--MAX方法实现筛选指定范围...
阅读全文

浙公网安备 33010602011771号