联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图片显示(30) 

[图片显示] wind_

在网站上下载的.gz文件,读取风速变量数据并分成u,v分量,在特定的经纬度范围内绘制风矢量图,加上陆地边界。
The. GZ file downloaded from the website reads the wind speed variable data and divides it into U and V components, draws the wind vector map in a specific latitude and longitude range, plus the land boundary. (2019-12-22, matlab, 733KB, 下载1次)

http://www.pudn.com/Download/item/id/1577009427752011.html

[图片显示] CImage

图像图形显示,封装了图像的一些操作类,例如,获取指点位置的像素值,改变位图的尺寸等
****************** CImg CImg::operator+ (CImg gray) 功能:图像按位加 参数: CImg 对象 返回值: CImg 相加后的 CImg 类图像对象 ****************** CImg CImg::operator+ (CImg gray) { CImg grayRet //返回图像 grayRet *this //取得图像的高和宽 int nHeight GetHeight() int nWidth GetWidthPixel() int i, j //循环变量 //不能在CImg类对象中直接进行像素相加,因为相加的结果可能超过255 vector< vector<int> > GrayMat //求和后暂存图像的灰度点阵 vector<int> vecRow(nWidth, 0) //GrayMat中的一行(初始化为0) for(i 0 i<nHeight i++) { GrayMat.push_back(vecRow) } (2017-05-17, Visual C++, 7KB, 下载6次)

http://www.pudn.com/Download/item/id/1495013195774593.html

[图片显示] luoyeflash

所有图片保存在558200_xiangce_img文件夹里面 缩略图大小: 宽90 高60 大图:宽450 高350(所有照片一定要.JPG格式才能显示,缩略图请在图片名后面加上 _558200 ) 设计作品说明: 缩略图大小 26*26 大图 宽381* 高350 (与照片格式要求一样,缩略图文件名加b)文件保存在558200_zuopin.img文件夹里面 留言本管理账号密码为admin admin
All pictures stored in a folder inside 558200_xiangce_img Thumbnail size: Width 90 high 60 Big Picture: width 450 height 350 (all photos must be .JPG format to display thumbnails in the image name ends _558200) Design work Description: Thumbnail size 26* 381* 26 large image width is 350 (with photo format requirements as thumbnail file name plus b) file is saved in a folder inside 558200_zuopin.img Guestbook administrative account password is admin admin (2016-04-26, ASP, 10168KB, 下载1次)

http://www.pudn.com/Download/item/id/1461632440663430.html

[图片显示] arthas

一张失传的照片,阿尔萨斯。米奈希尔 还未堕落的照片,在网上已经找不到了
A lost photos, Alsace. Menethil has not fallen photos, the Internet has not found a (2013-06-07, Video, 286KB, 下载1次)

http://www.pudn.com/Download/item/id/2273176.html

[图片显示] woodpicturerecognization

黄山松、棘柏、江南油杉 、马尾松、日本扁柏、日本香柏、水杉 和雪松等8种针叶材样本,按照常规方法制作横切面木材切片,并统一采用奥林巴斯OLYMPUS BX51显微镜和DP70数码显微成像系统采集显微图像。
Pinustaiwanensis,Juniperus formosana,Keteleeria cyclolopis,Pinus massoniana,Chamaecyparis obtusa,Thujastandishii,Metasequoia glyptostroboides... (2012-02-24, matlab, 17521KB, 下载9次)

http://www.pudn.com/Download/item/id/1778425.html

[图片显示] images

国际标准测试图片,大小512*512和256*256,有灰度图和彩色图,可做算法性能测试
the criterion images (2010-12-25, Visual C++, 8090KB, 下载781次)

http://www.pudn.com/Download/item/id/1392745.html

[图片显示] spgm-1.4.7

SPGM SPGM(Simple Picture Gallery Manager)该基于Web的图片管理器支持为图片加说明,不限制图片分类目录,支持对每个目录进行配置(支持继承),随机或固定缩略图,对新图片加亮 显示,支持EXIF,提供幻灯片浏览模式,易于集成到网站中,可按自己的喜好来调整界面主题样式,多语言支持(当前提供34种)。
SPGM SPGM (Simple Picture Gallery Manager) of the Web-based image management support for the picture description, picture directory is not restricted to support the configuration of each directory (in support of inheritance), random or fixed thumbnails, highlighting the new picture show that support EXIF, provide slides browser mode, the site is easy to integrate, according to its own preferences interface to adjust the theme of style, multi-language support (currently 34 species). (2009-07-24, PHP, 147KB, 下载4次)

http://www.pudn.com/Download/item/id/854474.html

[图片显示] 101_els

这也是一款游戏VC界面,具体游戏是俄罗斯方块游戏,很安逸的界面可以就这样玩!
This is also a VC game interface, a specific game is a Tetris game, the interface is very easy to play on this! (2008-04-19, Visual C++, 1941KB, 下载2次)

http://www.pudn.com/Download/item/id/441531.html

[图片显示] BMP与JPG格式转变的源代码

BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。
BMP and JPG file format changes in the source code BMP put a JPG compressed into the source code. Size : 16.4K : Attachment 1. Compiler Note 1) VC IDE choice setting-gt; Linkgt; Plus jpeg.lib 2) compiler 2. Principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or the buffer zone. (2005-11-16, Visual C++, 15KB, 下载349次)

http://www.pudn.com/Download/item/id/124649.html

[图片显示] 20050325_c_Pyramid

金字塔算法。将图像数组分块保存为4维数组,显示的时候仅仅调用窗口大小的部分,缩短了显示所需要的时间
pyramid algorithm. The image array block for the preservation of four-dimensional arrays, showing only the window size of the call, shorten the show by the time (2005-03-25, Visual C++, 12203KB, 下载361次)

http://www.pudn.com/Download/item/id/1111743076764262.html
12
总计:30