上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 79 下一页
摘要: A: js指令转化为新transaction 在web3上操作流程 1. import to web3 2. connect to peers 3. read local key store 4. decrypt local key store 5. create a transaction obj 阅读全文
posted @ 2019-03-21 12:36 雪溯 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 首先从共识引擎-Engine开始记录 Engine是一个独立于具体算法的共识引擎接口 Author(header) (common.Address, error) 返回打包header对应的区块的矿工地址 VerifyHeader(chain ChainReader, header, seal bo 阅读全文
posted @ 2019-03-20 15:01 雪溯 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 1. 整体概览 makefile CANDY: .PHONY: geth android ios geth-cross swarm evm all test clean 已知phony 目标并非是由其它文件生成的实际文件,make 会跳过隐含规则搜索。这就是声明phony 目标会改善性能的原因,即使 阅读全文
posted @ 2019-03-16 20:43 雪溯 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 1. 基本组成组成元素: 关键字,标识符,常量,字符串,符号 关键字列表: break;default;func;interface;select;case;defer;go;map;struct;chan;else;goto;package;switch;const;fallthrough;if; 阅读全文
posted @ 2019-03-16 11:40 雪溯 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2726 题意 飞机,一个起飞的跑道,两个降落的跑道。每个时刻首先两个跑道降落一些飞机, 阅读全文
posted @ 2019-03-14 09:33 雪溯 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2075 题意 n皇后类似的n(n<=5000)车,每个车所在的行列上不能有其它车,n*n棋盘放n个车 阅读全文
posted @ 2019-03-05 19:44 雪溯 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2674 题意 n个正整数,尽量均匀地把它们分成严格递增序列。要求序列个数最小 思路 明显,序列个数就 阅读全文
posted @ 2019-03-05 19:01 雪溯 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2674 题意 有严格下降的n条线段,长度都为w,第i条线段起点xi,终点xi + w,高度yi,现在 阅读全文
posted @ 2019-03-04 15:18 雪溯 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2795 题意 x * y的巧克力,问能不能恰好切成n份(只能整数切),每块大小恰好ai 阅读全文
posted @ 2019-03-04 08:38 雪溯 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2255 题意 n个任务,允许时间区间为[ri, di](ri , di <= 2000 阅读全文
posted @ 2019-03-03 22:19 雪溯 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 79 下一页