【全球资源论坛】求!数学相关的视频资料

搬瓦工机场JMS

初中数学
高中数学
线性代数
数学几何
高等数学
离散数学
概率论
数理统计

求相关视频教程资源。

发现要用的时候一个环境扣不上就乱了。
想收集起来慢慢学。

看论文碰到公式就慌神了。解不了公式。。完全没法看下去了。

最近公司鱼不见了,要看一个月监控偷懒写个脚本分析视频图片
看卡尔曼滤波图片匹配处理。。。方程解不下去了。。卡住了要重学。
台湾网友:爱奇艺教育频道
重庆网友:同求啊,大佬找到了分享一下,程序员不学数学有点难受哈哈
黑龙江网友:昨晚在那里补了一下初中的hh208讲的还不错,高中的还没有找到讲的好的
辽宁网友:学不好数学,后期看论文资料根本看不了的说。
河北网友:我也想从头开始学一下的,,,哎,找不到合适的资源
四川网友:看我签名,里面应该有你要的。  域名后天到期了,不准备续费,下载趁早。
海南网友:AC.NZ  这是教育域名啊
广西网友:续费要15$,零花钱都买月饼吃了。
贵州网友:

  1. # -*- coding: utf-8 -*-
  2. # [url=home.php?mod=space&uid=28438]@time[/url]    : 2019/9/6 15:08
  3. # @Author  : Yo
  4. # @Email   : [email protected]
  5. # @File    : papa.py
  6. # @Software: PyCharm
  7. # @models: ..
  8. # @function: …
  9. # @Git: https://gitee.com/m7n9/PyCharm.git
  10. # @Edit: yo
  11. import requests,re
  12. main_url="http://www.star.ac.nz/forum.php"
  13. host="http://www.star.ac.nz"
  14. f_url_re=re.compile(r’.*?(forum-[\d]+-[\d]+.html)’)
  15. f_page_re=re.compile(r’.*?forum-[\d]+-([\d]+).html" class="last’)
  16. f_content_re=re.compile(r’href="(thread-.*?.html)" onclick’)
  17. content=re.compile(r'<meta name="keywords" content="(.*?)" .*?t_fsz(.*?下载地址.*?密码:.*?)</div>’,re.S)
  18. str_1=requests.get(main_url).text
  19. t=f_url_re.findall(str_1)
  20. list_r=[]
  21. for i in t:
  22.     if i not in list_r:
  23.         list_r.append(i)
  24. t_i=0
  25. for i_list in list_r:#类目
  26.     main_url = host + "/" + i_list
  27.     str_2=requests.get(main_url).text
  28.     try:
  29.         page=f_page_re.findall(str_2)
  30.         if  page:
  31.             page=page[0]
  32.         else:
  33.             page=0
  34.         for i in range(1,int(page)+1):#分页
  35.             main_url = host + "/" + i_list[:-6]+str(i)+".html"
  36.             if i==1:
  37.                 pass
  38.             else:
  39.                 str_2 = requests.get(main_url).text
  40.             cont=f_content_re.findall(str_2)
  41.             try:
  42.                 for i_content_url in cont:
  43.                     main_url = host + "/" + i_content_url
  44.                     str_2 = requests.get(main_url).text
  45.                     try:
  46.                         c=content.findall(str_2)[0]
  47.                         with open("xuexi_papa_content.txt","a",encoding="utf-8") as f:
  48.                             f.write("\n")
  49.                             f.write("———")
  50.                             f.write("url:{}".format(main_url))
  51.                             f.write("title:{}".format(c[0]))
  52.                             f.write("content:{}".format(c[1]))
  53.                             f.write("\n")
  54.                             f.write("———")
  55.                         t_i=t_i+1
  56.                         print(t_i)
  57.                     except Exception as e:
  58.                         print(e)
  59.                         print("content")
  60.                         with open("xuexi_papa_err.txt", "a", encoding="utf-8") as f:
  61.                             f.write("\n")
  62.                             f.write("———")
  63.                             f.write("url:{}".format(main_url))
  64.                             f.write("{}".format(str_2))
  65.                             f.write("\n")
  66.                             f.write("———")
  67.                         print(str_2)
  68.             except Exception as e:
  69.                 print(e)
  70.                 print("cont")
  71.     except Exception as e:
  72.         print(e)
  73.         print("page")

复制代码

浙江网友:

  1. # -*- coding: utf-8 -*-
  2. # [url=home.php?mod=space&uid=28438]@time[/url]    : 2019/9/6 15:08
  3. # @Author  : Yo
  4. # @Email   : [email protected]
  5. # @File    : papa.py
  6. # @Software: PyCharm
  7. # @models: ..
  8. # @function: …
  9. # @Git: https://gitee.com/m7n9/PyCharm.git
  10. # @Edit: yo
  11. import requests,re
  12. main_url="http://www.star.ac.nz/forum.php&quot;
  13. host="http://www.star.ac.nz&quot;
  14. f_url_re=re.compile(r’.*?(forum-[\d]+-[\d]+.html)’)
  15. f_page_re=re.compile(r’.*?forum-[\d]+-([\d]+).html" class="last’)
  16. f_content_re=re.compile(r’href="(thread-.*?.html)" onclick’)
  17. content=re.compile(r'<meta name="keywords" content="(.*?)" .*?t_fsz(.*?下载地址.*?密码:.*?)</div>’,re.S)
  18. str_1=requests.get(main_url).text
  19. t=f_url_re.findall(str_1)
  20. list_r=[]
  21. for i in t:
  22.     if i not in list_r:
  23.         list_r.append(i)
  24. t_i=0
  25. for i_list in list_r:#类目
  26.     main_url = host + "/" + i_list
  27.     str_2=requests.get(main_url).text
  28.     try:
  29.         page=f_page_re.findall(str_2)
  30.         if  page:
  31.             page=page[0]
  32.         else:
  33.             page=0
  34.         for i in range(1,int(page)+1):#分页
  35.             main_url = host + "/" + i_list[:-6]+str(i)+".html"
  36.             if i==1:
  37.                 pass
  38.             else:
  39.                 str_2 = requests.get(main_url).text
  40.             cont=f_content_re.findall(str_2)
  41.             try:
  42.                 for i_content_url in cont:
  43.                     main_url = host + "/" + i_content_url
  44.                     str_2 = requests.get(main_url).text
  45.                     try:
  46.                         c=content.findall(str_2)[0]
  47.                         with open("xuexi_papa_content.txt","a",encoding="utf-8") as f:
  48.                             f.write("\n")
  49.                             f.write("———")
  50.                             f.write("url:{}".format(main_url))
  51.                             f.write("title:{}".format(c[0]))
  52.                             f.write("content:{}".format(c[1]))
  53.                             f.write("\n")
  54.                             f.write("———")
  55.                         t_i=t_i+1
  56.                         print(t_i)
  57.                     except Exception as e:
  58.                         print(e)
  59.                         print("content")
  60.                         with open("xuexi_papa_err.txt", "a", encoding="utf-8") as f:
  61.                             f.write("\n")
  62.                             f.write("———")
  63.                             f.write("url:{}".format(main_url))
  64.                             f.write("{}".format(str_2))
  65.                             f.write("\n")
  66.                             f.write("———")
  67.                         print(str_2)
  68.             except Exception as e:
  69.                 print(e)
  70.                 print("cont")
  71.     except Exception as e:
  72.         print(e)
  73.         print("page")

复制代码

宁夏网友:爬虫

未经允许不得转载:美国VPS_搬瓦工CN2 GIA VPS » 【全球资源论坛】求!数学相关的视频资料

AD:【新手必备】搬瓦工SS服务已转移至Just My Socks,最低5.88美元/月
赞 (0) 打赏
分享到: 更多 (0)

相关推荐

评论 0

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏