不知道为什么感觉1.2比1.1反而简单不少 1 /* 2 ID:xiekeyi1 3 PROG:milk2 4 LANG:C++ 5 */ 6 #include<bits/stdc++.h> 7 using namespace std ; 8 const int MAXN = 5010; 9 str ...
分类:
其他好文 时间:
2017-04-18 00:55:49
阅读次数:
177
chapter 11 Play timePlay time 2: 使用Script.aculo.us JavaScript库中的blind_up效果代替隐藏cart这个div的过程。 上网搜了一下,jquery中有blind这个效果,所以就用jquery中的hide("blind"),而不使用Scr ...
分类:
其他好文 时间:
2017-04-16 23:05:16
阅读次数:
234
SELECT用于恢复从一个或多个表中选择的行,并可以加入UNION语句和子查询。请参见13.2.7.2节,“UNION语法 ”和13.2.8节,“Subquery语法”。 · 每个select_expr都指示一个您想要恢复的列。 · table_references指示行从哪个表或哪些表中被恢复。在 ...
分类:
数据库 时间:
2017-04-16 15:05:11
阅读次数:
303
USACO的题解和翻译已经很多了。。。 我只是把自己刷的代码保存一下。 1、PROB Your Ride Is Here 1 /* 2 ID:xiekeyi1 3 PROG:ride 4 LANG:C++ 5 */ 6 7 #include<bits/stdc++.h> 8 using namesp ...
分类:
其他好文 时间:
2017-04-12 23:17:57
阅读次数:
299
/*******************************************************************************/ chapter one * SDRAM 3.3V DDR2 1.8V 电压越低充放电特性越快* RAS_N 行地址选通 CAS_N 列地 ...
分类:
其他好文 时间:
2017-04-12 19:27:59
阅读次数:
120
7.1 Task State Segment 任务状态段 All the information the processor needs in order to manage a task is stored in a special type of segment, a task state se ...
分类:
其他好文 时间:
2017-04-11 14:09:09
阅读次数:
256
7.6 Task Linking 任务链 The back-link field of the TSS and the NT (nested task) bit of the flag word together allow the 80386 to automatically return to ...
分类:
其他好文 时间:
2017-04-11 14:02:14
阅读次数:
264
Chapter 8 Input/Output 输入/输出 This chapter presents the I/O features of the 80386 from the following perspectives: 本章从以下方面来介绍80386的I/O特性: Methods of ad ...
分类:
其他好文 时间:
2017-04-11 13:58:54
阅读次数:
226
Chapter 5 Memory Management 内存管理 The 80386 transforms logical addresses (i.e., addresses as viewed by programmers) into physical address (i.e., actual ...
分类:
其他好文 时间:
2017-04-11 11:47:21
阅读次数:
188
This chapter and the next couple of them will focus on and elicit a simple belief of ours,that if you really want to understand C# code in earnest, th ...