搜索资源列表
100programs-in-Python
- 一百个用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,"") setbkcolor(YELLOW) fo
baifenbi
- 利用python编写的用语统计百分比占比详细情况的小程序计算百分比(This is a program in use of calc persent,and return the result to user. It is written by python3.4 and can be runned in ERIC6)
python 程序
- 此为众多Python小案例,可以做学习用。(This is a small case of Python.)
python
- python开发的一些小程序,包括从头到尾打印链表、合并链表、用xx代替字符串中的某个字母等(some things about list and strings)
笨办法学 Python(第四版)
- 这本小书的目的是让你起步编程Python。虽然书名说是“笨办法”,但其实并非如此. 所谓的“笨办法”是指本书教授的方式。在这本书的帮助下,你将通过非常简单的练习学会一门编程语言。做练习 是每个程序员的必经之路: 1. 做每一道习题 2. 一字不差地写出每一个程序 3. 让程序运行起来(The purpose of this small book is to make you start programming Python. Although the title of the book is &
简单PSO
- PSO小程序,能优化机器学习等方法的参数,利用python平台实现,具有很好的实用性(PSO small program can optimize the parameters of machine learning and other methods. It is realized with the python platform. It has good practicability.)
常用库整理
- python编程资料,关于python学习的资料以及小程序编写的例子,常用库整理(Programming data of python)
temp
- 简单PYTHON小程序:包括赋值,循环,数据提取,ANN,MCMC, MH(very easy program,Including assignment, loop, data extraction, ANN, MCMC, MH)
python小程序
- 根据传统的经典迪杰特斯拉算法,利用Python求解最短路径(shortest path.According to the traditional classic detesla algorithm, we use Python to solve the shortest path.)