搜索资源列表
Piano
- 项目说明:用VC++做的钢琴程序,opengl做的,可以为学习opengl编程的人提供参考。注释详细。 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 A,S,D,F,J,K,L:分别发出1-7四个音-Project descr iption: VC++ to do with the piano program, opengl do opengl programming for learning to provide reference. N
JPG.rar
- VC JPG图片操作源码 包括图片的放大,缩小,拖动等, 很多不足之处还望见谅。,VC JPG picture, including picture of the source operation to enlarge, reduce drag and so on, a lot of inadequacies in hope that will be forgiven.
EmdL1_v2
- NOTES: 1. This implemention borrowed some basic framework from Rabner s original EMD code. 2. Histogram matrices are assumed to be arranged in the "matlab" style, i.e, the [i,j,k]-th element is located in the position i*(n2*n3) + j*(n3
107215800jpegapi
- 用VC打开jpg文件, jpg转bmp bmp转jpg格式-Jpg files using VC open, jpg to bmp bmp to jpg format
zhipaishibie
- 在VC++环境下实现打开、显示一幅纸牌图。将提供的几幅图片中的纸牌进行分类和识别,功能:a、判断出是哪种类型(共四类:红桃,梅花、黑桃、方块);b、检测出点数(1,2,3,4,5,6,7,8,9,10,J,Q,K);c:将上述检测的结果通过窗口输出。-In VC++ environment to achieve open, showing a card map. Will provide the pieces of the picture cards for sorting and identi
final_project_drawSkyboxAndJet
- 以vc++開發環境, 可畫出場景, 載入3DS戰機模組,並貼圖 視角可用滑鼠控制, 飛機物體以鍵盤 Y:上升 I:下降 U:前移 J:後移 H:左移 K:右移-To vc++ development environment to draw the scene, load the module 3DS fighters and map view available mouse control, the aircraft object to the keybo
BmpToJpg
- 用将VC实现将BMP图片转换成JPG格式的图片,供初学者参考使用 仅供交流 -The method to conver the picture of BMP to the picture of JPG
reg-03-miccai03-intensity
- 医学图像处理,医学图像2D_3D配准,基于vc++开发。-(¨a© ?« ?¬ ,- ® f« dˉ$° m jTonm? m?tYlhvft?mp±2mp_plnrs m rst`lnmptu r3l `′¥} v? m w$i?mplnaTb`wμe\b?ohonrszdr¶ wIonm?zf′ rs
EdgeContour1
- 用于进行对BMP位图的边缘检测,支持在VC++环境下使用那个。(for(i=0;i<m_imgHeight;i++){ for(j=0;j<m_imgWidth;j++) *(m_pImgDataOut+i*lineByteOut+j)=0.11**(m_pImgData+i*lineByteIn+j*pixelByteIn+0) +0.59**(m_pImgData+i*lineByteIn+j*pixelByteIn+1) +