代码搜索:JPG转CAD

找到约 10,000 项符合「JPG转CAD」的源代码

代码结果 10,000
www.eeworm.com/read/257500/11923843

html album.html

电子相册
www.eeworm.com/read/257500/11923918

html turn.html

图片翻折
www.eeworm.com/read/257500/11923992

html shutter.html

图片百叶窗
www.eeworm.com/read/154525/11948537

asp config.asp

www.eeworm.com/read/257078/11951196

m e0638.m

figure [X,cmap]=imread('C:\MATLAB7\toolbox\images\imdemos\trees.tif'); %图像文件trees.tif读入工作空间变量X中 image(X); colormap(cmap); %显示数据存放矩阵X的图像 imwrite(X,'ff.jpg','Quality',100) ; %
www.eeworm.com/read/343398/11951692

db~ images.db~

/a/bullet_circle.gif /a/astrix.gif /a/normal_radio_checked.gif /a/normal_unchecked_box.gif /a/bullet_square.gif /a/normal_disabled_checked_box.gif /a/1_haMP8lUW1ZRU_0CvdYaiSEcdH.gif /a/normal_d
www.eeworm.com/read/257073/11952428

txt readme.txt

同济大学新校园单网卡共享图解(beta1) 作者:wisi@同舟共济BBS[bbs.tongji.edu.cn] Last Modified:2002.09.28 欢迎转载,转载请注明来自同舟共济wisi 欢迎就此设置进行讨论,欢迎提供性价比更好的共享方法 ★文件说明 step0.jpg:单网卡共享之硬件连线 step1.jpg~st
www.eeworm.com/read/257033/11956782

htm 0121.htm

酷的导航条 .Rollover { behavior : url(js/imageRollover_js.
www.eeworm.com/read/154289/11972767

htm main.htm

武汉理工大学计算机支撑技术实验室
www.eeworm.com/read/154061/11991267

m example4_12.m

RGB=imread('hr.jpg'); YCbCr=rgb2ycbcr(RGB); subplot(1,2,1); subimage(RGB); title('原图像'); subplot(1,2,2); subplot(1,2,2); subimage(YCbCr); title('变换后的图像');