11 2020 档案

摘要:关于VPN 转自https://service.tp-link.com.cn/detail_article_167.html VPN(Virtual Private Network, 虚拟专用网络)是一个建立在公用网(通常是因特网)上的专用网络,但因为这个专用网络只是逻辑存在并没有实际物理线路,故称 阅读全文
posted @ 2020-11-27 14:57 像走了一光年 阅读(611) 评论(0) 推荐(0)
摘要:老实来讲这课我一头雾水满脑袋问号 import numpy as np from collections import Counter counttime = 0 #统计训练语料:spam 和 ham 各自评论总数,单词频率 def seperate(filename): hamcnt = Coun 阅读全文
posted @ 2020-11-18 16:47 像走了一光年 阅读(268) 评论(0) 推荐(0)
摘要:大佬们博客:https://blog.csdn.net/gatieme/article/details/50994533 请不要把它与之前所说的信号混淆起来,信号与信号量是不同的两种事物 #include <sys/types.h> #include <sys/ipc.h> #include <sy 阅读全文
posted @ 2020-11-12 19:20 像走了一光年 阅读(218) 评论(0) 推荐(0)
摘要:好久没写过python了天 一点点查的 import os import re from decimal import * import math ''' def getfiles(): filenames=os.listdir(r'F:\filePython\volume') print(len( 阅读全文
posted @ 2020-11-11 21:18 像走了一光年 阅读(122) 评论(0) 推荐(0)
摘要:在此感谢大佬:https://www.cnblogs.com/yinbiao/p/10460453.html 一步一步都有数据 https://blog.csdn.net/lisonglisonglisong/article/details/41777413 按着这个大佬的思路来的 #include 阅读全文
posted @ 2020-11-10 11:49 像走了一光年 阅读(227) 评论(0) 推荐(0)