Stanford University大學教授,Ng近年來的11篇論文,主要研究方向為估測圖像中物深度信息。
標簽: University Stanford 大學
上傳時間: 2014-01-26
上傳用戶:yph853211
本文是以數位訊號處理器DSP(Digital Singal Processor)之核心架構為主體的數位式溫度控制器開發,而其主要分為硬體電路與軟體程式兩部分來完成。而就硬體電路來看分為量測電路模組、DSP周邊電路及RS232通訊模組、輸出模組三個部分,其中在輸出上可分為電流輸出、電壓輸出以及binary command給加熱驅動裝置, RS232 除了可以與PC聯絡外也可以與具有CPU的熱能驅動器做命令傳輸。在計畫中分析現有工業用加熱驅動裝置和溫度曲線的關係,並瞭解其控制情況。軟體方面即是溫控器之中央處理器程式,亦即DSP控制程式,其中包括控制理論、感測器線性轉換程式、I/O介面及通訊協定相關程式。在控制法則上,提出一個新的加熱體描述模型,然後以前饋控制為主並輔以PID控制,得到不錯的控制結果。
標簽: Processor Digital Singal DSP
上傳時間: 2013-12-24
上傳用戶:zjf3110
SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windows\system32 folder. 2.run Emulator Utility and then press install button and close the utility. 3.run wechoid.exe, selector must be 1e or 1c 4.then run LicGen and use selector and code from wechoid.exe w/o 0x, it will make a license for that pc
標簽: windowssystem SENTINEL Emulator sentinel
上傳時間: 2017-02-10
上傳用戶:498732662
fix point版本的Ogg Vorbis decoder,外帶player程式,Vorbis格式的音樂檔在高音質的情況下可以得到比mp3更加的壓縮率,非常適用於網路傳輸或低記憶體環境。
上傳時間: 2013-12-18
上傳用戶:181992417
random number generator,隨機數產生器,可以產生均勻分布的隨機數,有Mersenne twister, RANROT-B,RANROT-W, Mother-of-all等
標簽: generator random number 隨機數
上傳時間: 2017-02-16
上傳用戶:hphh
//--- --- --- - 音樂簡譜播放器--- --- --- - /*奏樂程序使用說明 調用方式: sing fname [speed [times]] 文件名 速度(拍/分) 遍數 簡譜文件格式: 第1行: 曲名 節拍 調號 第2行-- 樂譜 (空格,換行無意義,但不得插在一個"音描述"內部) 記號: * 節拍,調號,小節分隔符,終止符,升音符,中音音高,休止符,附點,延長 符等 -- 按照常規. * 音描述 -- [3連音符][升降還原符]音高[高低音后綴][音長][附點][延長符] * 3連音符 -- ^ 只標在第1音前,音長只標在第3音后 (3連音的實際總音長為所標音長的兩倍,例如:^323 的總音長為1拍) * 降音符 -- @ * 還原符 -- $ * 高低音后綴 -- H(高音) U(高16度音) 連用音程相加 L(低音) W(低16度音) * 音長 -- 無(1拍) (1/2拍) "(1/4拍) 連用為相乘*/
上傳時間: 2014-11-28
上傳用戶:hj_18
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions.
標簽: nonsymmetric solution SuperLU general
上傳時間: 2017-02-20
上傳用戶:lepoke
復接入,B/W雙用戶使用直接擴頻序列 % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of equal length % >>>e.g. user1=[1 0 1 0 1 0 1] , user2=[1 1 0 0 0 1 1],snr_in_dbs=-50 % >>>or snr_in_dbs=50 just any number wud do % Waqas Mansoor % NUST , Pakistan
標簽:
上傳時間: 2014-11-22
上傳用戶:zl5712176
檔案資料:全球IP地址地理位置數據資料庫包包 更新日期:2005年05月12日12:51 資料容量:10.4 MB 附 註: A) IP資料經人手花上五小時整理,保證100%準確,所有論壇程式皆可相容。 B) 已修正「未知地理位置」的“未”和“末”字輸入筆誤。 C) 因IP數據從中國內地取得,故此TAIWAN地區被寫成“臺灣省”,可自行改回“中華民國”或“臺灣”。 D) 範例: 202.101.071.201|202.101.071.201|貴州省貴陽市 藍月網吧|| 202.101.071.202|202.101.071.203|貴州省貴陽市 花溪區貴州民族學院鵬飛網吧|| 202.101.071.204|202.101.071.204|貴州省貴陽市 二戈寨天知網吧||
上傳時間: 2013-12-25
上傳用戶:ddddddos
Verilog HDL的程式,上網找到SPI程式, vspi.v這程式相當好用可用來接收與傳送SPI,並且寫了一個傳輸信號測試,spidatasent.v這程式就是傳送的資料,分別為00 66... 01 77...... 02 55這樣的資料,並透過MAX+PULS II軟體進行模擬,而最外層的程式是test_createspi.v!
上傳時間: 2017-03-06
上傳用戶:onewq