码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
A note on DSurfTomo code
The DSurfTomo is short for 'Direct surface wave tomography method', intiailly developed in and can be found on github (https://github.com/HongjianFang ...
分类:其他好文   时间:2019-08-06 19:54:35    阅读次数:96
Level of Qustion:Record the difficult level of Problem For future review
Level of Qustion:Finish: * easily** trouble(麻烦)***hard(Need check book or other information)Not:+ easy understand&after look can code by myself++ hard ...
分类:其他好文   时间:2019-08-06 14:18:52    阅读次数:120
Pandas读取文件
# 1. 使用to_excel创建Excel文件 import pandas as pd df = pd.DataFrame({'id':[1,2,3],'name':['zs','ls','ww']}) # 默认会有索引,将ID列设置成索引,会返回一个新的df,如果想要在原来的df上修改需要添加参... ...
分类:其他好文   时间:2019-08-05 21:49:33    阅读次数:640
Codeforces Edu Round 62 A-E
A. Detective Book 模拟题,有一些细节需要注意。 cpp include include include include include using namespace std; typedef pair PII; typedef long long LL; const int N ...
分类:其他好文   时间:2019-08-05 14:22:31    阅读次数:105
Elasticsearch系列(二)--query、filter、aggregations
本文基于ES6.4版本,我也是出于学习阶段,对学习内容做个记录,如果文中有错误,请指出。 实验数据: index:book type:novel mappings: { "mappings": { "novel": { "dynamic": "false", "properties": { "wor ...
分类:其他好文   时间:2019-08-04 19:38:36    阅读次数:66
七夕节要到了,你的钱袋子还好吗?
眼看就要到七夕节了,各位的七夕节礼物都准备好了吗? 什么?你还没有女朋友?何不借此机会买点什么东西表白一下? 但是,看看钱袋子,余额宝,银行卡…… 是不是瞬间觉得:还是单身好? 但是! 你总归不是想这样一直穷下去、单身下去吧…… 今天就教你一招——能让你有固定工资以外的收入,而且是躺着挣钱的方法,不 ...
分类:其他好文   时间:2019-08-03 10:42:42    阅读次数:96
Manacher(最长镜面回文串)
I - O'My! Gym - 101350I Note: this is a harder version of Mirrored string I. The gorillas have recently discovered that the image on the surface of th ...
分类:其他好文   时间:2019-08-02 22:43:39    阅读次数:117
Codeforces Round #576 (Div. 2) B - Water Lily
Codeforces Round #576 (Div. 2) B - Water Lily While sailing on a boat, Inessa noticed a beautiful water lily flower above the lake's surface. She came ...
分类:其他好文   时间:2019-08-02 12:47:41    阅读次数:70
对象转json字符串案例
测试对象与json字符串的转换 json字符串转对象 Stringstr = "{\"id\":\"1001\",\"name\":\"Java入门\",\"price\":19.88,\"pnum\":100,\"category\":\"IT\",\"description\":\"Good B ...
分类:Web程序   时间:2019-08-02 12:41:04    阅读次数:127
5453条   上一页 1 ... 87 88 89 90 91 ... 546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!