We describe and demonstrate an algorithm that takes as input an unorganized set of points fx1 xng IR3 on or near an unknown manifold M, and produces as output a simplicial surface that approximates M. Neither the topology, the presence of boundaries, nor the geometry of M are assumed to be known in advance — all are inferred automatically from the data. This problem naturally arises in a variety of practical situations such as range scanning an object from multiple view points, recovery of biological shapes from two-dimensional slices, and interactive surface sketching.
標簽: demonstrate unorganized algorithm describe
上傳時間: 2013-12-18
上傳用戶:xc216
能計算數學函數的計算器 這個計算器可用 set 命令自定義變量,也可以用 view 今天查看變量的值,在程序里有一個設置小數顯示數度的全局變量 prec 可以用 set 對它重新賦值,值的范圍是 0 - 100 的整數,默認是 6 ,將 sin arcsin tan ln 等數學函數轉換成內部表示,以便于將之與一般的運算符統一處理。程序還對小數和整數加以了區別,增加了求余去處符 ‘\’、百分符‘%’。
上傳時間: 2016-12-15
上傳用戶:ikemada
GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from Visual C, Visual Basic or other languages, capable of calling DLL functions. HsGpsDll allows a user application to read from a GPS device the current GPS position fix, velocity over ground (speed in kilometers per hour), plus number of of sattelites in view, current altitude (against mean sea level) and UTC date and time
標簽: HsGpsDll GPS Component Control
上傳時間: 2014-07-17
上傳用戶:thuyenvinh
用戶元件庫的建立 如果要在名為design_component的庫中建立一個叫nfet的component,使它有ivpcell view并且有CDF參數,具體的操作方法如下: a) 建立一個名叫nfet的component。在Library Manager中一般都會有一個叫sample的庫,在該庫的下面可以找到nfet元件,可以看到它有ivpcell view. 把它copy到一個新庫中。 b) 這些新的庫是沒有CDF參數的,而在analogLib庫中的nmos4元件有這些參數。要把相應的參數copy到剛才新建的庫中。在CIW窗口中,Tools菜單下選擇CDF…Copy,彈出一個窗口。如下
標簽: design_component component nfet 用戶
上傳時間: 2013-12-19
上傳用戶:a6697238
包含了H.264編碼標準的兩篇文章,是講多描述編碼的。An Effective Epipolar Geometry Assisted Motion Estimation Technique for Multi-view Image and Video Coding和An Epipolar Geometry-Based Fast Disparity Estimation Algorithm for Multiview Image and Video Coding
上傳時間: 2014-12-21
上傳用戶:saharawalker
工具提示組件,所有MovieClip或繼承自MovieClip的對象都可以使用, 占資源非常小,使用高效算法,最大限度優化代碼,還有自動清除不存在的toolTip的功能, 即使你不停的addChild,當mc不存在時或toolTip不存在時,而沒有removeChild,則自動清除, 絕不占資源,此算法不是利用光標的移動時做檢測,所有不用擔心光標移動的會卡, 也不是用onRollOver 或onRollOut,所有也不用擔心會覆蓋掉MC原來的事件, 用法: 把該組件拖到庫中,之后在時間軸上加上以下這句代碼,則可以使用 hjw.view.controls.ToolTipManager.addPropertyInMovieClip() 具體用法: 完成了上一步后,就可以直接發在movieClip里用toolTip屬性了 mc.toolTip="這是工具提示!呵呵"
標簽: MovieClip toolTip addChi 對象
上傳時間: 2014-01-25
上傳用戶:stella2015
Many CAD users dismiss schematic capture as a necessary evil in the process of creating PCB layout but we have always disputed this point of view. With PCB layout now offering automation of both component placement and track routing, getting the design into the computer can often be the most time consuming element of the exercise. And if you use circuit simulation to develop your ideas, you are going to spend even more time working on the schematic.
標簽: schematic necessary creating dismiss
上傳時間: 2014-01-25
上傳用戶:WMC_geophy
Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture next covering the document/view framework that simplifies the creation of industrial-strength programs and finally illustrating advanced concepts like the usage of dynamic link libraries (DLL), creating Internet clients, and building form-based applications.
標簽: applications Foundation Microsoft Windows
上傳時間: 2013-12-19
上傳用戶:wpt
(1)測試外部數據RAM: 根據我們定義的邏輯,外部RAM在數據空間中定義在0x8000-0xFFFF,共32k字,占據RAM中的低32K存儲空間。提供2種測試方法,采用一種方式即可。 硬件仿真模式下,將目標板上電。 第一種方法:采用用程序測試實驗 程序所在目錄ex1_RAMTest。 該程序執行的功能是對外部數據RAM區0x8000-0xFFFF,從0x8000開始寫并且讀數據0x5555 。如果正常則寫讀下一個地址,直到 。如果正常則所有的地址操作完畢后,核心板的指示燈會變亮。否則,如果寫入數據后,讀出的不正確,則指示燈會不斷閃爍。 在CCS2000中的操作如下: 1. Progect->Open,打開該目錄中的工程文件。 2. Progect->Rebuild All,編譯鏈接 3. File->Program 4. Debug->Go Main 5. Debug->RUN(快捷鍵F5) 如果正??梢钥吹綗粼谙缂s4秒后變亮。(說明:對整個數據RAM區的操作時間其實很短,為便于觀察,本程序中加入了延時)。 打開view->Memory ,然后填入地址0x8000,然后在PAGE欄選擇DATA。點擊確定,即可顯示0x8000地址開始的數據,用戶會發現從這個地址開始往后的數據均為剛被寫入的0x5555。
上傳時間: 2013-12-08
上傳用戶:www240697738
程序所在目錄:ex4_SCI 采用標準DB9 串口直連線將PC 串口和擴展板串口相連。打開PC 上的串口調試軟件。默認設置COM1,9600N,8,1。選擇按16 進制接收和發送。 然后打開CC2000,進行如下操作: 1.Project->Open ,打開該目錄中的工程文件。 2.Project->Rebuild ALL,編譯鏈接 3.File->Load Program 4.Debug->GO Main 5.Debug->RUN (快捷鍵F5) 然后在串口調試助手中馬上可以看到上部的接收顯示區不斷接收到數據57(為16 進制)。在串口助手的下部的發送區填入56,選中自動發送。數據即可通過串口發送到目標板。 查看DSP 是否收到數據,按如下操作:打開view->Watch window ,在下面剛彈出的Watch 區域中點右鍵,選擇Insert, 出現的信息框中填入SCI_RXDATA,x 即可按十六進制方式顯示出變量SCI_RXDATA 的值。如果正常,應可以看到該變量值為0x56。即說明RS232 雙向通訊正常。
上傳時間: 2014-01-02
上傳用戶:BIBI