码迷,mamicode.com
首页 >  
搜索关键字:小代码    ( 490个结果
小代码 linux小操作 待添加
ctags查看代码makefilemake维护项目i开始写escu撤销vim默认打开的模式为命令行模式插入模式为正常的编辑模式底行模式:wqGGTOFIRSTLINEHEADshift+GTOLASTDDTOCTRL+XPTOpatesomethingPTOs+4$TOLASTs+6^TOHEADS+~ATOaxdeleateonebyonewtolastbywordBtoheadbywordEs+ws+bKKHHHHHHH..
分类:系统相关   时间:2016-05-21 07:48:57    阅读次数:213
小代码 栈之合法性一点思路 不一样的际遇
/************ 1234如栈 出栈 3241返回0 错误3124返回-1 **********/ #include<iostream> #include<stack> #include<string.h> usingnamespacestd; booljudge(constchar*push_seq,constchar*pop_seq) { if(NULL==push_seq||NULL==pop_seq) { returnfalse; ..
分类:其他好文   时间:2016-05-20 06:18:27    阅读次数:113
小代码 单链表之反转 然后交错重连+稀疏矩阵
/****** 一leetcode题目 1234n 1n-12n-23n-3 *****/ #include<iostream> #include<assert.h> #include<vector>//容器--类模板 #include<stdlib.h>//利用随机值 #include<time.h> usingnamespacestd; #defineN1000 #defineK100 typedefstructnod..
分类:其他好文   时间:2016-05-18 22:04:01    阅读次数:218
keyframes 放大缩小动画
本次项目中动画放大缩小代码小结 参考代码: ...
分类:其他好文   时间:2016-05-17 16:02:29    阅读次数:251
小代码
---http://www.itbegin.com/app/study/self/unifiedselfstudy/10020001 --删除表hr.dept --http://zhidao.baidu.com/question/743877745919926572.html DROPTABLEhr.dept; --创建表hr.dept CREATETABLEhr.dept (deptnoNUMBER(2), nameCHAR(4), englishint(10), chineshint(10),..
分类:其他好文   时间:2016-05-15 08:21:50    阅读次数:220
小代码 java字符统计
importjava.util.concurrent.TimeUnit; importjava.util.Date; importjava.util.Random; importjava.util.*; publicclasswz { publicstaticvoidmain(String[]args)throws Exception{ intengishCount=0; intchineseCount=0; intdigitCount=0; //Stringstr="中国aadf的111萨bbb..
分类:编程语言   时间:2016-05-14 17:11:12    阅读次数:202
小代码
//Q:8 publicclassHelloWorld{ publicstaticvoidmain(String[]args){ intx=10; System.out.println("移位运算有些是快有些慢\n"+(x<<10)); finalStringBuffersb=newStringBuffer("StringBuffer1"); //a.append("StringBuffer2");//地址所值空间可变 //a=newStringBuff..
分类:其他好文   时间:2016-05-14 09:06:14    阅读次数:182
小代码 题目
/*** 题目 **/ importjava.util.concurrent.TimeUnit; importjava.util.Date; importjava.util.Random; importjava.util.concurrent.TimeUnit; importjava.io.FileWriter; importjava.io.IOException; importjava.io.PrintWriter; //privateclassTest{ classTest{ Test(){ i..
分类:其他好文   时间:2016-05-14 09:04:00    阅读次数:167
小代码
publicclasswz{ staticclasswz1{ privateintx; privateinta[];//errorata[10] wz1(intx){this.x=x;} intadd1(wz1ref){returnref.x+x;} intadd(wz1ref){returnthis.x=ref.x+x;} } publicstaticvoidmain(Stringargs[]){ wz1t=newwz1(3); wz1s=newwz1(3); System.out.println(t..
分类:其他好文   时间:2016-05-14 09:03:14    阅读次数:144
小代码   找出重复过半的数 (特性一维数组)
#include<iostream> usingnamespacestd; intmain() { inta[]={1,2,2,2,2,3,4,5,2,2,4,2,2,2,3}; intcount=1,number=a[0]; //number=0whileininta[]={1,1,1,1,1,3,4,5,6};error for(inti=1;i<sizeof(a)/sizeof(a[0]);i++) { if(a[i]==a[i-1])count++; elsecount--; if..
分类:编程语言   时间:2016-05-13 05:07:39    阅读次数:185
490条   上一页 1 ... 28 29 30 31 32 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!