代码搜索结果

找到约 8,715 项符合 I 的代码

sumarize11_3_3.m

I = imread('circuit.tif'); J = imrotate(I,35,'bilinear'); subplot(1,2,1) imshow(I) subplot(1,2,2) imshow(J)

sumarize11_4_2dct.m

I = imread('cameraman.tif'); I = im2double(I); %产生二维DCT变换矩阵 T = dctmtx(8); %计算二维DCT B = blkproc(I,[8 8],'P1*x*P2',T,T'); %二值掩模,用来压缩DCT系数 mask = [1 1 1 1 0 0 0 0 1 1 1

readme.database

I. Summary The database output plug-in enables snort to log to - Postgresql, - MySQL, - any unixODBC database, - MS SQL Server and - Oracle. This README contains some quick informati

errata

I had promised that the *.dat files would never change, but I learned later that miles.dat as originally distributed used the wrong two-letter state codes for Nebraska and Saskatchewan. This was polit

blank.w

@i gb_types.w \datethis @* Introduction. @p #include "gb_graph.h" /* the GraphBase data structures */ @h@# main() { } @* Index.

i.c

/* * (c) Copyright 1993, Silicon Graphics, Inc. * ALL RIGHTS RESERVED * Permission to use, copy, modify, and distribute this software for * any purpose and without fee is hereby granted, pro

demobase.pas

{$I DacDemo.inc} unit DemoBase; interface uses Classes, SysUtils, DemoFrame, CategoryFrame, DBAccess, MemUtils, {$IFDEF LINUX} QControls, QGraphics, QComCtrls, QForms {$ELSE} Windo

categoryframe.pas

{$I DacDemo.inc} unit CategoryFrame; interface uses {$IFDEF LINUX} QControls, QStdCtrls, QComCtrls, QGraphics, QForms, {$ELSE} Controls, StdCtrls, ShellApi, Windows, Forms, {$IFDEF WEB}

odacdemoform.pas

{$I DacDemo.inc} unit OdacDemoForm; interface uses {$IFDEF LINUX} SysUtils, Types, Classes, QGraphics, QControls, QForms, QMenus, QImgList, QStdCtrls, QComCtrls, QButtons, QExtCtrls, Q