搜索资源列表

  1. storychina

    0下载:
  2. 用python所写的一个采集程序,采用Sqlite数据库-With an acquisition program written in python, using Sqlite database
  3. 所属分类:数据库编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:HDR
  1. TwistedNetworkProgrammingEssentials

    0下载:
  2. twisted是用Python开发的一种语言,转为网络编程设计,很方便-twisted is a language with Python development, to network programming design, very convenient
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1299456
    • 提供者:王华
  1. hist

    0下载:
  2. opencv直方图用python实现,第一次做,可能比较粗糙,多多包涵-opencv histogram with a python implementation, for the first time to do, it may be rough, bear with me
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:sun
  1. snakepygame

    0下载:
  2. 一个用python编写的贪食蛇游戏,内附详细代码注释源代码。-Written with python a Snake game source code containing detailed code comments.
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:
  1. python-xiaogame

    0下载:
  2. 此压缩包包含一个用python编写的下游戏 由于网络上此类python程序很少-This archive contains a preparation for the next game with a python on the network such as small python program
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:zz
  1. Crawler

    0下载:
  2. 该源码是用python写的一个简单的网络爬虫,用来爬取百度百科上面的人物的网页,并能够提取出网页中的人物的照片-The source code is written in a simple python web crawler, Baidu Encyclopedia is used to crawl the page above figures, and be able to extract the characters in the
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-20
    • 文件大小:204800
    • 提供者:孙朔
  1. blackandwhite

    0下载:
  2. 同学写的黑白棋游戏,用python适合初学者-Students to write Othello game using python for beginners
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:36864
    • 提供者:jiao
  1. Python---Brief-tutorial

    0下载:
  2. Python具有丰富和强大的类库,足以支持绝大多数日常应用。python常被昵称为胶水语言,可扩充性可说是Python作为一种编程语言的特色。新的内置模块(module)可用 C 或 C++ 写成,它能很轻松的把用其他语言制作的各种模块(尤其是C/C++)轻松联结在一起。-Python library with a rich and powerful enough to support the vast majority of ever
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1100800
    • 提供者:冯晓东
  1. Pro.Android.Python.with.SL4A

    0下载:
  2. 用python语言实现android上的开发,不需要借助java了-Python language on android development, without the help of java a
  3. 所属分类:android开发

    • 发布日期:2024-05-20
    • 文件大小:5100544
    • 提供者:Joshua
  1. python-3.0.1-docs-pdf-a4

    0下载:
  2. 用python做科学计算,有助于大家快速易懂的学习python语言-Scientific computing with python, helps everyone to learn python language fast and easy to understand
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:8400896
    • 提供者:刘宁
  1. Python.koch

    0下载:
  2. 用Python语言编写的OpenGL程序 Koch曲线-With OpenGL program written in Python Koch curve
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张真人
  1. Python

    0下载:
  2. 用Python做科学计算,包括Python的科学计算和图像处理方面的知识。-Use Python for scientific computing, including knowledge of Python scientific computing and image processing.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:6576128
    • 提供者:chen
  1. python

    0下载:
  2. 用 PYTHON 在linux上 实现收发文件-Send and receive files in linux using PYTHON
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Shirley
  1. Multi-threaded-Python-tutorial--worm

    0下载:
  2. 很不错的一款用python实现的贪吃蛇多线程程序-A very good Snake python to achieve multi-threaded program
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:冯一疯
  1. 100programs-in-Python

    0下载:
  2. 一百个用Python实现的小算法或小程序!绝对实用!如: 【程序56】 题目:画图,学用circle画圆形。    1.程序分析: 2.程序源代码: #include "graphics.h" main() { int driver,mode,i float j=1,k=1 driver=VGA mode=VGAHI initgraph(&driver,&mode,"")
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:91136
    • 提供者:race
  1. python

    0下载:
  2. 用python脚本写的一个获取本机IP地址的小程序-Wrote a python scr ipt used to obtain the IP address of the machine applet
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:李元诚
  1. Python-real-time-message-chat

    0下载:
  2. 一个用Python实现的实时消息聊天程序源码-Python real-time message chat program source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:43008
    • 提供者:Ying
  1. Python.koch

    0下载:
  2. 用Python语言编写的OpenGL程序 Koch曲线-With OpenGL program written in Python Koch curve
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:chaoxin
  1. python-cutword

    0下载:
  2. 用python写的中文分词,分词效果很好,有接口可以直接调用接口。-cut word process using python,it s good for cutting word.It has interface to be used easily.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2361344
    • 提供者:王神
  1. Python

    0下载:
  2. 用Python编写的用飞秋进行通信的网络小程序希望可以帮到大家-expect everyone to go up
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:m
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org