登录
首页 » Python » movie

movie

于 2018-08-23 发布 文件大小:10KB
0 220
下载积分: 1 下载次数: 2

代码说明:

  python爬虫代码,获取豆瓣电影名及其评分。(Python crawler code, get the movie name and its score.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • kenston
    将光谱差异较大的样品选入建模集,其余相近的选入预测集(The samples with large spectral differences are selected into the modeling set, and the rest of the selected entry prediction sets)
    2018-02-26 20:58:39下载
    积分:1
  • Game2048
    在AndroidStudio上开发的2048小游戏。(In the development of AndroidStudio 2048 games.)
    2020-06-30 15:20:01下载
    积分:1
  • 线圆组合阵
    说明:  运用线圆组合阵列定位噪声源,里面有几种简单的算法(There are several simple algorithms for locating noise sources by using a combined array of lines and circles.)
    2019-04-09 11:12:28下载
    积分:1
  • a collection of M
    a collection of M-files to study concepts in the following areas of Fuzzy-Set-Theory: Fuzzy or Multivalued Logic, The Calculus of Fuzzy, Quantities, Approximate Reasoning, Possibility Theory, Fuzzy Control, Neuro-Fuzzy Systems.
    2022-09-25 18:30:03下载
    积分:1
  • HHO
    本文件为哈尔斯鹰(HHO)相关资料。内含HHO代码,文献以及一个简短的原理介绍(This document is related to the Halls Hawk (HHO). Contains HHO code, literature and a brief introduction to the principles)
    2020-06-22 07:20:01下载
    积分:1
  • CxxTester是一个用于C++代码的通用测试框。它支持测试库系统、有一套方法的对象文件、甚至单行C++源(即所有用C++接口的东西)。解释程序的前端使你能够
    CxxTester是一个用于C++代码的通用测试框。它支持测试库系统、有一套方法的对象文件、甚至单行C++源(即所有用C++接口的东西)。解释程序的前端使你能够在不需要重新编译代码的情况下修改和扩大测试。测试可以通过脚本成批执行或者在图表输出的支持下交互式执行。该工具使不同主机间的远距离测试成为可能。-CxxTester is one for C++ code universal test frame. It supports testing Library System, a set of object files, or even single C++ source (that is, all the C++ interface.) To explain the procedures front so that you do not need to recompile the code under revision and expansion of testing. Test scripts can bulk or in the implementation of the graphics output support interactive implementation. The tool is so different between the mainframe remote testing possible.
    2022-08-17 19:16:31下载
    积分:1
  • 用java实现的俄罗斯方块。界面精美,值得学习研究。
    用java实现的俄罗斯方块。界面精美,值得学习研究。-used to achieve the Rubik"s cube. Interface beautifully, it is worth studying.
    2022-09-28 03:20:03下载
    积分:1
  • 常用聚类
    常用聚类的MATLAB程序,调试均可用。包含k均值聚类、模糊C均值聚类、模糊减法聚类、谱系聚类(Common clustering MATLAB program, debugging are available. Including k-means clustering, fuzzy C-means clustering, fuzzy subtraction clustering, pedigree clustering)
    2021-03-04 01:09:33下载
    积分:1
  • 纵断面提取相关代码
    计算提取线路工程的纵断面,C#开发源代码(Calculate and extract vertical section of line project, C# develop source code.)
    2018-04-26 11:24:56下载
    积分:1
  • C# 使用进程名禁止程序运行多次
    C# 使用进程名禁止程序运行多次,   string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称   string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名   Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组   if (processes.Length > 1)//如果该数组长度大于1,说明多次运行   {    MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息    this.Close();//关闭当前窗体   }
    2022-02-04 01:16:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载