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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

屏蔽設(shè)(shè)計(jì)

  • %電影動畫: %1.首先調(diào)用moviein函數(shù)對內(nèi)存初始化.創(chuàng)建一個足夠大的矩陣來容納一系列指定的圖形(幀) %2.調(diào)用getframe函數(shù)生成每一幀.該函數(shù)返回一個矢量

    %電影動畫: %1.首先調(diào)用moviein函數(shù)對內(nèi)存初始化.創(chuàng)建一個足夠大的矩陣來容納一系列指定的圖形(幀) %2.調(diào)用getframe函數(shù)生成每一幀.該函數(shù)返回一個矢量,利用這個矢量創(chuàng)建一個電影動畫矩陣 %3.調(diào)用movie函數(shù)按照指定速度進行指定次數(shù)的播放 %例子2:演示如何實現(xiàn)快速傅立葉變換(exp(j*2*pi/n))的可視化過程

    標簽: getframe moviein 函數(shù)

    上傳時間: 2015-06-30

    上傳用戶:zsjzc

  • 一般認為Windows CE是一個適合嵌入式應(yīng)用的通用作業(yè)系統(tǒng)

    一般認為Windows CE是一個適合嵌入式應(yīng)用的通用作業(yè)系統(tǒng),然而,從系統(tǒng)的角度來看,Windows CE並不只是一個作業(yè)系統(tǒng),它還包括對多種目標處理器以及週邊設(shè)備的支援,並提供了系統(tǒng)開發(fā)工具、應(yīng)用開發(fā)工具、整合的應(yīng)用程式

    標簽: Windows 嵌入式 系統(tǒng)

    上傳時間: 2015-07-01

    上傳用戶:asasasas

  • Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

    Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF 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.

    標簽: Programming Reference Standard Template

    上傳時間: 2014-01-19

    上傳用戶:netwolf

  • 車牌定位---VC++源代碼程序 1.24位真彩色->256色灰度圖。 2.預(yù)處理:中值濾波。 3.二值化:用一個初始閾值T對圖像A進行二值化得到二值化圖像B。 初始閾值T的

    車牌定位---VC++源代碼程序 1.24位真彩色->256色灰度圖。 2.預(yù)處理:中值濾波。 3.二值化:用一個初始閾值T對圖像A進行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分別是最高、最低灰度值。 該閾值對不同牌照有一定的適應(yīng)性,能夠保證背景基本被置為0,以突出牌照區(qū)域。 4.削弱背景干擾。對圖像B做簡單的相鄰像素灰度值相減,得到新的圖像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左邊緣直接賦值,不會影響整體效果。 5.用自定義模板進行中值濾波 區(qū)域灰度基本被賦值為0。考慮到文字是由許多短豎線組成,而背景噪聲有一大部分是孤立噪聲,用模板(1,1,1,1,1)T對G進行中值濾波,能夠得到除掉了大部分干擾的圖像C。 6.牌照搜索:利用水平投影法檢測車牌水平位置,利用垂直投影法檢測車牌垂直位置。 7.區(qū)域裁剪,截取車牌圖像。

    標簽: 1.24 256 圖像 閾值

    上傳時間: 2013-11-26

    上傳用戶:懶龍1988

  • - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer +

    - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer + Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts. +Reference papers: H.H. Dam, H.A. Abbass, C.J. Lokan, Evolutionary Online Data Mining – an Investigation in a Dynamic Environment. 2005, accepted for a book chapter in Springer Series on Studies in Computational Intelligence H.H. Dam, H.A. Abbass, C.J. Lokan, Be Real! XCS with Continuous-Valued Inputs. IWLCS 2005, (International Workshop on Learning Classifier Systems). Washington DC, June 2005.

    標簽: Environments multiplexer Continuous XCS

    上傳時間: 2015-07-04

    上傳用戶:Avoid98

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標簽: Cryptographic Primitives generate Library

    上傳時間: 2015-07-16

    上傳用戶:wqxstar

  • 眾所周知

    眾所周知,DOS和Window98系統(tǒng)下能對硬件端口直接操作(使用Port函數(shù)),但Window2000和WindowXP系統(tǒng)屏蔽了此功能,該控件能在Win2k,WinXP操作系統(tǒng)下直接操作硬件端口,需要WinDriver支持。

    標簽:

    上傳時間: 2014-11-27

    上傳用戶:來茴

  • BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and

    BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE

    標簽: one-dimensional consideration calculation and

    上傳時間: 2015-07-17

    上傳用戶:royzhangsz

  • BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and

    BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE

    標簽: one-dimensional consideration calculation and

    上傳時間: 2015-07-17

    上傳用戶:wendy15

  • 網(wǎng)頁中的特效 海冥君制作:我把8篇文章制作成E書

    網(wǎng)頁中的特效 海冥君制作:我把8篇文章制作成E書,里面的文章不錯,有些大家可能已經(jīng)看過,同時文章中含有很多的網(wǎng)頁特效,我沒有屏蔽右鍵,大家可以看書的同時對原代碼進行研究。 在研究別人的代碼中不斷前進的。希望這E書對大家有幫助。

    標簽:

    上傳時間: 2014-01-15

    上傳用戶:nanshan

主站蜘蛛池模板: 临朐县| 成武县| 安达市| 桓仁| 雅安市| 海口市| 周至县| 读书| 忻州市| 肃宁县| 商都县| 辽宁省| 若尔盖县| 铜梁县| 安化县| 德安县| 永丰县| 略阳县| 孟津县| 大港区| 静安区| 靖江市| 商都县| 镇雄县| 长葛市| 安福县| 河间市| 波密县| 监利县| 高要市| 满洲里市| 纳雍县| 阿巴嘎旗| 滕州市| 迁安市| 蛟河市| 筠连县| 上虞市| 望江县| 竹溪县| 云霄县|