-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1
-
prgm
matlab programs used to calculate conv,autocorrelation,dft,
idft,etc
- 2011-01-19 15:31:30下载
- 积分:1
-
matlab
MATLAB课件,该课件是中文的,较容易学习,对于不熟悉英语的人有一定的好处。(MATLAB courseware, the courseware is Chinese, and more easy to learn, for people who are not familiar with English, have a certain advantage.)
- 2009-12-14 22:01:48下载
- 积分:1
-
M
说明: 基于模板匹配的车牌自动识别系统的设计源代码(Based on template matching license plate recognition system design source code)
- 2014-11-27 18:12:28下载
- 积分:1
-
ekf
this program describes the extended kalman filter
- 2012-02-14 11:19:23下载
- 积分:1
-
segy_control
对sgy格式的地震数据,进行各种操作。包括读取和制作,以及道头字提取,地震数据提取等。期待与有共同目标的朋友们研究。(Sgy format for seismic data in the various operations. Including the reading and production, as well as the Road, the first word extraction, data extraction, such as an earthquake. Look forward to working with common goals have friends study.)
- 2007-07-17 21:39:02下载
- 积分:1
-
baojing
matlab编写的视频监控采集和目标提示软件,请批评指正!!!(matlab prepared video surveillance and target acquisition software tips, please criticism! ! !)
- 2013-12-09 21:34:18下载
- 积分:1
-
Memset_Memcpy_Strcpy
Memset、Memcpy、Strcpy 的作用和区别(Memset, Memcpy, Strcpy distinction between the role and)
- 2010-07-15 14:54:40下载
- 积分:1
-
jisuandiacixue
计算电磁学作业---1、对圆锥面进行划分网格;2、高斯消去法求解方程,都用matlab编写。含有报告和程序(在报告中,可以用)(Computational Electromagnetics job--- 1, the conical surface mesh 2, the Gaussian elimination method to solve equations, are written with matlab. Contains reports and procedures (in the report, can be used))
- 2011-05-10 15:27:14下载
- 积分:1
-
programming-in-matlab-2
This tutorial is intended for those who want to learn basics of MATLAB programming language.
Even with a limited knowledge of this language a beginning programmer can write his/her own
computer code for solving problems that are complex enough to be solved by other means.
Numerous examples included in this text should help a reader to learn quickly basic programming
tools of this language. Topics discussed include the m-files, inline functions, control flow,
relational and logical operators, strings, cell arrays, rounding numbers to integers and MATLAB
graphics.
- 2013-10-14 20:07:07下载
- 积分:1