码迷,mamicode.com
首页 >  
搜索关键字:ct    ( 586个结果
Sublime Text3快捷方式与使用技巧
Sublime Text 3 快捷键精华版Ctrl+Shift+P: 打开命令面板Ctrl+P: 搜索项目中的文件Ctrl+G: 跳转到第几行Ctrl+W: 关闭当前打开文件Ctrl+Shift+W: 关闭所有打开文件Ctrl+Shift+V: 粘贴并格式化Ct...
分类:其他好文   时间:2015-04-10 21:37:34    阅读次数:119
用MySQL实现分页查询
MySQL中实现分页查询语句://定义分页需要的变量 int pageNow=2;//当前页 int pageSize=3;//指定每页显示3条记录 int pageCount=1;//该值是计算出来的 int rowCount=1;//表示共多少条记录,从数据库得到。。。ps=ct.p...
分类:数据库   时间:2015-04-09 10:11:08    阅读次数:199
八皇后 2333
#includeusing namespace std;int map[8][8]={0};int ct=0;int safe_ab(int a,int b){ for(int i=0;i<8;i++)//行判断 { if(map[a][i]==3) { return 0; } } f...
分类:其他好文   时间:2015-04-08 13:03:08    阅读次数:107
动态规划 01背包学习中
#include#include#includeusing namespace std;//int ct=0;//int arr[1000]={0};struct Bag{ int kg; int value;};Bag sth[6]={0,0,2,6,2,3,6,5,5,4,4,6};int ba...
分类:其他好文   时间:2015-04-06 16:58:50    阅读次数:118
/*基本算法实现*/Linux中string.h里几个函数的实现
string.hextern int strcmp(const char*,const char*);extern char* strcpy(char*,const char*);string.cint strcmp(const char *cs, const char *ct){ unsig...
分类:编程语言   时间:2015-04-05 15:58:44    阅读次数:173
Android 使用LinearLayout.getChildAt(i)获取一个线性布局的view,并实现content中实现方法
1、定义接口content的方法,如ok,cancle;2、在View的处理类myview中实现content的方法。3、通过contently.getChildAt(i)的方法获得View v;4、可以使用 content ct = (content)v;5、使用ct.ok()和ct.cancel...
分类:移动开发   时间:2015-04-01 19:15:41    阅读次数:508
流氓兔循环一练
static void Main(string[] args) { while (true) { int ct=0,xt=0,yt=1,zt=1,m; Console.WriteLine("请输入月数:"); m = Convert.ToInt32(Console.ReadLine()); for....
分类:其他好文   时间:2015-03-31 19:53:47    阅读次数:121
快速压缩跟踪(CT)算法剖析
Fast Compressive Tracking (快速压缩跟踪) 虽然目前有很多种的跟踪算法,但是由于姿态的变化、光照的变化、障碍物等原因的存在,导致很多算法的鲁棒性不好。 目前比较主流的跟踪算法有两种,generative  tracking algorithms(生成跟踪算法)和discriminative algorithms(判别跟踪算法)。 生成跟踪算法,顾名思义边生成边跟踪...
分类:编程语言   时间:2015-03-20 14:32:24    阅读次数:6040
从一个数据库,获取数据转存到另一个数据库。
1 INSERT INTO `game_2015newterm_user` (`uid`, `lq`, `xm`, `ct`, `by`, `lj`, `xmlbq`, `ctlbq`, `bylbq`, `ljlbq`, `tdate`) select uid, '0', '3', '0', '0...
分类:数据库   时间:2015-03-16 12:48:39    阅读次数:123
养兔子
Console.Write("请输入月数:"); int m =int.Parse(Console.ReadLine()); int ct = 0;//成兔对数ct int xt = 0;//小兔...
分类:其他好文   时间:2015-03-13 22:05:09    阅读次数:205
586条   上一页 1 ... 45 46 47 48 49 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!