-
orcadcapturecis9
OrCAD Capture CIS 9 实用教程(OrCAD Capture CIS 9 Practical Tutorial)
- 2010-02-02 12:41:13下载
- 积分:1
-
adaboost
一个关于adaboost算法的matlab程序,这是我开始接触adaboost研究的程序,有实用价值(this is a adaboost algorithm write with matlab code,and it is my starting program of researching work on adaboost,it is valuable for application
)
- 2021-01-14 21:18:46下载
- 积分:1
-
c_adv_prog_ppt
数学与信息科学学院,C语言学习——高级进阶C语言学习高级教程(School of Mathematics and Information Science, C language learning- Senior Advanced C language learning advanced tutorials)
- 2014-04-01 15:21:28下载
- 积分:1
-
drtest5
利用ransac算法对平面进行多次迭代拟合(RANSAC algorithm is used to iterate the plane many times.)
- 2018-08-20 11:36:54下载
- 积分:1
-
x64读写驱动源码
说明: 64位C++读写驱动,今天翻硬盘翻出来的(64 bit C + + read and write driver)
- 2021-04-02 01:09:07下载
- 积分:1
-
bulk-download (1)
matlab中的基于两点平的矢量控制,控制对象是永磁同步电机。(The two-point flat vector control in matlab, the control object is a permanent magnet synchronous motor.)
- 2019-05-02 00:55:10下载
- 积分:1
-
课后作业用java写的 hw7
说明: 这是一个课后作业用java写的,帮助找到特点字符(a java script that used for finding specific character in a file)
- 2020-06-22 00:20:02下载
- 积分:1
-
boundary_conditions
emd算法中的边界条件函数
%BOUNDARY_CONDITIONS_EMD extends an extrema set to limit edge effects on the interpolations(% [TMIN,TMAX,ZMIN,ZMAX] = BOUNDARY_CONDITIONS_EMD(INDMIN,INDMAX,T,X,Z,NBSYM)
%
% inputs:
% - INDMIN, INDMAX: indices of minima and maxima in the real signal X
% - T: sampling times
% - X: real signal in which INDMIN and INDMAX are the indices of extrema
% - Z: signal which values are interpolated in the final envelope
% - NBSYM: number of points added to each end
%
% outputs:
% - TMIN, TMAX: extended sampling times
% - ZMIN, ZMAX: extended "extrema" set)
- 2017-12-05 12:18:02下载
- 积分:1
-
GTcall
公通软电话,市话,长途都是8分钱。注册一下平台,用户名和密码就可使用。-GTcall
- 2023-01-24 21:30:04下载
- 积分:1
-
VC++猫捉老鼠捉迷藏游戏
VC++猫捉老鼠捉迷藏游戏,带音效,每个老鼠,不管是猫的侧身还是后身,只要一碰猫就算是被猫吃看.只需将算法改为如下,便可实现只有接近嘴巴时才被吃掉.
If(在老鼠接猫时,再判断老鼠接的是猫的嘴巴,){吃掉}
即是:
若老鼠在猫的左边接近猫,且猫的方向需向右(m_nCatDirection==2)才能吃掉老鼠.
若老鼠在猫的右边接近猫,且猫的方向需向左(m_nCatDirection==3)才能吃掉老鼠.
若老鼠在猫的上边接近猫,且猫的方向需向下(m_nCatDirection==1)才能吃掉老鼠.
若老鼠在猫的下边接近猫,且猫的方向需向上(m_nCatDirection==0)才能吃掉老鼠.
以老鼠在猫的左边接近猫为例
- 2022-03-30 15:02:59下载
- 积分:1