-
重力加速
采用LBM方法模拟管道中考虑重力条件的流动过程。(The LBM method is used to simulate the flow process in Pipeline Considering Gravity conditions.)
- 2021-01-15 10:48:46下载
- 积分:1
-
AS2Debug
AS2Debug是为了弥补flash自带的trace的不足而制作的,增加了一下几个主要功能
1.对object和Array做了解析,能输出包含的具体数据和类型
2.对movieclip做了处理,使用digMc方法,可以方便的输出包含的所有子影片的详细信息
3.增加了信息分类和染色(分为trace,info,error,waring四种)(AS2Debug is built-in flash in order to compensate for the lack of trace produced by an increase of about one a few main functions. Array of object and to do the analysis, the output can contain specific data and type 2. Movieclip to do the processing, use digMc methods, the output can easily contain all the details of sub-video 3. an increase of information classification and coloring (divided into trace, info, error, waring four))
- 2008-05-14 16:34:48下载
- 积分:1
-
sxnb
说明: 基于simulink搭建了一个简易的三相电压型逆变器模型, 仿真结果验证了三相电压型逆变器的工作原理。(A simple three-phase voltage source inverter model is built based on simulink. The simulation results verify the working principle of the three-phase voltage source inverter.)
- 2019-06-19 22:36:12下载
- 积分:1
-
sunplus8202L schematics, protel99 format, for reference only
sunplus8202L原理图,protel99格式的,仅供参考-sunplus8202L schematics, protel99 format, for reference only
- 2022-03-25 05:54:59下载
- 积分:1
-
在MATLAB中读取edf格式数据,用于脑电信号处理
在MATLAB中读取edf格式数据,用于脑电信号处理-In MATLAB to read edf format data for EEG signal processing
- 2023-03-29 16:45:03下载
- 积分:1
-
一个虚拟仪器的程序,功能为保存图片数据到数据库。
一个虚拟仪器的程序,功能为保存图片数据到数据库。-A virtual instrument procedures, functions for the preservation of image data to a database.
- 2023-05-07 12:35:02下载
- 积分:1
-
Java中的Canvas绘图源码实例
Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:
int w = getWidth(); // 画布的宽度
int h = getHeight(); // 画布的高度
Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像
Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境
// 清除画布
public void clearScreen() {
gc.setColor(255,255,255); // 设置绘图颜色为白色
gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色
gc.setColor(255,0,0); // 设置绘图颜色为红色
}
// 绘制直线
public void drawLine() {
setTitle("直线"); // 设置画布的标题
clearScreen(); // 清除画布
gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线
gc.setColor(0,0,255); // 设置绘图颜色为蓝色
gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线
}
// 绘制弧
public void drawArc() {
setTitle("弧线和填充弧");
clearScreen();
gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线
gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆
gc.setColor(0,0,255);
gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线
gc
- 2023-04-11 05:50:03下载
- 积分:1
-
caculator_basedon_dialog
我自己写的一个基于对话框的计算器,很有参考价值。(I wrote a dialog on the calculators, great reference value.)
- 2007-01-07 15:55:22下载
- 积分:1
-
《计算机网络与数据通信实验教程》源代码, WinRAR自解压包。
《计算机网络与数据通信实验教程》源代码, WinRAR自解压包。-"computer networks and data communication experiment Guide" source code, WinRAR self-extract package.
- 2022-06-03 19:46:27下载
- 积分:1
-
WPA-master
说明: 狼群算法的实现,通过matlab的实现,以图的形式展现狼群里如何进行搜捕猎物。(Implementation of wolf pack algorithm)
- 2021-04-28 09:58:44下载
- 积分:1