搜索资源列表
lf.tar
- 基于纹理合成的图像类推,用树形结构向量量化,用到了多分辨率来减小邻域 基于Wei_Levoy算法
LF
- a simple line-follower simulation. it has 7 sensors.
lf
- 播放一个YUV视频,包括将YUV格式转换为RGB格式-To play a YUV video
LF
- 水平集实现分割的程序,用水平集的方法实现图像分割,使用了高斯平滑来提高分割效果-To achieve the level set segmentation process, with the level set image segmentation methods, the use of Gaussian smoothing to improve the segmentation results
TSL1401R-LF
- 飞思卡尔比赛专用线阵ccd——TSL1401R-LF技术文档。-Freescale game dedicated linear array ccd- TSL1401R-LF technical documentation.
c105
- 变温度为华氏摄氏度 然后让你知道温度为多少华氏摄氏度-#include < stdio.h> void main(){ double f,c printf( 请输入华氏温度: ) scanf( lf ,&f) c=5.0/9.0*(f-32) printf( 与华氏温度 .2lf对应的摄氏温度是: .2lf\n ,f,c) }