资源列表
MATLAB_CellProfilerv1.0
- CellProfiler is designed for biologists without training in computer vision or programming to quantitatively measure cells in thousands of images automatically. It has a user-friendly graphical interface. CellProfiler has a modular, flexible infras
FFTdemo
- 这是一个用VB实现FFT运算,并且进行简单应用的演示程序。-This is a FFT algorithm demo, programmed by VB language. The core of this programm is the realization of FFT algorithm by VB language.
data_fft
- data FFT Analyzer usging matlab FFT function
matlab-fuzzy-tooboxusing
- 介绍了关于模糊工具箱的应用,详细,直观,有助于了解与应用模糊算法-Information on the application of fuzzy toolbox in detail, intuitive, help understanding and application of fuzzy algorithm
matlab8910
- 这是我们上课用的Matlab课件,非常有用,希望对大家有用-This is our school with the Matlab software, very useful, useful for all of us hope. . .
MATLAB567
- 这是我们学的Matlab的课件,非常有用,希望能给大家帮助-This is what we learn of the Matlab software, very useful, I hope we can help. . .
7
- 一家银行希望采用光学字符识别系统自动读出支票中的账号,组成账号的每个数字都是7段数 位体。一种图象处理软件可以将组成数字的横段和竖段分别转换成ASCII码中的竖线‘|’和下划线 ‘_’。你需要设计一个程序,从扫描转换的结果推测原始的账号,假定: (1)若经扫描转换的某组数字全部保存了正确的数字形式而且满足校验条件,则该组数字就是原 始的账号; (2)9位数中最多只有一位在扫描转换中失去正确的数字形式; (3)扫描转换不会引入额外的数位段。 -A bank wishin
MATLAB123
- 这是我们学Matlab的课件,通俗易懂,希望大家可以看看,非常有用!-This is our study of the Matlab software, user-friendly, I hope that we can see, very useful!
4
- 在计算机辅助设计(CAD)中,有一个经典问题:消除隐藏线(被其它图形遮住的线段)。你需要设计一个软件,帮助建筑师绘制城市的侧视轮廓图。为了方便处理,限定所有的建筑物都是矩形的,而且全部建立在同一水平面上。每个建筑物用一个三元组表示(Li,Hi,Ri)其中Li和Ri分别是建筑物i的左右边缘坐标,Hi是建筑物i的高度。 -In computer-aided design (CAD), there is a classic problem: the elimination of hidden li
3
- 给出一个正方形图案和它的变换图案,称为图案变换对。编写程序,求图案变换对之间的最小变换。图案是由黑白两种小方块构成的。-Give a square design and its transformation patterns, called the design change right. Programming, and changing patterns of change among the smallest. Black and white pattern is composed of
5
- 试题 也许是因为有 10 个手指的原因,所以我们把 0~9 十个数字组合起来表达任意的数值,但这并不是唯一可能的记数法。在某个外星球居住着一种智慧生物,他们的手跟我们的手构造不同,他们的记数法也很奇特。他们用三个记号’0’,’1’,’-’的组合来表达数值,这三个记号分别对应数值 0,1,-1。-Questions may be because of the reasons for the 10 fingers, so we have 0 ~ 9 to 10 the number of combi
2
- 前两行分别指示字符矩阵的宽 w 和高 h(1<=w<=80 且 1<=h<=80)。接下来的 h 行每行 w 个字 符便是字符矩阵的内容,再下面的 1 行为要寻找的字符串的数目 n(n<10),其后的 n行便是要寻找的字符串,每个字符串不会超过 20 个字符。 -Instructions were the first two lines of wide-character matrix w and h (1 < = w < = 80 and 1 <
