摘 要: 本文件是C8051單片機(jī)DA測(cè)試實(shí)驗(yàn)程序;使用外部22.1184MHz晶振. 功能:定義 A ~ F 為功能鍵。 按"A" 鍵,輸出250HZ的方波,按"B" 鍵,輸出250HZ的正弦波形,按"C" 鍵,輸出250HZ的三角波, 按"D" 鍵,輸出250HZ的鋸齒波。用示波器在J6(DAC0)觀測(cè)結(jié)果,使用串口觀測(cè)按鍵信息。
標(biāo)簽: 22.1184 C8051 MHz 單片機(jī)
上傳時(shí)間: 2014-01-17
上傳用戶(hù):zxc23456789
英文版,pdf格式。 詳細(xì)說(shuō)明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標(biāo)簽: Programming Reference Standard Tutorial
上傳時(shí)間: 2015-09-02
上傳用戶(hù):Breathe0125
Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, symmetric and public key cryptography, cryptographic hashes and MACs, authentication and key exchange, PKI, random numbers, and anti-tampering.
標(biāo)簽: Programming developers for important
上傳時(shí)間: 2015-09-03
上傳用戶(hù):gundan
1.24位真彩色->256色灰度圖。 2.預(yù)處理:中值濾波。 3.二值化:用一個(gè)初始閾值T對(duì)圖像A進(jìn)行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分別是最高、最低灰度值。 該閾值對(duì)不同牌照有一定的適應(yīng)性,能夠保證背景基本被置為0,以突出牌照區(qū)域。 4.削弱背景干擾。對(duì)圖像B做簡(jiǎn)單的相鄰像素灰度值相減,得到新的圖像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左邊緣直接賦值,不會(huì)影響整體效果。 5.用自定義模板進(jìn)行中值濾波 區(qū)域灰度基本被賦值為0??紤]到文字是由許多短豎線組成,而背景噪聲有一大部分是孤立噪聲,用模板(1,1,1,1,1)T對(duì)G進(jìn)行中值濾波,能夠得到除掉了大部分干擾的圖像C。 6.牌照搜索:利用水平投影法檢測(cè)車(chē)牌水平位置,利用垂直投影法檢測(cè)車(chē)牌垂直位置。 7.區(qū)域裁剪,截取車(chē)牌圖像。
上傳時(shí)間: 2014-01-08
上傳用戶(hù):songrui
Klaas Gadeyne, a Ph.D. student in the Mechanical Engineering Robotics Research Group at K.U.Leuven, has developed a C++ Bayesian Filtering Library that includes software for Sequential Monte Carlo methods, Kalman filters, particle filters, etc.
標(biāo)簽: Engineering Mechanical Robotics Research
上傳時(shí)間: 2015-09-07
上傳用戶(hù):Altman
This ActiveX control and Demo will allow you to dock your toolbars/forms to a mdiform much in the way in which Visual C++ allows you to. 象Vc++一樣使用多文本窗體
標(biāo)簽: toolbars ActiveX control mdiform
上傳時(shí)間: 2015-09-14
上傳用戶(hù):asdfasdfd
Listed below are the typographical conventions used in this guide. – Example C++ code and commands to be typed by the user are in non-bold characters in typewriter font. – Items where the user has to supply a name or number are given in lower-case italic characters in typewriter font. – Sections marked with a ‡ describe features that are also available in ANSI C.
標(biāo)簽: typographical conventions commands Example
上傳時(shí)間: 2013-12-20
上傳用戶(hù):xiaoxiang
人臉檢測(cè)的C/C++源代碼,曾發(fā)表于 OPENCV 的 MAILING LIST,主要是對(duì)OPENCV 3.1 版本發(fā)布的代碼做了一些速度上的優(yōu)化,并且解決了內(nèi)存泄漏的問(wèn)題。這個(gè)程序所使用的 Paul Viola 提出(該論文“Rapid Object Detection using a Boosted Cascade of Simple Features”發(fā)表在 CVPR 01)的 Ada Boosted Cascade 算法可以說(shuō)是目前最好最快的目標(biāo)檢測(cè)算法。
上傳時(shí)間: 2014-01-11
上傳用戶(hù):日光微瀾
BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %
標(biāo)簽: constrained variables function possibly
上傳時(shí)間: 2014-01-13
上傳用戶(hù):youth25
A星算法尋找路徑的程序,是用C++的,僅供大家參考
上傳時(shí)間: 2015-09-29
上傳用戶(hù):225588
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1