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

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

C<b>Security</b>

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

    This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.

    標簽: project implement developed Database

    上傳時間: 2013-12-25

    上傳用戶:semi1981

  • 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

    上傳用戶:牛津鞋

  • Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c

    Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.

    標簽: representation Magnitude the magnitude

    上傳時間: 2013-12-24

    上傳用戶:金宜

  • a.本程序在Windows xp 上調試通過。 b.在使用時先用ODBC注冊數據源

    a.本程序在Windows xp 上調試通過。 b.在使用時先用ODBC注冊數據源,數據源名:addresslist(名稱不可以寫錯) c.第一次運行時,密碼為空。進入系統后可以修改密碼。

    標簽: a. b. Windows ODBC

    上傳時間: 2015-12-09

    上傳用戶:sjyy1001

  • This Home Security hardware and software. The CPU is MCS-51 series. The source code is developed b

    This Home Security hardware and software. The CPU is MCS-51 series. The source code is developed by C language.

    標簽: The developed Security hardware

    上傳時間: 2014-12-03

    上傳用戶:heart520beat

  • 結合單片機和M a t l a b 兩者的優點

    結合單片機和M a t l a b 兩者的優點,基于事件驅動的中斷通信機制,提出一種Matlab 環境下PC 機與 單片機實時串行通信及數據處理的方法;完成單片機數據采集系統與PC 機的RS-232/RS-485 串行通 信及其通信數據的分析處理、文件存儲、F I R 濾波及圖形顯示;簡化系統開發流程,提高開發效率。 該方法已成功應用于一個P I C 1 6 F 8 7 6 單片機應用系統實例之中

    標簽: 單片機

    上傳時間: 2014-01-19

    上傳用戶:yzy6007

  • 問題描述 序列Z=<B

    問題描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相應的遞增下標序列為<2,3,5,7>。 一般地,給定一個序列X=<x1,x2,…,xm>,則另一個序列Z=<z1,z2,…,zk>是X的子序列,是指存在一個嚴格遞增的下標序列〈i1,i2,…,ik〉使得對于所有j=1,2,…,k使Z中第j個元素zj與X中第ij個元素相同。 給定2個序列X和Y,當另一序列Z既是X的子序列又是Y的子序列時,稱Z是序列X和Y的公共子序列。 你的任務是:給定2個序列X、Y,求X和Y的最長公共子序列Z。

    標簽: lt 序列

    上傳時間: 2014-01-25

    上傳用戶:netwolf

  • n皇后問題求解(8<=n<=1000) a) 皇后個數的設定 在指定文本框內輸入皇后個數即可,注意: 皇后個數在8和1000 之間(包括8和1000) b) 求解 點擊<

    n皇后問題求解(8<=n<=1000) a) 皇后個數的設定 在指定文本框內輸入皇后個數即可,注意: 皇后個數在8和1000 之間(包括8和1000) b) 求解 點擊<Solve>按鈕即可進行求解. c) 求解過程顯示 在標有Total Collision的靜態文本框中將輸出當前棋盤上的皇后總沖突數. 當沖突數降到0時,求解完畢. d) 求解結果顯示 程序可以圖形化顯示8<=n<=50的皇后求解結果. e) 退出程序,點擊<Exit>即可退出程序.

    標簽: 1000 lt 設定 輸入

    上傳時間: 2016-01-28

    上傳用戶:ztj182002

  • 1. Matrix-chain product. The following are some instances a) <3, 5, 2, 1,10> b) <2, 7, 3,

    1. Matrix-chain product. The following are some instances a) <3, 5, 2, 1,10> b) <2, 7, 3, 6, 10> c) <10, 3, 15, 12, 7, 2> d) <7, 2, 4, 15, 20, 5>

    標簽: Matrix-chain following instances product

    上傳時間: 2014-11-28

    上傳用戶:731140412

主站蜘蛛池模板: 长岛县| 鹤壁市| 遵化市| 古蔺县| 沙坪坝区| 连南| 东阳市| 广平县| 微山县| 拉萨市| 天门市| 合江县| 临邑县| 紫金县| 临沂市| 潍坊市| 西贡区| 巴青县| 民县| 蕉岭县| 叶城县| 舟曲县| 兴业县| 射阳县| 镇安县| 北辰区| 威海市| 佛冈县| 临夏市| 崇文区| 福鼎市| 阜康市| 建始县| 灵川县| 韩城市| 东明县| 延边| 色达县| 西安市| 綦江县| 张家川|