In this much belated episode I talk with Jason McMillen of Pascal Game Development. We discuss the surprisingly vast world of Pascal Game Development ...
分类:
其他好文 时间:
2016-10-13 18:55:55
阅读次数:
179
又是一天的爆零!!!!! 原本第一题 很容易做 竟然优化过度 丢了答案 先贴上一题 1693: ksum Submit Status Description Peter喜欢玩数组。NOIP这天,他从Jason手里得到了大小为n的一个正整数 数组。 Peter求出了这个数组的所有子段和,并将这n(n+ ...
分类:
其他好文 时间:
2016-10-05 22:23:27
阅读次数:
340
// main.cpp // BinaryInsertSort // Created by Jason on 16/9/22. // Copyright © 2016年 Jason. All rights reserved. #include <iostream> using namespace s ...
分类:
编程语言 时间:
2016-09-27 13:31:35
阅读次数:
139
哇,原来我已经潜水2年多了,还是需要养成习惯写写东西啊。 最近在做一个java web service项目,需要用到jason,本人对java不是特别精通,于是开始搜索一些java平台的json类库。 发现了google的gson,因为之前对于protocolbuf有一些了解,带着一些好奇心,我开始 ...
分类:
其他好文 时间:
2016-09-19 17:51:34
阅读次数:
147
序列化和json: 序列化:可以把一个对象(列表,元祖,字典)通过特殊二进制方式进行加密的过程,它可以序列化任何数据类型。 json:把内存的数据jason化,原理与序列化一样 区别:pickle只能在python中运用;json所有语言支持,只能序列化常规的数据类型;pickle序列化的数据不能直 ...
分类:
编程语言 时间:
2016-09-18 16:59:46
阅读次数:
282
1字典与列表Python字典中使用了hashtable,因此查找操作的复杂度为O(1),而list实际是个数组,在list中,查找需要遍历整个list,其复杂度为O(n),因此对成员的查找访问等操作字典要比list更快。fromtimeimporttimet=time()list=[‘a‘,‘b‘,‘is‘,‘python‘,‘jason‘,‘hello‘,‘hill‘,..
分类:
编程语言 时间:
2016-09-18 15:35:11
阅读次数:
156
How to Configure the Gradient Boosting Algorithm by Jason Brownlee on September 12, 2016 in XGBoost 0 0 0 0 0 0 0 0 Gradient boosting is one of the mo ...
分类:
其他好文 时间:
2016-09-14 00:23:30
阅读次数:
755
A Gentle Introduction to the Gradient Boosting Algorithm for Machine Learning by Jason Brownlee on September 9, 2016 in XGBoost 0 0 0 0 0 0 0 0 Gradie ...
分类:
系统相关 时间:
2016-09-14 00:21:30
阅读次数:
216
转发:深入浅出JSON 本文转发:Author:TrulyJSON定义 JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式,易于阅读和编写,同时也易于机器解析和生成。它基于ECMA262语言规范(1999-12第三版)中JavaScript编程语言的一个子集 ...
分类:
其他好文 时间:
2016-09-08 12:55:22
阅读次数:
107
perl -nla -F/\t/ -e"...", 其中-n: while(){...}-l: chomp-a: autosplit-F: 与a结合的分隔模式-e: 执行eC:\Users\jason>perl -nla -F/\t/ -e "BEGIN{our $cnt=0;print 'star... ...
分类:
其他好文 时间:
2016-09-07 14:40:04
阅读次数:
706