码迷,mamicode.com
首页 >  
搜索关键字:mine    ( 203个结果
选择排序&冒泡排序&折半查找
//选择排序void test2(int a[],int len){//每次找出一个最小值,最小值依次与原数组交换位置,通过下标来完成交换,最小值下标每次都在变,变量存储// 假如第一个是最小值 int mine=0; int teamp=0;// 外层负责趟数 for (int i=0;...
分类:编程语言   时间:2015-02-07 11:32:50    阅读次数:209
NDk中android.mk文件的简单介绍
先贴一个样例,然后解释一下: 1 LOCAL_PATH:= $(call my-dir) 2 include $(CLEAR_VARS) 3 LOCAL_MODULE := mydjvuapi 4 SRC_FILE_OF_MINE :=\ 5 classify.cpp \ 6 cut...
分类:移动开发   时间:2015-01-30 15:42:49    阅读次数:262
knowledge_based topic model - AMC
ABSTRACT摘要         Topic modeling has been widely used to mine topics from documents. However, a key weakness of topic modeling is that it needs a large amount of data (e.g., thousands of doc- ument...
分类:其他好文   时间:2015-01-29 16:03:08    阅读次数:220
knowledge_based topic model - AMC
ABSTRACT摘要         Topic modeling has been widely used to mine topics from documents. However, a key weakness of topic modeling is that it needs a large amount of data (e.g., thousands of doc- ument...
分类:其他好文   时间:2015-01-29 16:02:57    阅读次数:189
js 变量类型、相互转换
1、string var string = "this is mine" string.substring(); //截取函数 string.toLowerCase(); //换换小写 string.toUpperCase(); //转换大写 string.indexOf("is")...
分类:Web程序   时间:2015-01-22 10:48:26    阅读次数:279
1088: [SCOI2005]扫雷Mine
模拟水题~...
分类:其他好文   时间:2015-01-19 14:31:10    阅读次数:184
svn一些命令
svn本地与服务器文件冲突$ svn updateConflict discovered in 'readme.txt'.Select: (p) postpone, (df) diff-full, (e) edit, (mc) mine-conflict, (tc) theirs-co...
分类:其他好文   时间:2015-01-08 21:36:43    阅读次数:203
线程池的原理及实现
package mine.util.thread;import java.util.LinkedList;import java.util.List;/** * 线程池类,线程管理器:创建线程,执行任务,销毁线程,获取线程基本信息 */public final class ThreadPool { ...
分类:编程语言   时间:2015-01-04 22:49:27    阅读次数:327
dbgprint_Mine 调试输出
void DbgPrintf_Mine(char*pszFormat,...){#ifdef _DEBUG char szbufFormat[0x1000]; char szBufFormat_Game[0x1008]="Game:"; va_list argList; va...
分类:数据库   时间:2015-01-04 13:25:39    阅读次数:339
DouBan FM API
channel: http://douban.fm/j/app/radio/channelsplaylist:http://douban.fm/j/mine/playlist?type=s&sid=331663&pt=112.3&channel=3770138&pb=64&from=mainsite...
分类:Windows程序   时间:2015-01-02 06:24:54    阅读次数:316
203条   上一页 1 ... 15 16 17 18 19 ... 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!