码迷,mamicode.com
首页 >  
搜索关键字:term    ( 4383个结果
自定义spinner字体颜色
实现效果:        在布局中声明spinner <Spinner android:id="@+id/sp_kc_term" android:layout_width="fill_parent" android:layout_height="wrap_content" android:animationCache="t...
分类:其他好文   时间:2014-11-27 14:31:48    阅读次数:256
codeblocks 控制台输出乱码
解决办法如图如果你和我用的一样是kde环境 把Terminal to launch console programs那个选项改成 上图 konsole -e如果你用的是gnome环境 把Terminal to launch console programs那个选项改成 gnome-term...
分类:其他好文   时间:2014-11-26 13:50:30    阅读次数:270
python goatools使用
用david搞定了所有的GOterm后,接下来就是利用goslim处理这些term。用的包是goatools,需要下载几个obo文件以及,fisher,pygraphviz以及graphviz等几个模块。# -*- coding: utf-8 -*-"""Created on Fri Nov 21 ...
分类:编程语言   时间:2014-11-25 17:55:06    阅读次数:1031
lucene字典实现原理
1 lucene字典 使用lucene进行查询不可避免都会使用到其提供的字典功能,即根据给定的term找到该term所对应的倒排文档id列表等信息。实际上lucene索引文件后缀名为tim和tip的文件实现的就是lucene的字典功能。 怎么实现一个字典呢?我们马上想到排序数组,即term字...
分类:Web程序   时间:2014-11-25 00:13:08    阅读次数:330
codeforces 268C
?? Manao has invented a new mathematical term — a beautiful set of points. He calls a set of points on a plane beautiful if it meets the following conditions: The coordinates of each point i...
分类:其他好文   时间:2014-11-24 11:52:56    阅读次数:263
vim编译器设置环境和换行,自动缩进等
vim编译器提供可以设置其环境属性的命令。 在终端下使用vim进行编辑时,默认情况下,编辑的界面上是没有显示行号、语法高亮度显示、智能缩进等功能的。为了更好的在vim下进行工作,需要手动设置一个配置文件:vimrc。 第一步进入vim的配置文件:cd /etc/ vim的配置文件在etc目录下 第二步打开vim的配置文件vimrc:vim vimrc 第三步修改配置文件:方法很简单在这下面添加相应的命令就行了 if &term=="xterm"...
分类:系统相关   时间:2014-11-23 11:49:45    阅读次数:348
菜鸟之路--线性表__多项式操作(多项式加减乘)
/* 代码里的使用的链表请见 http://blog.csdn.net/u013303425/article/details/41320861 */ #include #include #include "Link.h" typedef LinkList Polynominal; typedef struct{ float coef; int expn; } term,Elem...
分类:其他好文   时间:2014-11-21 21:59:45    阅读次数:205
DAVID Web Service
开始是打算用protein gi number,获得他们的go term。 本来想用uniprot来解决,不过想需要convert ID,这其中会导致有的ID对应不正常,一是缺失了;而是一对多,或者多对一。数据至少还要重新整理一次。后来想到了david,先手动提交数据,而且要是多个物种的,他还不让整...
分类:Web程序   时间:2014-11-19 10:45:31    阅读次数:176
Train Problem I(栈)
Train Problem I Crawling in process... Crawling failed Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description As the new term comes...
分类:其他好文   时间:2014-11-15 17:08:52    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!