实例介绍
【实例简介】用python做科学计算-配套源代码
随着NumPy, SciPy, Matplotlib, Enthought librarys等众多程序库的开发,Python越来越适合于做科学计算、绘制高质量的2D和3D图像。和科学计算领域最流行的商业软件Matlab相比,Python是一门通用的程序设计语言,比...
文件清单
└── examples
├── chaco_app_example.py
├── chaco_HPlotContainer.py
├── chaco_multiple_line.py
├── chaco_simple_line.py
├── double_pendulum_animation.py
├── double_pendulum_odeint.py
├── double_pendulum_odeint.pyc
├── double_pendulum_solver.py
├── equalizer_designer.py
├── equalizer.py
├── fft_example.py
├── fft_example_rectangle.py
├── fft_triangle_GUI.py
├── filter_cascade.py
├── filter_equalizer.py
├── filter_firdesign_firwin.py
├── filter_firdesign.py
├── filter_firdesign_sinc.py
├── filter_lfilter_example01.py
├── filter_lfilter_impulse.py
├── filter_logfreqz.py
├── filter_remez.py
├── filter_remez_weight.py
├── fsolve_jacobian.py
├── h1.txt
├── h3.txt
├── IFS.data
├── IFS_fern.py
├── IFS.py
├── lattice_filter.py
├── mandelbrot_numpy.py
├── mandelbrot_python.py
├── mandelbrot_smooth_python.py
├── mandelbrot_weave.py
├── matplotlib_axis.py
├── matplotlib_example01.py
├── matplotlib_example01.pyc
├── matplotlib_hist.py
├── matplotlib_hist.pyc
├── mlab_mesh_cube.py
├── mlab_mesh.py
├── mlab_odeint_lorenz.py
├── mlab_sphere.py
├── mpl_figure_editor.py
├── mpl_figure_editor.pyc
├── nlms_invconvolve.py
├── nlms_numpy.py
├── nlms_numpy.pyc
├── nlms_test.py
├── numpy_ogrid_mlab.py
├── numpy_struct_array.py
├── opencv_show_img.py
├── poly_editor.py
├── pyaudio_play.py
├── pyaudio_record.py
├── pyplot_simple_plot.py
├── readwave.py
├── scipy_fmin.py
├── scipy_interpolation.py
├── scipy_least_square_fitting.py
├── scipy_odeint_lorenz.py
├── scipy_quad.py
├── scipy_signal.py
├── simple_pendulum_odeint.py
├── simple_pendulum_period.py
├── spectrum_average.py
├── spectrum_example_50HzRepeat_hann.py
├── spectrum_example_50HzRepeat.py
├── spectrum_example_hann.py
├── spectrum_example_hann_window.py
├── spectrum_example_lowpass.py
├── spectrum_example.py
├── spectrum_fft_convolve.py
├── spectrum_fft_convolve.pyc
├── spectrum_fft_convolve_timeit.py
├── spectrum_hilbert_envelop.py
├── spectrum_hilbert_freq.py
├── spectrum_hilbert_sin.py
├── spectrum_overlap_add_plot.py
├── spectrum_overlap_add.py
├── test.eq
├── test.py
├── Thumbs.db
├── tmp2.py
├── tmp.py
├── traits_listener.py
├── traits_pickle.py
├── traits_property.py
├── traitsUI_csv_viewer.py
├── traitsUI_group.py
├── tvtk_cone_example.py
├── tvtk_ivtk_cone.py
├── tvtk_shrinkPolyData.py
├── tvtk_simple_cone.py
├── tvtk_stl_example.py
├── vpython_axis.py
├── vpython_ball_in_box.py
├── vpython_simple_animation.py
├── vtk_cone_example.py
├── weave_sum_bentchmark.py
└── writewave.py
1 directory, 101 files
随着NumPy, SciPy, Matplotlib, Enthought librarys等众多程序库的开发,Python越来越适合于做科学计算、绘制高质量的2D和3D图像。和科学计算领域最流行的商业软件Matlab相比,Python是一门通用的程序设计语言,比...
【实例截图】
文件清单
└── examples
├── chaco_app_example.py
├── chaco_HPlotContainer.py
├── chaco_multiple_line.py
├── chaco_simple_line.py
├── double_pendulum_animation.py
├── double_pendulum_odeint.py
├── double_pendulum_odeint.pyc
├── double_pendulum_solver.py
├── equalizer_designer.py
├── equalizer.py
├── fft_example.py
├── fft_example_rectangle.py
├── fft_triangle_GUI.py
├── filter_cascade.py
├── filter_equalizer.py
├── filter_firdesign_firwin.py
├── filter_firdesign.py
├── filter_firdesign_sinc.py
├── filter_lfilter_example01.py
├── filter_lfilter_impulse.py
├── filter_logfreqz.py
├── filter_remez.py
├── filter_remez_weight.py
├── fsolve_jacobian.py
├── h1.txt
├── h3.txt
├── IFS.data
├── IFS_fern.py
├── IFS.py
├── lattice_filter.py
├── mandelbrot_numpy.py
├── mandelbrot_python.py
├── mandelbrot_smooth_python.py
├── mandelbrot_weave.py
├── matplotlib_axis.py
├── matplotlib_example01.py
├── matplotlib_example01.pyc
├── matplotlib_hist.py
├── matplotlib_hist.pyc
├── mlab_mesh_cube.py
├── mlab_mesh.py
├── mlab_odeint_lorenz.py
├── mlab_sphere.py
├── mpl_figure_editor.py
├── mpl_figure_editor.pyc
├── nlms_invconvolve.py
├── nlms_numpy.py
├── nlms_numpy.pyc
├── nlms_test.py
├── numpy_ogrid_mlab.py
├── numpy_struct_array.py
├── opencv_show_img.py
├── poly_editor.py
├── pyaudio_play.py
├── pyaudio_record.py
├── pyplot_simple_plot.py
├── readwave.py
├── scipy_fmin.py
├── scipy_interpolation.py
├── scipy_least_square_fitting.py
├── scipy_odeint_lorenz.py
├── scipy_quad.py
├── scipy_signal.py
├── simple_pendulum_odeint.py
├── simple_pendulum_period.py
├── spectrum_average.py
├── spectrum_example_50HzRepeat_hann.py
├── spectrum_example_50HzRepeat.py
├── spectrum_example_hann.py
├── spectrum_example_hann_window.py
├── spectrum_example_lowpass.py
├── spectrum_example.py
├── spectrum_fft_convolve.py
├── spectrum_fft_convolve.pyc
├── spectrum_fft_convolve_timeit.py
├── spectrum_hilbert_envelop.py
├── spectrum_hilbert_freq.py
├── spectrum_hilbert_sin.py
├── spectrum_overlap_add_plot.py
├── spectrum_overlap_add.py
├── test.eq
├── test.py
├── Thumbs.db
├── tmp2.py
├── tmp.py
├── traits_listener.py
├── traits_pickle.py
├── traits_property.py
├── traitsUI_csv_viewer.py
├── traitsUI_group.py
├── tvtk_cone_example.py
├── tvtk_ivtk_cone.py
├── tvtk_shrinkPolyData.py
├── tvtk_simple_cone.py
├── tvtk_stl_example.py
├── vpython_axis.py
├── vpython_ball_in_box.py
├── vpython_simple_animation.py
├── vtk_cone_example.py
├── weave_sum_bentchmark.py
└── writewave.py
1 directory, 101 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论