a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association. Digital camera supported by dcam.sys is a data source that produces digital image data without any other input connection. It manifests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de-compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface if the video card supports UYVY format.
標簽: supports capture cameras digital
上傳時間: 2014-01-13
上傳用戶:yph853211
奇跡 mu 客戶端 main 97 b補丁,未跳np
上傳時間: 2016-10-16
上傳用戶:sxdtlqqjl
The MATLAB Compiler automatically converts MATLAB M-files to C and C++ code. The MATLAB Compiler includes the MATLAB C/C++ Math and Graphics Libraries, which let you automatically convert your MATLAB applications to C and C++ code for stand-alone applications.
標簽: MATLAB Compiler automatically The
上傳時間: 2014-01-09
上傳用戶:凌云御清風
用于無約束優化的鮑威爾優化方法, 程序中參數解釋如下://P:存放設計變量 //XI:存放兩個線性無關的向量 //N:含有N各元素的一維實型數組,用于存儲設計變量 //NP:整形變量,用于存儲P與xi的維數 //FTOL:迭代精度 //FRET:輸出參數,存放目標函數在找到的近似極小值點處的值 //ITER:迭代次數
標簽:
上傳時間: 2016-12-06
上傳用戶:1109003457
The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some nodes of a complete binary tree of height h (the code tree) to n simultaneous connections, such that no two assigned nodes (codes) are on the same root-to-leaf path. Each connection requires a code on a specified level. The code can change over time as long as it is still on the same level. We consider the one-step code assignment problem: Given an assignment, move the minimum number of codes to serve a new request. Minn and Siu proposed the so-called DCAalgorithm to solve the problem optimally. We show that DCA does not always return an optimal solution, and that the problem is NP-hard. We give an exact nO(h)-time algorithm, and a polynomial time greedy algorithm that achieves approximation ratio Θ(h). Finally, we consider the online code assignment problem for which we derive several results
標簽: combinatorial assignment problem arises
上傳時間: 2014-01-19
上傳用戶:BIBI
本文檔介紹了如何使用各種內嵌工具,函數和其他一些小技巧來加強使用matlab的速度和效率,是廣大愛好者必讀的文檔。具體內容請參閱文檔。 Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat. Contents: * The Profiler * Array Preallocation * JIT Acceleration * Vectorization * Inlining Simple Functions * Referencing Operations * Numerical Integration * Signal Processing * Miscellaneous Tricks
上傳時間: 2013-12-11
上傳用戶:cuiyashuo
BOSON NETSIM是目前最好的路由器模擬軟件,說是路由模擬有些片面,因為它不僅可以模擬路由器,同時可以模擬交換機,當然像3550這樣的它是不可能模擬出來的,但用它來準備NA及NP的考試,是再合適不過的了,甚至有些IE的實驗,通過它的自定義網絡拓撲功能都可以實現,可以說功能強大之極,其他的模擬器無可與之相匹,當然了,除了CISCO專門為IE準備的CIM,那個就不是我們要討論的范圍了。 由于BOSON的加密技術比較厲害,想要破解它非常不易,所以,要找它的破解過的最新版十分困難 。這里我便分享一下我用了一個學期的BOSON NETSIM希望能給你們帶來幫助。
上傳時間: 2013-12-21
上傳用戶:yy541071797
浙大acm課件,主講np問題,很詳細,適合新手
標簽: acm
上傳時間: 2014-08-26
上傳用戶:731140412
Creating barcodes in Microsoft廬 Office has never been easier. With BarCodeWiz Toolbar you can add barcodes to Microsoft廬 Office applications with a click of a button. In Microsoft廬 Word, create single barcodes, pages of labels, or mail merge documents. In Microsoft廬 Excel廬, select a range of cells and automatically convert each cell to a barcode. In Microsoft廬 Access廬, create reports with barcodes based on your data tables.
標簽: BarCodeWiz Microsoft Creating barcodes
上傳時間: 2013-12-18
上傳用戶:asddsd
HashTable實例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() try{ ResultSet rs= DBAccess.getInstance().select(sum_sql) while(rs!=null) { ht.put(rs.getString(1),rs.getInt(2)) rs.next() } } catch (Exception e) { Logs.printError(e) } } }
標簽: HashTable_msg public HashTable sum_sql
上傳時間: 2014-12-07
上傳用戶:a6697238