亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

object-Oriented_System_Developmen

  • This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in co

    This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.

    標(biāo)簽: Tracking implements algorithm Feature

    上傳時(shí)間: 2013-12-10

    上傳用戶(hù):trepb001

  • This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in co

    This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.

    標(biāo)簽: Tracking implements algorithm Feature

    上傳時(shí)間: 2013-12-19

    上傳用戶(hù):WMC_geophy

  • 學(xué)會(huì)一個(gè)程式語(yǔ)言

    學(xué)會(huì)一個(gè)程式語(yǔ)言,是一回事兒;學(xué)會(huì)如何以此語(yǔ)言設(shè)計(jì)並實(shí)作出有效的程式,又是一回事兒。C++ 尤其如此,因?yàn)樗懿粚こ5睾w了罕見(jiàn)的威力和豐富的表現(xiàn)力,不但建立在一個(gè)全功能的傳統(tǒng)語(yǔ)言(C)之上,更提供極為廣泛的物件導(dǎo)向(object-oriented)性質(zhì),以及對(duì)templates 和exceptions(異常狀態(tài))的支援。

    標(biāo)簽: 程式

    上傳時(shí)間: 2013-12-09

    上傳用戶(hù):ANRAN

  • Database Application : 查詢(xún)數(shù)據(jù)庫(kù)的最完美技巧 中文版 del6opr.chm: Delphi 6 的幫助文件 中文版 delphi

    Database Application : 查詢(xún)數(shù)據(jù)庫(kù)的最完美技巧 中文版 del6opr.chm: Delphi 6 的幫助文件 中文版 delphi6_function.chm Delphi 6 函數(shù)介紹 中文版 Essential_Pascal.chm 最完整的Object Pascal語(yǔ)言介紹 中文版 FastReportHelp.chm 擁有魔力的FastReport的幫助文件 中文版 IBlt0101B.Chm InterBase的經(jīng)典問(wèn)答資料文件 中文版 MySQLBook.chm MySQL的最詳細(xì)幫助文件 中文版 ProgrammingWindows_tw.chm 地球上最有名、最受推崇、最多人使用并且從中受益的程式設(shè)計(jì)用書(shū) 當(dāng)然也是中文版

    標(biāo)簽: Application Database Delphi delphi

    上傳時(shí)間: 2017-07-04

    上傳用戶(hù):牧羊人8920

  • java 線程 靜態(tài)鎖

    java 線程 靜態(tài)鎖,對(duì)象鎖, synchronized 是鎖方法還是鎖對(duì)象?還是鎖類(lèi)?如何實(shí)現(xiàn)?? 部分代碼如下, public static Object lock=new Object() //靜態(tài)鎖,鎖類(lèi),不是鎖對(duì)象了??!所以?xún)蓚€(gè)線程同時(shí) 運(yùn)行兩個(gè) TestThread 的execute( ),也可以同步?。。? public void execute(){ // synchronized(lock){ for(int i=0 i<20 i++){ try { Thread.sleep(30) } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace() } System.out.println(Thread.currentThread().getName()+Thread.currentThread ().getName()+" "+i) } } }

    標(biāo)簽: java 線程

    上傳時(shí)間: 2017-07-15

    上傳用戶(hù):lijianyu172

  • Run following Matlab commands to make sure the installation worked correctly. Unlike query function

    Run following Matlab commands to make sure the installation worked correctly. Unlike query function, filterdb does not load all waveforms to memory but returns filtered database object. This is useful when the resulting set of the query is too big to fit in memory. Consequent calls to read function can be made to read content of this filtered database object.

    標(biāo)簽: installation following correctly commands

    上傳時(shí)間: 2013-12-30

    上傳用戶(hù):ainimao

  • Delphi的PDF開(kāi)發(fā)控件

    Delphi的PDF開(kāi)發(fā)控件,llPDFLib是一個(gè)100 的Object Pascallibrary,用于創(chuàng)建PDF文檔。用它創(chuàng)建PDF文檔不使用任何DLL和其他第三方軟件。llPDFLib包括TPDFDocument組件并帶。

    標(biāo)簽: Delphi 控件

    上傳時(shí)間: 2014-01-22

    上傳用戶(hù):aeiouetla

  • Two scripts are included here. 1. convsys.m - combines the state space representation of two syst

    Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.

    標(biāo)簽: representation included combines scripts

    上傳時(shí)間: 2017-07-25

    上傳用戶(hù):semi1981

  • Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or

    Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or image object. This GUI is a pure imitation of ROTATEGUI from Birju Patel and uses some code from that function. However, it has extended functionalities and was re-writen using R13 syntax. Which means that it can be compiled with the V3.x compiler.

    標(biāo)簽: HANDLE contained Rotation totates

    上傳時(shí)間: 2017-07-28

    上傳用戶(hù):han_zh

  • Learn how to leverage a key Java technology used to access relational data from Java programs, in

    Learn how to leverage a key Java technology used to access relational data from Java programs, in an Oracle environment. Author Donald Bales begins by teaching you the mysteries of establishing database connections, and how to issue SQL queries and get results back. You ll move on to advanced topics such as streaming large objects, calling PL/procedures, and working with Oracle9i s object-oriented features, then finish with a look at transactions, concurrency management, and performance

    標(biāo)簽: Java technology relational leverage

    上傳時(shí)間: 2017-08-02

    上傳用戶(hù):xz85592677

主站蜘蛛池模板: 云阳县| 准格尔旗| 汉寿县| 淳安县| 南和县| 高雄县| 江城| 玉环县| 京山县| 安龙县| 博野县| 哈密市| 庆云县| 枣阳市| 南陵县| 六枝特区| 行唐县| 镇江市| 澳门| 固始县| 广德县| 英吉沙县| 道真| 扎赉特旗| 孟州市| 察隅县| 凉山| 错那县| 微山县| 吉林市| 南华县| 武鸣县| 兴城市| 屯昌县| 铁岭县| 水城县| 特克斯县| 西昌市| 杭锦后旗| 敖汉旗| 哈尔滨市|