搜索资源列表
c 函数大全
- 哎,最近分配任务,把做教程的任务交给了我 ~~~ 苦啊,累啊,不过苦了累了我一个,幸福千万家,呵呵 ~~ 用词不当 这次给大家准备的是C语言函数大全 我没有细看啊,不过这么多,应该已经全了吧,呵呵,大家自己看吧 对了,里面还有实例,很不错的,希望大家喜欢 python-hey, the recent allocation of tasks, so the tasks Guide to the I ~
svm-python
- This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package mer
C语言计算器
- 编辑器,源代码 一个简单的计算器 E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)Javascr ipt 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工具使用 ...php) 一
PyEmbedMFC_src
- Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box
Python.Programing.For.Absolute.Beginner
- The major goal of any programming language is to bridge the gap between the programmer s brain and the computer. Most of the popular languages you ve probably heard of, like C, C++, C#, and Java, are considered high-level languages, which means that
QuantLib-0.3.4-src
- QuantLib是一个计量财务 C++库,用于现实世界中的建模、交易、和风险管理。它也被包装为 Python/Ruby/Scheme模块,并已经用 C#实现到.NET 框架。-QuantLib is a measurement of financial C++ library, for the real world of modeling, trading, and risk management. It has also been packaged as Python/Ruby/Scheme
Divisi.tar
- python + c a library for reasoning by analogy over semantic networks using the sparse singular-value decomposition.-python+ c a library for reasoning by analogy over semantic networks using the sparse singular-value decomposition.
maths_games_fill_in_blanks
- 趣味数学-填数字 的解法(Python版) # 解题:A~H处填入1~8不同的数字 # A B C # * D # --------- # E F G H # 解题:填入数字1~9,使它们之间关系成立 # # ○>○<○ # V ^ V # ○<○>○ # ^ V ^ # ○>○<○ # 解题:填入数字5~13,使ABCD每个正方形上的4个数相加都得33。 # # ○ ○
CLI_Python
- 用python语言实现的Command Line Interface接口,易于添加命令,可整合到测试平台中。-A Command Line Interface interface written by Python, it is easy to add new commands, and can be integrated into your test platform.
Python---Brief-tutorial
- Python具有丰富和强大的类库,足以支持绝大多数日常应用。python常被昵称为胶水语言,可扩充性可说是Python作为一种编程语言的特色。新的内置模块(module)可用 C 或 C++ 写成,它能很轻松的把用其他语言制作的各种模块(尤其是C/C++)轻松联结在一起。-Python library with a rich and powerful enough to support the vast majority of everyday applications. python is o
Python-Developers-Handbook
- 这是一本详细的python手册,从python的简介到语法再到各种API的应用和python与其他语言的结合,本书足以让读者从入门到精通python。-Beginning with a brief introduction to the language and its syntax, the book moves quickly into more advanced programming topics, including embedding Python, network prog
Invoke-Python-In-BCB
- python的优点有很多,C++Builder的可视化很好,如果能在C++Builder中调用python的代码,那就太好了。本源码是本人花费近一个周利用休息时间研究出来的,非常有价值。-There are many advantages of python, C++Builder visualization is very good, if you can call in C++Builder python code that would be great. The source is I s
C#爬虫
- 这个用C#实现和python一样的原理功能,通过一个连接地址不断爬取html中的图片路径,然后下载指定的文件夹中,希望对大家有帮助,该源码来源于网络。(The realization of the principle of function like Python C#, connected through a continuous address crawling path in HTML images, and then download the specified folder, we w
python-doc-27-34
- Python算法解释了Python算法分析和设计的方法。Magnus Lie Hetland写的,开始的Python作者,这本书清晰地聚焦于经典的算法,但它也提供了一个坚实的理解基本算法解决问题的技巧。*本书讨论了一些最重要和最具挑战性的编程领域和C语言。(Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of
零基础Python入门课件和代码
- 书确实很不错,首先因为个人偏爱python,本书是用python描述,顿时感觉亲切很多。有人说python这种高级语言实现算法隐藏了很多细节,确实书中很多地方直接用到python bult-in的数据结构,如set dict list作为表达算法的载体,似乎不如c那么底层,但是从算法入门角度来讲,python语言因为清晰简练更适合用来描述算*廓,而且这也不是本讲数据结构的书,MIT的算法导论现在也开始用python来讲授恰好说明了这一点。(The book is really good, fi
TOPSIS-Python-master
- TOPSIS (Technique for Order Preference by Similarity to an Ideal Solution )法是C.L.Hwang和K.Yoon于1981年首次提出,TOPSIS法根据有限个评价对象与理想化目标的接近程度进行排序的方法,是在现有的对象中进行相对优劣的评价。(The TOPSIS (Technique for Order Preference by Similarity to an Ideal Solution) method was fi
用python重写了C语言经典100例
- python重写c语言经典100例子。。。。。。(Python rewrite c classic 100 examples)
《python基础教程第三版》
- 本书包括Python程序设计的方方面面,首先从Python的安装开始,随后介绍了Python的基础知识和基本概念,包括列表、元组、字符串、字典以及各种语句。然后循序渐进地介绍了一些相对高级的主题,包括抽象、异常、魔法方法、属性、迭代器。此后探讨了如何将Python与数据库、网络、C语言等工具结合使用,从而发挥出Python的强大功能,同时介绍了Python程序测试、打包、发布等知识。最后,作者结合 前面讲述的内容,按照实际项目开发的步骤向读者介绍了几个具有实际意义的 Python项目的开发过程。
Python金融行业必备工具
- Quantopian 研究、回测、算法众包平台 QuantConnect 研究,回测和投资交易 Quantstart 研究,回测和投资交易 ASC 研究、交易平台 zulutrade 自动交易平台 quantpedia 研究、策略平台 algotrading101 策略研究平台 investopedia 可以股票、外汇模拟交易的财经网站 Amibroker 提供系统交易工具的一家公司 AlgoTrades 股票、ETF、期货自动交易系统 Numerai 数据工程师众包的一家对
sputtering(C-Ti)
- 这是一个lammps示例,内容是Ti原子在金刚石基材上的溅射过程。包括了用python写的用于生成Ti原子初始能量的脚本,lammps的输入脚本使用了官方提供的Pylammps接口来。具体的过程见readme文件夹中的readme.md(This is an example of lammps in which Ti atoms are sputtered on a diamond substrate. The scr ipt written in Python is used to gener
