搜索资源列表
SGAF1
- j基本遗传算法,用VC++6.0实现的,已经调试好了-basic genetic algorithm, with VC 6.0, and debugging has been good! !
license_orientation
- 车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|
VC++5.0MFCEXAMPLE
- Visual C++ MFC扩展编程实例/(美)[J.E.斯文克]John E.Swanke著 一书的配套实例, 基于VC++5.0开发,有将近70个实例,对于想学习MFC的初学者非常有参考价值-expansion MFC Visual C programming examples / (U.S.) [J.E. Schwentke] John E.S wanke with a book supporting examples, based on the development of the
坦克混战
- 游戏简介: 可以两个人一起玩的坦克游戏,越玩越好玩。这是本人用VC++制作的第一个游戏,需要源代码与作者联系。操作方法: Player1: w上 s下 a左 d右 j开炮 Player2: 方向键 0开炮-game descr iption : two can play together tanks game, the more fun to play more. This is my VC production of a game, needs the source code assoc
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
VC++GeneticAlgorithm
- 很经典的一个算法。大家做工程和通信用的着。遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-A classic a
107215800jpegapi
- 用VC打开jpg文件, jpg转bmp bmp转jpg格式-Jpg files using VC open, jpg to bmp bmp to jpg format
123
- 用VC++编小游戏 J迷宫老鼠1迷宫老鼠源程序源程序-Compiled with VC++ game J Maze Mouse Maze Mouse a source program source program
j
- vc++计算器的代码,希望对学vc++的同学有用-vc++ calculator code, want to learn vc++ useful for students who
bmptojpg
- 在VC++环境下,将bmp格式转换为jpg格式,有助于图形图像之间的转换。-In the VC++ environment, will be converted to jpg format, bmp format, will help the conversion between graphic image.
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
j
- 在程序中添加一个【绘图】菜单项,在该项的子菜单中有【正方形】、【椭圆】、【三角形】、【平行四边形】等菜单选项。选中一菜单项会在应用程序窗口的用户区中画出相应的图形,同时清除原有图形。 2、阅读VC++的帮助文档,了解一个名称为StretchBlt的函数,该函数与BitBlt函数一样可以把内存中的位图显示在显示器的屏幕上,但它与BitBlt不同的地方是可以把位图拉伸或缩小。请用这个函数编制一个可以对位图放大或缩小的应用程序。 -In the process of drawing】 【Add
aaa13.j
- VC++多线程操作实例源代码 很不错的经典。
MicrosoftWordvc
- vc 蚁群算法一些关于蚁群算法的书籍,参考张军等翻译的《蚁群算法》写了一个ACO解决TSP的程序,通过实验,-vcTSPchoice_info(i,j)=pheromone(i,j)^alpha*(1/dist(i,j))^beta
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
quzifu
- 使用嵌套循环变量i,j冒泡循环捉个查找,找到,就打出来-A simple vc program, in the hope that we can download exchange
BmpToJpg
- 用将VC实现将BMP图片转换成JPG格式的图片,供初学者参考使用 仅供交流 -The method to conver the picture of BMP to the picture of JPG
char[i][j]play
- vc++中二维数组的使用,简单例子,用于初学者学习。-The use of vc++ 2 d array, a simple example, for beginners to learn.