搜索资源列表
jiandanheyizh
- 用Java编的人工智能的最简单合一者算法,图形界面很好用 -Java series of the most simple artificial intelligence algorithms-one who, with good graphics interface
digital_recogonizer
- 神经网络进行手写数字识别: 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值. 带有图形界面-neural network handwritten numeral recognition : this program is the BP algorithm Demonstration Program, The Levenberg-Marquardt algorithm is practical value. with a graphical in
Mysplit
- 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是否为空、及析构。 -seed filling algorit
Algorithm_Image
- 各种算术算法,例如栈,图形单阈值,双阈值,图形颜色反转,颜色直方图分布,像素平滑等等数值算法。
4702-1
- 这是最近做的计算机图形学实验,其界面是一个仿WINDOWS下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写屏实现的,模拟了大部分图形库函数的功能。但也有部分没有写出,如保存图形块的getimage()等函数。由于水平有限,还有部分功能没有实现,如保存或打开BMP图片等。等有了时间再说吧。算法什么的写的很潦草,都随便说说的,欢迎高手指点,希望与广大C语言爱好者共同学习讨论-This is a recent computer graphics e
lMS
- 他的功能是实现自适应滤波算法,并且有图形窗口
liangyoudong
- liangyoudong算法 ,计算机图形学的作业,可以在vc环境下运行-liangyoudong algorith, homework of computer graphics can run in VC enviorenment
vb6.0大规模填充
- 扫描线算法的一种做法,填充法,计算机图形学作业-scan line algorithm approach, filling law, computer graphics operations
qiudongtaiyinshensuanfa
- 计算机图形学球的动态隐线算法,基于OpenGL平台-Dynamic computer graphics the ball hidden line algorithms, OpenGL-based platforms
voidBoundaryFill4
- 这是图形学中关于填充算法的源程序,是结合了老师的意见后编写的。-This is the graphics in the source code on the filling algorithm is a combination of the views of teachers prepared.
DDAGrawline
- 这是图形学中关于直线画法的3种算法的源程序,是结合了老师的意见后编写的。-This is the graphics on the straight-line drawing algorithm of the three kinds of source code, is a combination of the views of teachers prepared.
toushitusuanfa
- 计算机图形学透视图算法,基于OpenGL平台-Computer graphics rendering algorithms, OpenGL-based platforms
erweijibenjihebianhuansuanfa
- 计算机图形学二位基本几何变换算法,基于OpenGL平台-Computer Graphics 2 basic geometric transformation algorithm, based on the OpenGL platform
sancicanshuyangtiaoquxiansuanfa
- 计算机图形学三次参数样条曲线算法,基于OpenGL平台-Computer graphics three-spline curve algorithm parameters, based on the OpenGL platform
suanfa
- 改程序用于实现一个图形的生成功能,复杂网络中的算法-complex networks
calculator
- 用matlab图形界面实现的计算器,使用guide设计界面,用m文件实现运算的算法;须在matlab上运行;-Graphical interface implemented using matlab calculator, use the guide interface design, to achieve operation with the m file algorithm to run in matlab
1
- 搜索算法 图形绘制 的matlab源程序 -The graphics rendering search algorithm matlab source code
java
- 计算机图形学中的用DDA算法画直线,计算出运行时间。-Calculated run time drawing a straight line with DDA algorithm in computer graphics.
java
- 计算机图形学用Bresenham算法画直线,计算出运行时间。-Computer graphics draw a straight line using Bresenham algorithm to calculate the running time.
java
- 计算机图形学用中点Bresenham算法,计算出运行时间。-Computer graphics with the midpoint of the Bresenham algorithm, the calculated run time.