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

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

End

  • ---實(shí)現(xiàn)的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no)

    ---實(shí)現(xiàn)的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no) >= “0001” and std_logic_vector(length_no) <= “1001” then -----數(shù)據(jù)幀數(shù)據(jù)由接收串行數(shù)據(jù)端移位入接收移位寄存器---rsr(0) <= rxda --- rsr(7 downto 1) <= rsr(6 downto 0) --- parity <= parity xor rsr(7) --- elsif std_logic_vector(length_no) = “1010” then --- rbr <= rsr --接收移位寄存器數(shù)據(jù)進(jìn)入接收緩沖器--- ...... --- End if

    標(biāo)簽: clk1x std_logic_vector length_no elsif

    上傳時(shí)間: 2015-10-28

    上傳用戶:cainaifa

  • Student status management system is development two aspects that typical information management syst

    Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front End applies the procedure.Creates to rise to the former request the consistency of data is strong with the integrity, the library that the safeness of data like.But request the latter very much to apply the procedure function complete, easy usage etc. characteristics.

    標(biāo)簽: management development information Student

    上傳時(shí)間: 2015-11-01

    上傳用戶:1101055045

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=requ

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" then sqltext=sqltext &" where Product_Name like %"& request("Product_Name") &"% " else sqltext=sqltext &" where Product_Name like %"& "" &"% " End if if request("Product_Class")<>"" then sqltext=sqltext &" and Class_1 like %"& request("Product_Class") &"% " End if

    標(biāo)簽: ProductClass lt LANGUAGE VBSCRIPT

    上傳時(shí)間: 2013-11-25

    上傳用戶:wl9454

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.End End if

    標(biāo)簽: lt LANGUAGE VBSCRIPT Session

    上傳時(shí)間: 2013-12-09

    上傳用戶:huql11633

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.End End if

    標(biāo)簽: lt LANGUAGE VBSCRIPT Session

    上傳時(shí)間: 2014-08-18

    上傳用戶:小草123

  • % 文件名:randlsbget.m % 程序員:余波 % 編寫時(shí)間:2007.6.25 % 函數(shù)功能: 本函數(shù)將完成提取隱秘于上的秘密信息 % 輸入格式舉例:result=( scover.

    % 文件名:randlsbget.m % 程序員:余波 % 編寫時(shí)間:2007.6.25 % 函數(shù)功能: 本函數(shù)將完成提取隱秘于上的秘密信息 % 輸入格式舉例:result=( scover.jpg ,56, secret.txt ,2001) % 參數(shù)說明: % output是信息隱藏后的圖象 % len_total是秘密信息的長度 % goalfile是提取出的秘密信息文件 % key是隨機(jī)間隔函數(shù)的密鑰 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判斷嵌入信息量是否過大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作為信息嵌入位計(jì)數(shù)器將信息序列寫回文本文件 p=1 % 調(diào)用隨機(jī)間隔函數(shù)選取像素點(diǎn) [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 End if p==len_total break End p=p+1 End fclose(frr)

    標(biāo)簽: randlsbget result scover 2007

    上傳時(shí)間: 2015-11-10

    上傳用戶:yzhl1988

  • 演示Kruskal算法和Prim算法 集合的并,元素查找的操作及應(yīng)用 說明: 代碼均在vc++6.0環(huán)境下編譯均通過 在非VC++6.0環(huán)境下編譯請去掉頭文件 windows.h 和函

    演示Kruskal算法和Prim算法 集合的并,元素查找的操作及應(yīng)用 說明: 代碼均在vc++6.0環(huán)境下編譯均通過 在非VC++6.0環(huán)境下編譯請去掉頭文件 windows.h 和函數(shù) End()

    標(biāo)簽: 6.0 Kruskal windows Prim

    上傳時(shí)間: 2013-12-17

    上傳用戶:偷心的海盜

  • 在QuartusII中使用AHDL語言編寫一個(gè)RS232串行數(shù)據(jù)通信接口

    在QuartusII中使用AHDL語言編寫一個(gè)RS232串行數(shù)據(jù)通信接口,要求設(shè)計(jì)輸入輸出端口,要求能提供的接收端口正確地接收。其中1bit作為start位,8bit作為數(shù)據(jù),1bit作為End位。

    標(biāo)簽: QuartusII AHDL 232 RS

    上傳時(shí)間: 2013-12-19

    上傳用戶:huyiming139

  • Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID

    Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID Support blind transfer, single-step transfer/conference, consultation transfer/conference, hold, unhold. Control of the local phone handset, microphone and speaker of the modem SEnd and receive faxes Play and record on the phone line or sound card Play music in background mode Silence detection VU Meter Wave sound editor that allows your End-users to edit their own sound files. Voice recognition and voice synthesis. Full control over the serial port device ZModem file transfer utility File compression and encryption utility

    標(biāo)簽: phone and Capture Detect

    上傳時(shí)間: 2013-11-30

    上傳用戶:水中浮云

  • Linux in a Nutshell, 5th Edition By Stephen Figgins, Robert Love, Arnold Robbins, Ellen Siever, Aa

    Linux in a Nutshell, 5th Edition By Stephen Figgins, Robert Love, Arnold Robbins, Ellen Siever, Aaron Weber ... ... ... ... ... ... ... ..... Publisher: O Reilly Pub Date: July 2005 ISBN: 0-596-00930-5 Pages: 944 Over the last few years, Linux has grown both as an operating system and a tool for personal and business use. Simultaneously becoming more user friEndly and more powerful as a back-End system, Linux has achieved new plateaus: the newer filesystems have solidified, new commands and tools have appeared and become standard, and the desktop--including new desktop environments--have proved to be viable, stable, and readily accessible to even those who don t consider themselves computer gurus.

    標(biāo)簽: Nutshell Edition Figgins Stephen

    上傳時(shí)間: 2015-12-03

    上傳用戶:frank1234

主站蜘蛛池模板: 江阴市| 阿瓦提县| 霍林郭勒市| 勃利县| 棋牌| 紫阳县| 金溪县| 惠东县| 根河市| 莆田市| 台山市| 阳朔县| 长丰县| 张家口市| 六安市| 鄱阳县| 陇西县| 临西县| 白河县| 会东县| 宜阳县| 云阳县| 新河县| 洞头县| 秀山| 陆河县| 张掖市| 故城县| 宜兴市| 炉霍县| 巴楚县| 普宁市| 南岸区| 宁安市| 沽源县| 克什克腾旗| 马尔康县| 上栗县| 商南县| 锡林浩特市| 丰城市|