搜索资源列表
ATRalgorithms
- 一种图像自动识别算法,该方法:通过提取图像7个不变矩,结合神经网络(BP)对图像目标进行识别计算.结果表明, 该算法具有很好的识别效果,可以应用于图像小目标的识别.-an automatic image recognition algorithm, the method : extract images through seven unchanged moments, integrated Neural Network (ANN) to the identification of targe
DrawClubOrCack
- 这是一个显示数据变化量的小控件,能显示棒图和饼图,可以进行简单应用-This is a show that the volume of data changes in the Widgets that can show bar graph and pie can be a simple application
catchscreen123
- 一个模仿QQ截屏的小程序,非常容易理解,可以应用到自己的程序中-a close imitation of the small screen procedures, and is easy to understand, can be applied to their own procedures
Scribble
- SCRIBBLE 是一个小绘图应用程序,它允许用鼠标绘制徒手画并将图像保存在文件中。
模拟windows自带的画图程序
- 使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界
MFCSnakegame
- MFC编写的贪吃蛇小游戏,使用的是最基本的MFC应用程式框架,适合初学者-Snake game written in MFC, using the most basic MFC application framework, suitable for beginners
Lesson1Code
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback
LightConfig200811261200
- JAVA设计的桌面小应用程序,可以做监控界面使用,比较简单-JAVA small desktop design application, the interface can be done to monitor the use of relatively simple
DrawFiveStar
- 画五角星源码 GDI应用小例子之一,希望能有所帮助、 参考-draw five star,GDI Vc++ ,for study goodluck.
SDI_BMPBKG
- VC++改变单文档背景位图源代码,在VC的程序窗体中应用背景图像,很简单的小程序。 -VC++ to change the background bitmap single document source code, the procedures in the VC application form, background image, a very simple applet.
moveObj
- VC实现的移动目标演示程序,用于定位,导航,地图标绘等应用,在大位图的背景上实现了小位图的移动。程序简洁,代码实用。 -a demo of small bitmap moved on the surface of big bitmap background, used for application of location , guidance and map marking.
Sokoban-game
- 自己编写的推箱子小游戏,每一段代码都有自己详细的注释,有利于初学图像编程对重绘等消息函数的理解与应用-Sokoban game, I have written every piece of code has its own detailed notes, is conducive to the understanding and application of beginner the image programming of the redraw message function
Thepersonnelmanagementsystem
- 一个不错的人事管理系统,通过它你可以了解到许多VC中相关核心技术的应用,也算是一个自己学习过程中的一个小项目吧。-A good personnel management system, through which you can learn a lot of VC related the application of the core technology, is a self in the process of learning a small project.
2105
- 文本区域应用的一个小电话簿,有姓名电话和总结。-TextField application of a small phone book, the name and phone number and summary.
Engineering3
- 可以解决图示例题的应用小程序,但是其应用范围较窄。-engineer 3
BP-and-SOM
- BP(Back Propagation)网络是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。 BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。 它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。 通过对信息的提取以及