-
huisuzuhe
利用回溯算法解决组合问题。构造虚拟二叉树,采取深度优先搜索方式得到解。(Backtracking algorithm to solve combinatorial problems. Construct a virtual binary tree, the depth-first search to get the solution.)
- 2012-03-29 12:59:33下载
- 积分:1
-
falk
This program graphics a signal with all colours and make the analysis in the frequency domain.
- 2010-09-16 01:59:38下载
- 积分:1
-
raPsd2d
The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the average of all possible directional power spectra. This function computes and plots the RAPS of an input image. The function was written to produce the RAPS for square weather radar reflectivity images so you will have to relabel the plot axes and title to suit your needs. The radially averaged power spectrum provides a convenient means to view and compare information contained in 2D spectra in 1D
- 2009-05-04 05:46:14下载
- 积分:1
-
fdfacein
face detection and face recognition program and face tracking do and enjoy u r luck
- 2009-12-04 01:20:37下载
- 积分:1
-
tsp
本源码是matalb解决数学中经典的tsp问题的代码,算法思想是遗传算法(The source is matalb tsp solve mathematical problems in the classical code, the algorithm idea is that genetic algorithms)
- 2011-06-04 00:02:53下载
- 积分:1
-
Canny
说明: 基于matlab的canny算子实现边缘提取(Edge extraction based on Canny operator of MATLAB.)
- 2020-05-07 14:56:51下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1
-
Induction_motor
The following Matlab scripts are used to plot the basic torque slip curves with changing input voltage, and input frequency.
- 2011-05-31 05:53:26下载
- 积分:1
-
6DOF-robot
六自由度机器人源程序
6DOF机器人的matlab仿真(Six degree of freedom robot source
Matlab simulation of 6DOF robot)
- 2014-10-28 14:23:13下载
- 积分:1
-
kalman_filter
反馈控制系统的卡尔曼滤波器的simulink模型,用于熟悉卡尔曼滤波的MATLAB编程(simulink model Kalman filter feedback control system for the familiar MATLAB programming Kalman Filter)
- 2016-04-07 12:37:23下载
- 积分:1