科学网

 找回密码
  注册
Engineering With Python--Solving Problems the Open Source
范学良 2017-3-20 22:44
http://www.engineeringwithpython.com/ This blog is going to investigate and discuss various ways to use open source software (and sometimes ‘paid for’ software) to solve engineering/technical problems and then share those results with others.
1489 次阅读|没有评论
2维瞬态导热
范学良 2016-2-15 14:13
import numpy as np import pylab as pl dx = 0.01 # Step size in x-direction dy = 0.01 # Step size in y-direction nx = int(1/dx) # Number of bins over the x-axis ny = int(1/dy) # Number of bins over the y-axis a=1 # diffusion coefficient dt=(dx*dy)**2/(dx**2+dy**2)/2/a/2 total_time=200000 ...
个人分类: science|1934 次阅读|没有评论
gnuplot与CIE1931 XYZ三刺激值曲线
范学良 2014-8-7 13:22
数据文件: XYZ1931.dat 1、直接生成PNG文件 gunplot script: gnuplot set term pngcairo Terminal type set to 'pngcairo' Options are ' background #ffffff fontscale 1.0 size 640, 480 linewidth 2' gnuplot set output 'XYZ1931.png' gnuplot set xlabel ...
个人分类: gnuplot|5956 次阅读|没有评论
关于“谱色测温”的学术报告
热度 2 范学良 2014-4-22 18:37
4 月 18 日下午,中国科学技术大学教授、博士生导师程晓舫老师应邀到我院进行学术报告。我院环调、控制专业的本科生,全院研究生及部分教师,共计一百多人参加了此次学术活动。 报告开始前,朱院长代表学院向程教授的到来表示了热烈欢迎。在简要介绍了程教授的学术成就后,给在场 ...
2503 次阅读|4 个评论 热度 2
科学网就是与众不同
热度 1 范学良 2012-7-10 22:58
科学网就是与众不同,可以编辑公式,而且正是自己最熟悉的latex格式,非常不错啊 $$a x^2+b x^2+c=0$$
个人分类: 测试|2355 次阅读|1 个评论 热度 1

本页有 5 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-25 21:17

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部