03 2019 档案

摘要:#!/usr/bin/ksh touch hostinfo$(date +%Y%m%d).csv filename=hostinfo$(date +%Y%m%d).csv >${filename} for ip in $(cat iplist); do SYSTEM=`ssh -q ${ip} un 阅读全文
posted @ 2019-03-31 19:30 东宫得臣 阅读(142) 评论(0) 推荐(0) 编辑
摘要:Many linear parametric models can be re-cast into an equivalent 'dual representstion' in which the predictions are also based on linear combinations o 阅读全文
posted @ 2019-03-31 17:17 东宫得臣 阅读(146) 评论(0) 推荐(0) 编辑
摘要:Newton's method is primarily a method for finding the zeros of a function, say f(w), that is, a method for finding solutions to the equation f(w)=0. T 阅读全文
posted @ 2019-03-31 16:23 东宫得臣 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-28 06:56 东宫得臣 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-28 01:05 东宫得臣 阅读(128) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/python # -*- coding: UTF-8 -*- import pandas as pd import os if __name__ == '__main__': Folder_Path = 'c:\data1' os.chdir(Folder_Path) file 阅读全文
posted @ 2019-03-21 11:36 东宫得臣 阅读(1076) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <string> #include <vector> #include <algorithm> #include <map> #include <fstream> #include <sstream> void ReadDataFromFil 阅读全文
posted @ 2019-03-13 16:57 东宫得臣 阅读(232) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/python import pandas as pd import collections df_dict = pd.read_excel('c:\data\machines.xlsx', sheet_name=None, index_col=None, na_values=[ 阅读全文
posted @ 2019-03-08 09:19 东宫得臣 阅读(961) 评论(0) 推荐(0) 编辑
摘要:template <class T1, class T2> double Minkowski(const std::vector<T1> &inst1, const std::vector<T2> &inst2, const double &k) { if(inst1.size() != inst2 阅读全文
posted @ 2019-03-06 16:57 东宫得臣 阅读(476) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示