登录
首页 » WINDOWS » 【算法与数据结构】105《Python算法教程》

【算法与数据结构】105《Python算法教程》

于 2018-01-12 发布 文件大小:41360KB
0 161
下载积分: 1 下载次数: 33

代码说明:

  【算法与数据结构】《Python算法教程》,适合python开发的人。([algorithm and data structure] "Python algorithm tutorial", suitable for the python development of people.)

文件列表:

【算法与数据结构】105《Python算法教程》.pdf, 45073080 , 2017-04-28

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

发表评论

0 个回复

  • teperature_schema.bot.etch
    test hhigbuzfvtb hmiuonhzbfztz jmjn
    2019-01-30 00:47:02下载
    积分:1
  • 没有数据备份模块的就下这个vf数据备份的样例
    没有数据备份模块的就下这个vf数据备份的样例-no data on the backup module under the vf the sample data backup
    2023-02-23 03:20:04下载
    积分:1
  • 74HC164串行输出控制8-16循环灯
    74HC164串行输出控制8-16循环灯(74HC164 serial output control 8-16 cycle light)
    2017-11-10 14:57:16下载
    积分:1
  • 53189879-6713-User-manual
    说明:  manual of tms320cdsk6713
    2019-03-07 17:34:51下载
    积分:1
  • Electronic-clock-
    纪念2013桌面小工具,具有整点报时,日期显示,星期显示,秒表功能,小巧玲珑,很好用!划时代的记录。(A Electronic Clock )
    2013-10-18 08:16:14下载
    积分:1
  • 太赫兹
    说明:  对太赫兹的性能进行了仿真比较,适合对比着学习(The performance of terahertz is simulated and compared, which is suitable for comparative learning)
    2021-03-19 17:38:12下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • Machine-Vision-Theory
    机器视觉理论PPT,入门者可看下,主要介绍一些机器视觉入门内容(Machine vision theory PPT, beginners can look, introduces some of the machine vision getting started)
    2016-08-18 15:54:08下载
    积分:1
  • odd
    说明:  基础C语言实验,实现输入奇数的功能,先在宏定义中定义一个式子。(input odd number,we can define an expression.Basic C language experiment, to achieve the function of input odd number, first define a formula in the macro definition.)
    2020-06-24 11:00:02下载
    积分:1
  • AddControlDialog.Designer
    说明:  将串口数据转到网口,实现本地端口绑定,可互联网获取串口数据(The serial port data can be transferred to the network port to realize the local port binding, and the serial port data can be acquired by the Internet.)
    2020-06-25 11:40:01下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载