-
1011
netbpm-0.8.8.1.zip
开源工作流引擎(netbpm-0.8.8.1.zip)
- 2010-11-27 13:48:53下载
- 积分:1
-
Poisson-Equation-with-Multigrid
多网格求解泊松方程,给出并解释了一个如何使用多网格求解的过程(I give a short explanation of how to use multigrid to solve the Poisson
equation in cylindrical coordinates for a solid conducting pipe. I also
explain how to use a non-uniform grid to optimize the problem.
)
- 2012-04-13 17:09:38下载
- 积分:1
-
matlab-bin
MATLAB 二进制 相关函数介绍
十进制数转换为二进制数 等(MATLAB binary correlation function)
- 2012-10-27 11:20:55下载
- 积分:1
-
PcModWin V3.7
说明: PcModWin V3.7,modtran4界面化输入软件(PcModWin V3.7,Gui for modtran4 input.)
- 2020-03-11 14:49:30下载
- 积分:1
-
lesson15_3
本例程是基于1602液晶显示实时时钟,使用DS1302,使用51系列单片机,通过本例程可以熟悉1602和1302的操作,适合单片机课程设计或者毕业设计的一项功能,程序编译通过可直接移植使用(This routine is based on the 1602 LCD real-time clock, use the DS1302, use 51 series, through this routine may be familiar with the operation of 1602 and 1302, for SCM curriculum design or a functional design Graduation, a program compiled through direct transplantation use)
- 2015-12-08 00:16:23下载
- 积分:1
-
Camdemo
Camshift算法,即"Continuously Adaptive Mean-Shift"算法,是一种自适应的运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪目的。(Camshift algorithm, namely " Continuously Adaptive Mean-Shift" algorithm is an adaptive motion tracking algorithm. It is primarily the color information of the object' s movement through the video images to achieve tracking purposes.)
- 2014-01-11 19:45:29下载
- 积分:1
-
毕业设计选题系统
基于工作流的毕业设计管理系统-过程管理子系统,基于工作流的毕业设计管理系统-答辩管理子系统,基于工作流的毕业设计管理系统-统计分析子系统
- 2022-02-03 10:04:52下载
- 积分:1
-
C# 使用几何图形剪辑图像控件中的部分区域
C# 使用几何图形剪辑图像控件中的部分区域,类似于图片遮罩的效果,本例中,把一张图片裁切成椭圆形,图片显示在椭圆的底部,可随窗口的改变自动改变大校
private void Window_Loaded(object sender, RoutedEventArgs e)
{//使用几何图形剪辑图像控件中的部分区域
var MyClip = new EllipseGeometry();
MyClip.RadiusX = 120;
MyClip.RadiusY = 80;
MyClip.Center = new Point(145, 110);
this.image1.Clip = MyClip;
}
- 2022-11-04 14:00:03下载
- 积分:1
-
电子元器件选型系统
该系统基于QT4,Release发布后即可使用。通过下载数据库数据,本地解压,多线程进行一个数据查询、搜索的功能,可以完成自主下订单等功能。
- 2022-01-25 15:19:10下载
- 积分:1
-
disk
磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。(Disk is the high-speed, large capacity, rotating, direct access storage device. As a secondary computer system memory, to carry out heavy work input and output in modern computer systems often also have a number of requests to access the disk input and output requirements. System can use a strategy, as far as possible the best order of implementation of the disk access requests. As the disk access time is mainly affected by the impact of seek time T, which requires use of appropriate seeking algorithms to reduce the seek time. This experiment requires students to design a disk scheduling simulation program, observe the dynamic process scheduler. Experiments for students to understand and grasp the disk scheduling functions.)
- 2010-05-29 16:06:53下载
- 积分:1