系统:windows xp sp3
崩溃的exe:insight3_en.exe
版本:3.50.0064
崩溃时的信息:
The stored exception information can be accessed via .ecxr.
(5404.5050): Access violation - code c0000005 (first/second chance not...
分类:
其他好文 时间:
2015-03-04 17:08:52
阅读次数:
147
系统:windows xp sp3
崩溃的exe:insight3_en.exe
版本:3.50.0064
崩溃时的信息:
(4c64.4af4): Access violation - code c0000005 (!!! second chance !!!)
eax=00000000 ebx=7ffd9000 ecx=00000000 edx=00000274 esi=000...
分类:
其他好文 时间:
2015-03-04 13:04:09
阅读次数:
334
Two Gangsters
Time limit: 1.0 second
Memory limit: 64 MB
Two gangsters Harry and Larry had a rest at countryside. They decided to spend some time shooting, so they put several beer cans (...
分类:
其他好文 时间:
2015-03-04 12:57:40
阅读次数:
122
Bicycle Codes
Time limit: 0.5 second
Memory limit: 64 MB
Den has two four-digit combination locks for protecting his bicycle from thieves. Every evening he arms the bicycle antitheft alar...
分类:
其他好文 时间:
2015-03-04 12:57:36
阅读次数:
144
echo换行输出需要转义符 -e看以下例子:1 echo -e "It is the first line." >> a; echo -e "It is the second line.\c" >> a; echo -e "It is the third line." >> a; echo -e "...
分类:
其他好文 时间:
2015-03-04 12:38:08
阅读次数:
148
Problem Description
1堆石子有n个,两人轮流取.先取者第1次可以取任意多个,但不能全部取完.以后每次取的石子数不能超过上次取子数的2倍。取完者胜.先取者负输出"Second win".先取者胜输出"First win".
Input
输入有多组.每组第1行是2<=n<2^31. n=0退出.
Output
先取者负输出"Second win". 先取者胜输出"First win".
参看Sample Output....
分类:
其他好文 时间:
2015-02-26 13:29:04
阅读次数:
245
前言:本章的标题翻译为“画蛇添足”,原文的标题为“The Second-system Effect”,从单纯的英文标题知道,二次开发系统的影响。也就是说,软件设计师在做二次开发的时候,容易想的太多,在原来的程序上增加太多没用的功能,或者做了没有必要的修饰。
结构师的交互准则和机制
很多时候,结构师在估算一个产品的预算后,客户或者老板会做出他的评估,如果估算超出了老板或者客户的...
分类:
其他好文 时间:
2015-02-24 09:10:32
阅读次数:
163
思路:1:在stack的数据结构中加两个个字段,如
typedef struct {
int data[MAX]; // 存储栈中的所有数
int top; // 存储栈顶元素在data数组中的位置
int min; // 最小值
int second; // 次小值
}stack;...
分类:
其他好文 时间:
2015-02-23 17:55:49
阅读次数:
13624
In a typical assembly line, machines are connected one by one. The first machine's output product will be the second machine's raw material. To simpli...
分类:
系统相关 时间:
2015-02-22 15:45:36
阅读次数:
240
这是 Rockethon 2015 的一道题,也是我做codeforces的第一道题,在这里留个纪念。原题在这。
题意为:小明有n1个球,小红有n2个球,每轮游戏,小明可以扔掉a个球(1
输入 n1, n2, k1, k2 ,
输出 First (如果第一个人赢)或者 Second (要是第二个人赢)
我就想,要是小明和小红,每次都只仍1个,这样就能保证他们玩得越久,就等对方扔出更多的球...
分类:
其他好文 时间:
2015-02-22 06:47:45
阅读次数:
159