AIX6.1系统安装:1、将引导放入光驱,打开设备电源2、当设备发出两次蜂鸣或屏幕出现keyboard单词是,在键盘按下F5键或ASCII终端的5键,进入引导系统3、使用后F1键选择系统控制台,选择好之后按下Enter4、在字符界面的Choice后输入1,来选择菜单语言为English,然后回车5、在字符..
分类:
其他好文 时间:
2015-08-12 19:44:22
阅读次数:
245
?Use Uncertainty As a DriverKevlin HenneyConFRonTEd WiTH TWo opTionS, most people think that the most impor- tant thing to do is to make a choice between them. In design (software or otherwise), it is...
分类:
其他好文 时间:
2015-08-09 10:52:29
阅读次数:
120
效果图:适配器:public class CrazyAdapter extends BaseAdapter {
private Context mContext;
private List mList; public CrazyAdapter(Context mContext, List mList) {
this.mContex...
分类:
其他好文 时间:
2015-07-30 17:06:45
阅读次数:
166
关于模块导入方式: import random print random.choice(range(10))和 from random import choice print choice(range(10))第一种方法:将模块的名字设置为一个隐含在名字空间里的全局变量,这样就好像访问全局属...
分类:
编程语言 时间:
2015-07-28 23:03:27
阅读次数:
150
在每条边两个点中间加上一个虚拟点代表这条边权,就可以化边权为点权。把没删掉的边用LCT维护一棵生成树,树边都是桥。对于一条非树边,把树上对应路径上所有边的权值都修改为0,表示都不是桥。然后倒着处理询问,对于每次删掉的边,把两点路径上边权都修改为0。询问等价于查询两点间边权和,若两点连通且路径上不存在...
分类:
其他好文 时间:
2015-07-27 22:19:51
阅读次数:
198
multiple-choice knapsack...
分类:
其他好文 时间:
2015-07-18 14:04:57
阅读次数:
113
题意:有一个数列 seed[x+1]=(seed(x)+step)%mod 给出 step 和 mod 如果求出的是以 1。。。mod-1 为循环节的数列 则为 good choice 否则 则是 bad choice思路:1.用标记法 如果 形成循环节时 每个数都被标记到 则good choice...
分类:
其他好文 时间:
2015-07-18 12:13:38
阅读次数:
180
输出一条 LCIS 1 #include "bits/stdc++.h" 2 using namespace std; 3 int T; 4 int len1, len2; 5 int s1[510], s2[510]; 6 int dp[510][510]; 7 int choice[510][5...
分类:
其他好文 时间:
2015-07-17 22:14:21
阅读次数:
90
You have no choice about the necessity to integrateyour observations,
your experiences, your knowledge into abstractideas, i.e., into principles.
——Ayn Rand, 《Philosophy: Who Needs It》 1974
数据抽象...
分类:
编程语言 时间:
2015-07-04 06:16:38
阅读次数:
181
publicSparseBooleanArraygetCheckedItemPositions(){
if(mChoiceMode!=CHOICE_MODE_NONE){
returnmCheckStates;
}
returnnull;
}publicSparseBooleanArraygetCheckedItemPositions(){
if(mChoiceMode!=CHOICE_MODE_NONE){
returnmCheckStates;
}
returnnull;
}
分类:
其他好文 时间:
2015-06-23 23:17:20
阅读次数:
131