搜索资源列表
qiu
- 利用sudo来执行一条root权限的命令 执行一条命令就要su一下,很麻烦。 sudo sh -c \"python mount.py\" 这样来执行,我个人觉得就方便多了。 ^_^ -use sudo to implement a root of the command execution order should a su that very troublesome. Sudo sh-c "python mount.py" to implem
Scrosspectrum
- 两序列x(n)和y(n)的交叉谱分析,ol(0:m)频率,tl(0:m)周期,px(0:m)是x(n)的连续功率谱,py(0:m)是y(n)的连续功率谱,pxy(0:m)协谱,qxy(0:m)余谱,rxy(0:m)凝聚谱,cxy(0:m)位相差谱,lxy(0:m)滞后时间长度谱,rxy951(0:m)凝聚谱F-检验的95%置信上限,rxy952(0:m)凝聚谱Goodman-检验的95%置信上限,其中m=[n/2.]。 -two sequences x (n) and y (n) of the
aafv
- The computer program for the maximum entropy estimation of a wave distribution function-The computer program for the maximum entro py estimation of a wave distribution function
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
PythonPra3
- C++结合Python脚本编程,内有说明文档,使用C++函数调用.py脚本,通过Tuple传递参数,另外试用函数实现了传递Unicode参数。
phonebook
- 用python 实现的一个电话本,详细说明,参阅注释,我为了从这下一样东西 都这么难 阿 !!请把文件扩展名改为“py”
menu.py
- gui menu creation in python
py
- python文件生成,python封装发布.exe格式的文件,可用网址调用-python file generation, python package release. exe file format that can be used to call the URL
Micortic brutforce
- brute force a MT webpage! F** i only want to download a file!!!!
TodoList.py
- An edit window that can create or edit a list of things to be done.
GUI.py
- 这是一个Tkinter的GUI代码,里面集合了Tkinter的大部分控件效果,可以用此代码来学习Tkinter的各个控件的使用-This is a GUI Tkinter code, which sets the majority of the Tkinter control effect, you can use this code to learn the use of the Tkinter
Tetrisgame
- python写的俄罗斯方块,适合初学py的了解wxpython的综合运用- Python to write the Russian box, suitable for beginners to understand the comprehensive use of wxPython PY
Python_Soduku_Cheats-master
- 本项目使用Python实现,仅使用了copy模块和time模块,代码中大量应用了for循环、if条件判断、列表(list)方法和递归,适合Python初学者巩固Python基础;在config文件中根据数独题目,更新数独列表的值;然后执行soduku.py,就会输出该数独题目对应的答案。(This project is based on Python , and I used no modules other than copy and time. The code use a lot of B
绘制函数
- 可以根据界面输入画布范围和turtle运动的属性,点击label.py进行运行(According to the interface, you can input the canvas range and the attributes of the turtle motion)