-
用来检验图像分割算法效果的一个经典图像,希望对作这方面试验的人有用...
用来检验图像分割算法效果的一个经典图像,希望对作这方面试验的人有用-used to image segmentation algorithm test results of a classic image, and I hope to make this useful test of
- 2023-06-04 23:00:04下载
- 积分:1
-
luheng
交叉谱分析 计算时间序列的滞后性 能广泛的应用于气象等科研领域(Spectrum analysis)
- 2010-06-24 17:07:04下载
- 积分:1
-
source
二进制通信系统的蒙特卡罗仿真。用蒙特卡罗仿真估计使用相关器或匹配滤波器的二进制通信系统的误码率 ,并画出 对SNR的图。(Binary communication system Monte-Carlo simulation. Estimated using Monte-Carlo simulation or use of binary matched filter communication system bit error rate, and draw the map of the SNR.)
- 2009-05-31 15:52:44下载
- 积分:1
-
半圆形的jquery旋转菜单
半圆形的jquery旋转菜单,旋转效果的实现基于cloud-carousel.1.0.5.js插件,里面同时还应用了不少的JS封装插件,还有很多的图片,这个菜单固然很好看,不过用时候,修改的时间也需要药费不少。
- 2022-03-05 09:38:34下载
- 积分:1
-
vc环境下对pro/engineer 进行二次开发的小例子。示例演示了对话框的开发方法。...
vc环境下对pro/engineer 进行二次开发的小例子。示例演示了对话框的开发方法。-vc environment on the pro/engineer to carry out the secondary development of small examples. Examples demonstrate the development of methods of dialog.
- 2022-11-23 07:00:03下载
- 积分:1
-
ETAP4节点系统仿真
ETAP电力系统仿真平台汇总搭建的4节点系统故障仿真模型(4-node system fault simulation model built up by ETAP power system simulation platform)
- 2020-06-25 00:40:02下载
- 积分:1
-
ansys自动读写及分配CPU
ANSYS apdl代码,在有很多个计算工况的情况下,用此代码实现多工况依次批处理的功能(ANSYS APDL code, in a lot of calculation conditions under the condition of multi condition are batch function with this code)
- 2020-11-23 19:29:34下载
- 积分:1
-
adrc_eso3
说明: 对于二阶系统G(s)=wc^2/(s+wc)^2,设计的ADRC的仿真程序。(The simulation program of ADRC for the second order system G(s)=wc^2/(s+wc)^2.)
- 2020-01-13 22:06:59下载
- 积分:1
-
jixian
能进行脉搏波的波峰波谷识别,还有一些基线漂移的处理(It can recognize the peak and valley of pulse wave, and process some baseline drift.)
- 2021-05-22 12:30:03下载
- 积分:1
-
Delphi将TableToClass 表文件转换成类文件
Delphi将TableToClass 表文件转换成类文件,//刷新数据库procedure RefreshDB;
//读取数据库名称列表
function ReadDBNameList: TStringList;
//读取数据表名称列表
function ReadTableNameList: TStringList;
function TableToClassInfo(ATableName: string): TStrings;
//取得SQLServer字段的类型,返回相应Delphi变量类型
function GetColumnType(AType: integer): string;
//取得SQLServer字段的类型,返回相应字符串
function GetDBColumnType(AType: integer): string;
//仅生成类信息
procedure GenerateClassInfo;
//生成Unit文件
procedure GenerateUnitFile;
procedure TableToClassInfo1(ATableName: string; var AClassList1, AClassList2: TStringList);
//取得保存的文件名,没有扩展名
function GetFileName(AFileName: string): string;
//保存文件
procedure SaveToFile(AList: TStringList = nil);
//取取选择数据表的数量
- 2022-03-24 10:52:12下载
- 积分:1