STACK SEGMENT STACK DW 512 DUP(?) STACK ENDS DATA SEGMENT DATA ENDS CODE SEGMENT 'CODE' ASSUME CS:CODE,DS:DATA START: MOV AX,DATA MOV DS,AX MOV AH,1 I ...
分类:
其他好文 时间:
2017-10-16 00:17:09
阅读次数:
203
STACK SEGMENT STACK DW 512 DUP(?) STACK ENDS DATA SEGMENT STRING DB 'Hello',0DH,0AH,'$' DATA ENDS CODE SEGMENT 'CODE' ASSUME CS:CODE,DS:DATA,SS:STACK ...
分类:
其他好文 时间:
2017-10-16 00:11:26
阅读次数:
120
题目描述: Life is a journey, and the road we travel has twists and turns, which sometimes lead us to unexpected places and unexpected people. Now our jour ...
分类:
其他好文 时间:
2017-09-29 21:21:25
阅读次数:
303
#ifndef MY_AVLTREE #define MY_AVLTREE #include<iostream> #include<cmath> #define PRINTS(x) std::cout<<x<<std::ends struct AvlNode; typedef AvlNode* Av ...
分类:
其他好文 时间:
2017-09-26 23:32:30
阅读次数:
262
A. Odds and Ends A. Odds and Ends Where do odds begin, and where do they end? Where does hope emerge, and will they ever break? Given an integer seque ...
分类:
其他好文 时间:
2017-09-08 21:53:36
阅读次数:
282
其实只要判断头尾是不是奇数,以及n是否为奇数即可。 因为把序列分成奇数个奇数段,长度必然为奇数。 如果头尾有一个不是奇数,那么必然不可以。 反之则一定可以,所以O( 1 )就好了。 我的做法太垃圾了。。 ...
分类:
其他好文 时间:
2017-09-02 12:58:29
阅读次数:
259
CF Round 431 A. Odds and Ends 解题思路:长度为奇数,开头奇数,结尾奇数。 CS Academy Round 44 Frequent Numbers 解题思路:需要吗??? CS Academy Round 44 Square Cover 解题思路:对于每个点,如果未访问 ...
分类:
其他好文 时间:
2017-09-02 11:25:08
阅读次数:
147
N pots, each with some number of gold coins, are arranged in a line. You are playing a game against another player. You take turns picking a pot of go ...
分类:
其他好文 时间:
2017-08-28 23:49:27
阅读次数:
239
通过 conda 安装 qiime 1后,在执行join_paired_ends.py时报错: burrito.util.ApplicationNotFoundError: Cannot find fastq-join. Is it installed? Is it in your path? 这是 ...
分类:
其他好文 时间:
2017-08-21 09:44:26
阅读次数:
273
Snandy If you cannot hear the sound of the genuine in you, you will all of your life spend your days on the ends of strings that somebody else pulls. ...
分类:
Web程序 时间:
2017-08-10 20:50:46
阅读次数:
296