Range imaging offers an inexpensive and accurate means for digitizing the shape of three-dimensional objects. Because most objects self occlude, no single range image suffices to describe the entire object. We present a method for combining a collection of range images into a single polygonal mesh that completely describes an object to the extent that it is visible from the outside.
標簽: three-dimensiona inexpensive digitizing accurate
上傳時間: 2016-11-29
上傳用戶:yxgi5
TN-kernel內核針對LPC系列ARM7處理器和S3C44B0X重新定制好的源代碼包。內含Nano-X GUI。
標簽: TN-kernel S3C44B0X Nano-X ARM7
上傳時間: 2016-11-29
上傳用戶:ghostparker
Visual Assist X是開發環境的輔助工具,使用該工具可以讓用戶更加輕松地編寫代碼。
上傳時間: 2014-01-04
上傳用戶:tfyt
標準滑 鼠應用程式, 其中包含: X, Y座標輸入 固定時間輸出X,Y座標值給主機. 按鍵輸入 固定時間輸出按鍵值給主機.
上傳時間: 2013-12-21
上傳用戶:aeiouetla
解非線性方程f(x)=0的牛頓(Newton) 法,就是將非線性方程線性化的一種方法。它是解代數方程和超越方程的有效方法之 一。
上傳時間: 2013-12-26
上傳用戶:kikye
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上傳時間: 2014-11-10
上傳用戶:wpwpwlxwlx
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上傳時間: 2013-12-12
上傳用戶:亞亞娟娟123
function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The function fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0.
標簽: fcm function Version Routine
上傳時間: 2014-11-30
上傳用戶:二驅蚊器
C-means一個簡單完整的程序,供大家看一下,有不完善的地方,請多多指教
上傳時間: 2016-12-11
上傳用戶:ukuk
遺傳算法求解函數y=x^2 在區間0-30的最大值
上傳時間: 2016-12-16
上傳用戶:陽光少年2016