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

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

c-<b>IN</b>

  • Delphi2005 B/S程序設計技巧集(23--28) 現在delphi 2005 B/S的書籍資料太少

    Delphi2005 B/S程序設計技巧集(23--28) 現在delphi 2005 B/S的書籍資料太少,幾乎沒有可參考的資料,這在一定程度上限制了delphi 2005的使用,相反C#,ASP的書籍資料到處都是。通過幾個月的學習也算是總結了一點經驗,從現在起我將陸續將ASP和C#的例子、技巧翻譯到delphi 2005下面,希望對大家的學習和工作有幫助,畢竟.Net是一種發展趨勢。我將不定期寫新的內容,同時,如果你在工作或學習中有什么問題,我也會將問題加入本篇文章,另外,一個人的能力畢竟有限,也希望大家共同來解決問題。 宋雨炫

    標簽: 2005 Delphi delphi 23

    上傳時間: 2015-06-23

    上傳用戶:英雄

  • Delphi2005 B/S程序設計技巧集(29--33) 現在delphi 2005 B/S的書籍資料太少

    Delphi2005 B/S程序設計技巧集(29--33) 現在delphi 2005 B/S的書籍資料太少,幾乎沒有可參考的資料,這在一定程度上限制了delphi 2005的使用,相反C#,ASP的書籍資料到處都是。通過幾個月的學習也算是總結了一點經驗,從現在起我將陸續將ASP和C#的例子、技巧翻譯到delphi 2005下面,希望對大家的學習和工作有幫助,畢竟.Net是一種發展趨勢。我將不定期寫新的內容,同時,如果你在工作或學習中有什么問題,我也會將問題加入本篇文章,另外,一個人的能力畢竟有限,也希望大家共同來解決問題。 宋雨炫

    標簽: 2005 Delphi delphi 29

    上傳時間: 2013-12-10

    上傳用戶:清風冷雨

  • Delphi2005 B/S程序設計技巧集(34--36) 現在delphi 2005 B/S的書籍資料太少

    Delphi2005 B/S程序設計技巧集(34--36) 現在delphi 2005 B/S的書籍資料太少,幾乎沒有可參考的資料,這在一定程度上限制了delphi 2005的使用,相反C#,ASP的書籍資料到處都是。通過幾個月的學習也算是總結了一點經驗,從現在起我將陸續將ASP和C#的例子、技巧翻譯到delphi 2005下面,希望對大家的學習和工作有幫助,畢竟.Net是一種發展趨勢。我將不定期寫新的內容,同時,如果你在工作或學習中有什么問題,我也會將問題加入本篇文章,另外,一個人的能力畢竟有限,也希望大家共同來解決問題。 宋雨炫

    標簽: 2005 Delphi delphi 34

    上傳時間: 2014-06-15

    上傳用戶:netwolf

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

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

    標簽: 1.24 256 圖像 閾值

    上傳時間: 2013-11-26

    上傳用戶:懶龍1988

  • 加密算法 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

  • 光學設計軟件zemax源碼: This DLL models an nular aspheric surface as described in: "Annular surfaces in

    光學設計軟件zemax源碼: This DLL models an nular aspheric surface as described in: "Annular surfaces in annular field systems" By Jose M. Sasian Opt. eng. 36 (12) P 3401-3401 December 1997 This surface is essentially an odd aspheric surface with an offset in the aspheric terms. The sag is given by: Z = (c*r*r) / (1+(1-((1+k)*c*c*r*r))^ 1/2 ) + a*(r-q)^2 + b*(r-q)^3 + c*(r-q)^4 + ... Note the terms a, b, c, ... have units of length to the -1, -2, -3, ... power.

    標簽: described aspheric surfaces Annular

    上傳時間: 2014-01-08

    上傳用戶:yyyyyyyyyy

  • This section contains a brief introduction to the C language. It is intended as a tutorial on the la

    This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr

    標簽: introduction the contains intended

    上傳時間: 2013-12-23

    上傳用戶:liansi

  • 1.24位真彩色->256色灰度圖。 2.預處理:中值濾波。 3.二值化:用一個初始閾值T對圖像A進行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-G

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

    標簽: Gmax-G 1.24 Gmax 閾值

    上傳時間: 2014-01-08

    上傳用戶:songrui

  • Ma tla b 是當今使用最為廣泛的數學軟件

    Ma tla b 是當今使用最為廣泛的數學軟件,它具有相當強大的數值計算、數據處理、系統 分析、圖形顯示、甚至符號運算功能,是一個完整的數學平臺,但是它不能實現端口操作和 實時控制Borland C + +Builder是一種新穎的可視化編程語言,可方便實現交互界面、數據 采集和端口操作等,但是它在數值處理分析和算法工具等方面,效率遠遠低于Matlab語言

    標簽: tla Ma 數學軟件

    上傳時間: 2014-01-24

    上傳用戶:牛津鞋

  • design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally

    design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally,so user only need to input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,..., ksection and the freq.

    標簽: Butterworth internally Chebyshev specified

    上傳時間: 2015-11-08

    上傳用戶:253189838

主站蜘蛛池模板: 全椒县| 商城县| 青河县| 临邑县| 藁城市| 丰都县| 台州市| 白山市| 庆安县| 江北区| 唐河县| 大石桥市| 桐城市| 双峰县| 乌什县| 房山区| 淅川县| 姚安县| 乐都县| 广水市| 甘谷县| 富源县| 丁青县| 潮安县| 泰来县| 中宁县| 漯河市| 莱州市| 镇江市| 基隆市| 昔阳县| 安岳县| 乌拉特中旗| 封开县| 宁远县| 濮阳县| 芮城县| 苏尼特左旗| 巴林右旗| 望城县| 阳曲县|