搜索资源列表
Ant Colony System
- 粒子群算法的matlab程序在有障碍的路径图中寻找最短路径的程序。-Particle Swarm matlab process there is an obstacle in the path diagram to find the shortest path procedure.
xf86-video-s3c64xx-0.0.2
- xf86-video-s3c64xx - video driver for Xorg that uses hw acceleration (s3c-g2d) on SmartQ devices
camerapreview
- 320下40camrea图像实时显示在480x272LCD上,基于s3c6410、linux 未加入g2d测试。-320x240 camera image shown on the 480x272LCD, based on s3c6410, linux not joined g2d test.
G2D
- SAMPLE ABOUT 2D IN DELPHI
samsung_video
- Samsung video drivers (jpeg, jpegv2, cmm, fimc, fimd, g2d, g3d,mfc10, mfc40, post, rotator, tv) for s3c6410
g2d-regs
- Samsung S5P G2D - 2D Graphics Accelerator Driver.
g2d
- Samsung S5P G2D - 2D Graphics Accelerator Driver.
ant
- 蚁群算法,这里只有关键的算法函数,并不包括主函数。其中ACATSP为蚁群算法的关键函数。G2D是一个辅助函数,绝大多数蚁群算法源码不包括这个函数。另外还有一个画图的函数。-ant algrithm
g2d-regs
- Samsung S5P G2D - 2D Graphics Accelerator Driver.
g2d
- Samsung S5P G2D - 2D Graphics Accelerator Driver.
g2d-hw
- Samsung S5P G2D - 2D Graphics Accelerator Driver.
samsung-g2d
- Samsung 2D Graphics Accelerator.
i.MX_6_G2D_API_Users_Guide
- Frescale i.MX61 平台 G2D 驱动手册-Frescale i.MX61 platform G2D Driver Manual
G2D
- Convert Descartes coordinates to geographic-Convert Descartes coordinates to geographic
G2D
- This code is used to find the coordinates of Descartes if our inputs are to the geographic coordinates of the Earth
G2D
- G2D的源程序m文件,能在matlab中成功运行(G2D source program m file can successfully run in matlab)
G2D
- 逻辑结构分为两部分:V和E集合。因此,用一个一维数组存放图中所有顶点数据;用一个二维数组存放顶点间关系(边或弧)的数据,这个二维数组称为邻接矩阵。邻接矩阵又分为有向图邻接矩阵和无向图邻接矩阵(The logical structure is divided into two parts: the V and the E set. Therefore, a one-dimensional array is used to store all the vertex data in the graph