摘要: #简洁大方的浏览器主页 https://kim.plopco.com/ http://www.cuipc.cn/ 阅读全文
posted @ 2021-03-26 09:08 Chrisㅤ 阅读(96) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-03-16 20:22 Chrisㅤ 阅读(9) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-08-03 09:43 Chrisㅤ 阅读(0) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/Python #-*- coding:utf-8 -*- import random import math def monteCarlo(N): i = 0 count = 0 while i <= N: x = random.random() y = random.rand 阅读全文
posted @ 2020-07-02 11:03 Chrisㅤ 阅读(111) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a+b<<endl; return 0; } #include<bits/stdc++.h>这个头文件包含以下等等C++中包含的所有 阅读全文
posted @ 2020-06-26 14:22 Chrisㅤ 阅读(478) 评论(0) 推荐(0) 编辑
摘要: ##原生形式使用lightgbm(import lightgbm as lgb) import lightgbm as lgb from sklearn.metrics import mean_squared_error from sklearn.datasets import load_iris 阅读全文
posted @ 2020-06-18 13:31 Chrisㅤ 阅读(359) 评论(0) 推荐(0) 编辑
摘要: kindle电子资源网站 书伴: bookfere.com 我的小书屋: shuwu.mobi 走读派: zoudupai.com ePUBee: cn.epubee.com/books/ 苦瓜书盘:http://www.kgbook.com/ 阅读全文
posted @ 2020-05-16 10:46 Chrisㅤ 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: Github项目检索 名字中有“example” readme中有“example” 描述中有“example” star 1000 fork 1000 fork 1000 2019年9月1日后有更新的 用Java编写的项目 阅读全文
posted @ 2020-04-30 13:36 Chrisㅤ 阅读(282) 评论(0) 推荐(1) 编辑
摘要: 几个不错的壁纸网站收藏 "Wallpaper" "Unsplash" "wallls.com" "wallpapers" "Simple Desktops" 阅读全文
posted @ 2020-04-29 22:30 Chrisㅤ 阅读(96) 评论(0) 推荐(0) 编辑
摘要: LaTeX公式手册 链接: Cmd Markdown 公式指导手册 链接: 阅读全文
posted @ 2020-04-28 12:25 Chrisㅤ 阅读(159) 评论(0) 推荐(0) 编辑