搜索资源列表
OpenCaster2.4
- 很多不错的MPEG2传输流工具代码集合,主要用C和python实现。 功能: PSI 生成;EPG/EIT生成;DSM-CC数据生成和接收(MHP/MHEG5/SSU);TS 包和时序分析;等等。-This package is a collection of softwares to play out and multiplex MPEG2 transport stream format in a Linux system.
kaixin
- python写的开心脚本,使用python3.1编写(花园精灵模块基于python2.6,需要PIL),xml解析需要安装模块lxml,windows下需要pywin32(不喜欢可以自己改掉) 功能: 支持windows和linux,命令行界面,可修改ini文件配置 可全局限速以避免因访问频繁而被封帐号,可以统计访问次数以自动调整访问频率,到达每日限制后可自动退出; 偷菜 1. 定时偷花园的菜,
test_2
- 一个用python开发的音频信号采集与分许程序,主要功能是:用计算机声卡采集数据;对信号进行傅里叶变换;原始信号和信号频谱图形显示。-A the python the developed audio signal acquisition Xu program, the main function: collecting data with a computer sound card Fourier transform of the s
DictForGeeks
- DictForGeeks是卓尔写的一款词典软件,支持高度自定义。语言使用python,GUI使用的是tkinter,本来想用wxpython的,但是考虑到很多pythoner没有安装wxpython,还是决定用它自带的GUI了。用法:第一个窗口是单词输入窗口;第二个是提示窗口,支持双击选择;第三个窗口是解释窗口,可以随时编辑;旁边有个“保存”按钮,可以把修改好的保存起来;最下面还有一个提示栏,提示是否保存成功。-DictForGeeks
pythonexplain
- Python 简单解释器,(1) 每行为单独的语句,不需要支持语句换行; (2) 支持整数类型数据的四则运算(+, ‐, *, /)及变量赋值,不需要支持长整型或其他数据类型以及其他数据类型的运算; (3) 支持简单的if 语句(只需支持if 和else 关键词)和while 语句(只需支持while 和break 关键词),且只需要支持单 一判断条件,不需要支持嵌套的if、嵌套的while 语句,不需要支持多个逻辑表达式的
mail
- python的邮件发送组建,可自定义主题发送对象,添加附近;需要提供邮件服务器地址-send mail
noisesource.py
- 1.主要是了解python作为一种脚本语言在认知无线电中的应用; 2.功能是用噪声源作为信源,示波器作为信宿的简单的通信系统。- 1.Mainly is to know the python as a scr ipting language in the application of cognitive radio 2. The function is to use noise source as the so
chat
- 本次作业是要求设计并实现一个P2P即时通信系统。并且要求如下: (1) Peer与Peer之间通信基于UDP协议,并采取必要的可靠性控制; (2) 每个peer的服务器端采用预分配技术以获取同时多人通信时的良好性能。 ,python编写-The task is to design and implement a P2P instant messaging system. And requirements are as fol
LiuyifeiImage
- 利用python爬取豆瓣相关图像,以方便数据分类、解析以及挖掘(Using Python to extract related images of watercress to facilitate data classification, analysis and mining)
python_spider_lesson
- python爬虫初级学习,通过爬取百度贴吧的程序来增进对python的学习与了解(Python crawler primary learning, through crawling Baidu paste bar procedures to enhance the learning and understanding of Python)
梁截面优化
- 一个python进行abaqus参数化建模并进行截面优化的例子(a example about pyhyon second develop in abaqus)
python-recsys-master
- 《推荐系统实践》作者:项亮;书籍全部章节配套源代码;仅供学习分享,如有侵权立刻删除。(The "source code" of Recommended system practice.)
1
- 修改config.ini文件中的cookie,为目标网站的cookie(通过抓包获取) 修改blacklist.py中的URL为目标按钮的URL;修改time.sleep()里面的时间可以调整点击间隔,单位时秒 通过该文件可以实现对目标网站特定按钮的点击测试(Modify the config.ini file in the cookie, as the target site of the cookie (through capt
jiqishijue
- 使用python和opencv2,进行图像滤波、霍夫变换处理,找出图中所有圆并画出,适合刚开始接触视觉编程的人学习参照(Find circles by python, cv2)
python internet worm
- 这是新浪微博爬虫,采用python+selenium实现 主要爬取内容包括: 新浪微博手机端用户信息和微博信息。 用户信息:包括用户ID、用户名、微博数、粉丝数、关注数等。 微博信息:包括转发或原创、点赞数、转发数、评论数、发布时间、微博内容等。 安装过程: 1.先安装Python环境,作者是Python 2.7.8 2.再安装PIP或者easy_install 3.通过命令pip install selenium安装selenium
热力图
- 使用百度API制作热力图,python可以直接从数据库中导出符合json格式的数据(Using Baidu API to make thermal charts, python can export data directly from the database in JSON format)
糗事百科
- 糗事百科段子下载,利用python爬虫实现,每次回车输出一个段子(Most of the encyclopedia scr ipts to download, use the python crawler, enter each output of a piece)
TCP
- TCP/IP 通用编程 SOCKET 套接字使用,共用性 很强;(easy for common utility)
BDTB
- 一个简单的python爬虫实例,用于抓取指定百度贴吧各楼的文字。(A simple example of Python reptiles, used to grab the specified Baidu paste each floor of the text.)
add_num
- 使用python的相关库和函数给一张图片添加数字,可以控制位置和大小等参数; 利用python制作词云(To add a number on a photo and you can control the location an size; use python to make a wordcloud)