搜索资源列表
openerp-client-5.0.14.tar
- openerp 5.0.14 客户端 OpenERP(08年5月前称之为TinyERP)是一个ERP/CRM系统。 它使用Python语言开发,数据库采用开源的PostgreSQL,系统以GNU GPL开 源协议发布。 系统提供较灵活的模块架构,常用模块包括:采购管理,销售管理,库存管理,财务管理,货品管理,营销管理,客户关系管理,生产管理,人事管理,服务支持等等。用户可以直接从模块库中选择安装适用模块,或进行模块卸载,升级的管理操作。 -openerp 5.0.14 cl
openerp-web-5.0.14.tar
- OpenERP 5.0.14 WEB源码 OpenERP(08年5月前称之为TinyERP)是一个ERP/CRM系统。 它使用Python语言开发,数据库采用开源的PostgreSQL,系统以GNU GPL开 源协议发布。 系统提供较灵活的模块架构,常用模块包括:采购管理,销售管理,库存管理,财务管理,货品管理,营销管理,客户关系管理,生产管理,人事管理,服务支持等等。用户可以直接从模块库中选择安装适用模块,或进行模块卸载,升级的管理操作。 -OpenERP 5.0.14
YouMoney-src-0.9.5
- YouMoney是一个开源个人记账软件 感谢: Jacky MA <jackyma1981@gmail.com> 制作了YouMoney的日文支持 安装方法: Windows:可以选择YouMoney-x.x.x.exe的安装文件直接运行就安装。也可以用YouMoney-noinstall-x.x.x.exe直接解压缩就可以使用。 Linux: 可以用rpm,deb包来安装。下载对应的版本就可以。也可以从源码运行。需要保证python版本在2.5
PSC_neighbor_cell_opt
- 一个python实现的3G网络邻区和扰码优化的算法。可直接使用-A python implementation of 3G networks adjacent areas and the scrambling code optimization algorithm. Can be used directly
AddressBook
- 使用Python 2.7完成的AddressBook地址簿程序, 有助于Python编程入门。-Python 2.7 AddressBook address book program, helps the Python programming entry.
Abaqus-Python-guide
- abaqus —python开发使用指南 -abaqus-python Development Guide
sunpy-master
- 该sunpy项目致力于创建一个使用Python编程语言的太阳物理开源软件库。 To begin, install the following requirements: [Python](Python (2.6+) Astropy (0.3.0) NumPy SciPy Matplotlib (1.1+) Suds pandas (0.10.0+) beautifulsoup4 sqlalchemy-The SunPy project is an e
airfoilprep
- 一种用于风力机设计和性能校核的翼型气动数据预处理,包括panel插值,全周插值,3D修正等。使用python语言 -Airfoil data preprocessing for wind turbine design and performance verification using python language
Data-from-futures-exchange
- 从四大交易所爬数据的python源码,使用说明见程序注释说明-data future exchange
xywy_crawl_spider
- 属于寻医问药网站的爬虫,使用python的scrapy框架写的,里面包括爬虫代码和基本的数据存储,以及使用easyfgui框架开发的一个搜索界面-Xunyiwenyao reptile belonging to the site, using the python framework scrapy written, which includes reptiles basic code and data storage, and the use of easyfgui framework for
TdxUtil.20101124
- 使用 python 控制通达信股票交易软件进行操作的一个实现
ypr2opk
- 实现摄影测量中POS数据,直接解算影像外参数,使用python编写的photoscan脚本来实现。但注意的是:这是通用转换方法,若POS硬件不同,需要修改部分参数-Achieve photogrammetry POS data, foreign direct solver image parameters using python write photoscan scr ipt. But note: This is a common method of conversion, if differ
python_jianli
- 使用python制作一份独特的简历,找到好工作-use python to make a resume
code for homework3
- 本项目使用python自行实现了一遍BP算法,并大家一个三层的简易神经网络模型。供初学者使用。(This project uses Python to implement the BP algorithm once more, and we have a simple neural network model of three layers. For beginners to use.)
home work of climate statistics
- 使用python做简单的统计分析,如Q-Qplot, Pearson correlation, 自相关等等(statistics by python, to do Pearson correlation, Q-Qplot.)
vnpy
- 一个非常流行的开源的量化交易框架。使用python。(a perfect & free framework for quantitative trade, using python.)
使用ZeroMQ的MT4 EA
- MT4自动化交易EA,通过使用ZeroMQ建立Server,可以与Python通讯
python
- 可用于LAMMPS中python脚本的编纂(it is available to code the python scr ipt which can be used in LAMMPS)
asian_option
- 美亚式期权定价 使用蒙特卡洛数值模拟方法,对美亚式期权进行定价(Asian option pricing)
识别PDF中文字的Python程序
- 程序默认使用离线OCR,如果想使用百度在线OCR,需要在百度云网站申请创建新项目,将项目的apiKey,appId, SecretKey填写到程序中,并将OCR_ONLINE设置为True。(在线识别效果略好于离线识别效果,尤其在数字、英文字母、标点方面效果更好)。