码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
Cocos2d-x中Vector使用
1、创建Vector对象Vector()。默认的构造函数。Vector(ssize_t capacity)。创建Vector对象,并设置容量。Vector(const Vector &other) 。用一个已存在的Vector对象创建另一个Vector对象,其中&other是左值引用参数传递。Vec...
分类:其他好文   时间:2014-10-18 20:55:29    阅读次数:158
OpenERP 7.0 导入 FAQ
Frequently Asked QuestionsNeed to import data from an other application?In order to re-create relationships between different records, you should use ...
分类:其他好文   时间:2014-10-18 19:35:10    阅读次数:306
HDU - 4267 A Simple Problem with Integers(树状数组的逆操作)
Description Let A1, A2, ... , AN be N elements. You need to deal with two kinds of operations. One type of operation is to add a given number to a few numbers in a given interval. The other is to q...
分类:编程语言   时间:2014-10-18 16:59:56    阅读次数:321
《刘汝佳算法竞赛入门经典》第五章 简单几何计算
The Other Two Trees另两棵树没看懂题目,搜了下题解,都是直接给出了简化后的题意和解法...自己再读读原题意吧
分类:编程语言   时间:2014-10-18 12:34:19    阅读次数:222
XTU OJ 1210 Happy Number (暴力+打表)
Problem DescriptionRecently, Mr. Xie learn the concept of happy number. A happy number is a number contain all digit 7 or only 1 digit other than 7. F...
分类:移动开发   时间:2014-10-18 11:02:46    阅读次数:526
[Leetcode] N-Queens
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:其他好文   时间:2014-10-18 07:33:43    阅读次数:263
Linux进程调度策略
linux内核的三种主要调度策略:1,SCHED_OTHER 分时调度策略,2,SCHED_FIFO实时调度策略(先到先服务)3,SCHED_RR实时调度策略(时间片轮转)实时进程将得到优先调用,实时进程根据实时优先级决定调度权值。分时进程则通过nice和counter值决定权值,nice越小,co...
分类:系统相关   时间:2014-10-17 00:17:13    阅读次数:436
Android:查看应用创建的数据库
每个Android应用程序都可以使用SQLite数据库。它创建的位置在data/data//databases/运行后打开,window->show view->other..Android->File Explorer在File Explorer的data/data/下找到相应应用,找到datab...
分类:移动开发   时间:2014-10-16 21:02:53    阅读次数:244
Myeclipse导入一个项目,有中文乱码问题
Myeclipse导入一个项目,有中文乱码问题一.将整个project设置编码UTF-8windows->Preferences->general->Workspace->Text file encoding->Other框中的Text file encoding改为UTF-8。二.对java源文件...
分类:系统相关   时间:2014-10-15 21:30:21    阅读次数:222
车厢调度(栈的经典入门题)
车厢调度 Time Limit : 3000/1000ms (Java/Other)   Memory Limit : 65535/32768K (Java/Other) Total Submission(s) : 5   Accepted Submission(s) : 2 Font: Times New Roman | Verdana | Georgia Font Size: ← → ...
分类:其他好文   时间:2014-10-15 13:57:10    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!