-
1
说明: 《普林斯顿科学文库2-天遇混沌与稳定性的起源》
《普林斯顿科学文库2-天遇混沌与稳定性的起源》(" Princeton Science Library 2- day event of the origin of chaos and stability," " Princeton Science Library 2- day event of the origin of chaos and stability," )
- 2010-04-20 11:33:28下载
- 积分:1
-
upqcmodelmpc_1
upqc with model predictive control
- 2010-05-13 19:54:48下载
- 积分:1
-
Discrete-Optimization-in-Early-Vision
This thesis describes methods for solving certain optimization problems commonly arising in computer vision by PETTER STRANDMARK
- 2013-09-19 10:12:12下载
- 积分:1
-
KIVA3V.rel2 源码解说
这是关于发动机缸内燃烧的数值模拟软件KIVA-3V的源码解说。(This is the engine cylinder combustion simulation software KIVA-3V source commentary.)
- 2014-02-04 06:10:25下载
- 积分:1
-
MATLAB
说明: 离散点拟合贝塞尔曲线,可以改变阶数,求控制点并求出误差(Fitting Bezier curve with discrete points)
- 2020-11-22 15:59:34下载
- 积分:1
-
Statisticalforecastinganddecision-making
本课件主要讲述了Matlab在经济学统计预测和决策领域的应用,对于经济统计学方面的研究和数学建模具有很好的指导作用。(The courseware is mainly explained Matlab statistical forecasting and decision-making in the field of economics, the application of research for economic statistics and mathematical modeling has a good guide.)
- 2010-08-30 09:55:39下载
- 积分:1
-
454545
单服务台系统仿真单服务台系统仿真单服务台系统仿真单服务台系统仿真(Single Desk Single Desk system simulation simulation simulation single single-desk system help desk system simulation)
- 2009-04-24 09:45:12下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
LabeledItem
An item that has an integer label.
- 2013-12-03 13:44:01下载
- 积分:1
-
LocalContrast
To find the contrast of an image locally.
- 2014-02-20 17:09:20下载
- 积分:1