科学网

 找回密码
  注册
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.
1488 次阅读|没有评论
今天天气不错的,很有些秋高气爽的味道了。
热度 2 范学良 2016-9-18 18:49
打算把科学网的博客,开辟成自己的教学园地,服务教学,服务学生吧。 下午面试几位要保研的同学,问了一个专业问题:理想气体的两个主要特征是什么?发觉他们回答地并不好,这可是在教学的时候特意强调的,看来还是理解不深,或者在教学过程中,重点不够突出,没能给他们留下 ...
1918 次阅读|2 个评论 热度 2
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 次阅读|没有评论
NO TITLE
热度 1 范学良 2014-8-16 11:02
A good head and a good heart are always a formidable combination. People learn to hate, and if they can learn to hate, they can be taught to love, for loves comes more naturally to the human heart than it's opposite. ...
个人分类: 未分类|2279 次阅读|1 个评论 热度 1
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|5955 次阅读|没有评论
关于“谱色测温”的学术报告
热度 2 范学良 2014-4-22 18:37
4 月 18 日下午,中国科学技术大学教授、博士生导师程晓舫老师应邀到我院进行学术报告。我院环调、控制专业的本科生,全院研究生及部分教师,共计一百多人参加了此次学术活动。 报告开始前,朱院长代表学院向程教授的到来表示了热烈欢迎。在简要介绍了程教授的学术成就后,给在场 ...
2503 次阅读|4 个评论 热度 2

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

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

GMT+8, 2024-4-25 09:54

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部