我们在写程序的时候,windows下通过vs等编译软件,linux通过gcc命令得到程序的可执行文件。在这个过程中,其实大致经历了4个过程。1 预编译 2 编译 3 汇编 4 链接 1 预编译:主要处理那些源代码文件中的以”#”开头的预编译指令,比如”#include”,“#define”等。 2 ...
分类:
其他好文 时间:
2018-05-12 03:02:05
阅读次数:
142
Description ICPC (Isles of Coral Park City) consist of several beautiful islands. The citizens requested construction of bridges between islands to re ...
分类:
其他好文 时间:
2018-05-10 20:21:46
阅读次数:
148
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1808 Time limit: 5000 ms Memory limit: 131072 kB Bobo 居住在大城市 ICPCCamp。 ICPCCamp 有 n 个地铁站,用 1,2 ...
分类:
其他好文 时间:
2018-05-09 21:32:12
阅读次数:
212
图片格式: data:image/jpeg;base64, /9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/ ...
分类:
其他好文 时间:
2018-05-08 11:15:14
阅读次数:
774
$ + $ $ = $ ? Ah~ ``10636`` ...
分类:
其他好文 时间:
2018-05-01 12:30:56
阅读次数:
87
背景 最近一直学习写一个POC扫描框架,但是不知道如何下手,正巧因为一些需要有朋友在研究POCSuite的实现原理,顺面蹭一些知识点,补一补Python基础的不足,为以后编写POC框架打地基。 导入 静态模块导入 以上都是常见的静态导入方法 ...
分类:
编程语言 时间:
2018-04-27 15:44:09
阅读次数:
186
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=2021 Description Everybody loves big numbers (if you do not, you might want to stop reading at ...
分类:
其他好文 时间:
2018-04-18 21:54:29
阅读次数:
163
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
分类:
其他好文 时间:
2018-04-15 12:12:01
阅读次数:
150
1997: Seating Arrangement Description Mr. Teacher老师班上一共有n个同学,编号为1到n。 在上课的时候Mr. Teacher要求同学们从左至右按1,?2,?…,?n的顺序坐成一排,这样每个同学的位置是固定的,谁没来上课就一目了然了。 但是时间长了之后, ...
分类:
其他好文 时间:
2018-04-04 23:13:06
阅读次数:
261
第三次Scrum冲刺————Life in CCSU 一、第三次Scrum任务 小组GitHub地址链接:https://github.com/LoneylittleTeam/Team 个人GitHub地址链接:https://github.com/15116340325/FirstScrum 继续 ...
分类:
其他好文 时间:
2018-03-22 00:27:03
阅读次数:
121