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

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

Key

  • B/S版ERP安裝方法 1、安裝IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、將目錄Copy_of_ERP和webctrl_clie

    B/S版ERP安裝方法 1、安裝IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、將目錄Copy_of_ERP和webctrl_client復制到C:/Inetpub/wwwroot下,并將Copy_of_ERP目錄設置成IIS虛擬目錄 3、在SQL Server2000中新建一個Storage用戶和LXTXERP數據庫,然后將Data目錄中的LXTXERP.BAK數據庫備份文件還原 4、修改Copy_of_ERP目錄下的Web.config文件的連接屬性sa用戶的密碼: <add Key="mydns" value="data source=(local) initial catalog=LXTXERP persist security info=False user id=sa pwd=123 workstation id=jl packet size=4096" /> 5、在Windows管理工具中打開Internet 服務管理器,運行Copy_of_ERP中的Login.aspx打開ERP登錄頁面,默認用戶:admin 密碼:123 6、OK

    標簽: webctrl_clie Copy_of_ERP Framework Microsoft

    上傳時間: 2015-12-09

    上傳用戶:zhuimenghuadie

  • AES Core Modules In this document I describe components designated to encoding and decoding using A

    AES Core Modules In this document I describe components designated to encoding and decoding using AES. aes enc — parametrizable component which can encrypt input data, using 128, 192 and 256 bit Key, • aes dec — parametrizable component which can decrypt input data, using 128, 192 and 256 bit Key, • Key expansion — parametrizable component which can produce Key expansion, using 128, 192 and 256 bit Key,

    標簽: components designated document describe

    上傳時間: 2015-12-22

    上傳用戶:Late_Li

  • The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption sche

    The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) There are a few modifications and additions. The Boneh-Franklin scheme is used as a Key Encapsulation Mechanism, and off-the-shelf ciphers and HMACs are used for the actual encryption. (See Lynn, "Authenticated Identity-Based Encryption", available on eprint.

    標簽: Boneh-Franklin implementation identity-based encryption

    上傳時間: 2013-12-20

    上傳用戶:yan2267246

  • VC6.0核心編程。主要涉及到windows消息

    VC6.0核心編程。主要涉及到windows消息,框架,mfc庫以及相關編程,com,activex技術,數據庫技術,網絡編程技術。為英文版本。 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are Key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    標簽: windows 6.0 VC 核心

    上傳時間: 2016-01-02

    上傳用戶:lmeeworm

  • 2407C文件夾包括第8~16章的C語言代碼及使用說明。有如下子文件夾:  第8章數字輸入輸出8路開關量輸入輸出(8IOIN+8IOOUT);  第8章數字輸入輸出

    2407C文件夾包括第8~16章的C語言代碼及使用說明。有如下子文件夾:  第8章數字輸入輸出8路開關量輸入輸出(8IOIN+8IOOUT);  第8章數字輸入輸出模塊(led);  第8章數字輸入輸出模塊(LED+Key);  第9章事件管理器模塊(PWM);  第9章事件管理器模塊_編碼(QEP);  第9章事件管理器模塊_捕捉(cap);  第10章事件管理器模塊_定時器中斷(Timer_INT);  第10章模數轉換模塊(ADC);  第11章串行外設接口模塊(SPI +DA);  第11章串行外設接口模塊(led8py);  第12章串行通信接口模塊(SCI);  第13章局部控制器模塊(CAN);  第14章圖形液晶顯示模塊接口及應用(LCD);  第15章串行EEPROM的接口編程(eeprom);  第16章在TMS320LF2407上實現快速傅立葉變換(fft)。

    標簽: 61548 2407C IOOUT IOIN

    上傳時間: 2016-01-04

    上傳用戶:wlcaption

  • 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中

    雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(Key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(Key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(overflow)的情況下,只要一次就可擷取到。

    標簽: searching Hashing

    上傳時間: 2016-01-14

    上傳用戶:dancnc

  • 矩陣鍵盤驅動程序

    矩陣鍵盤驅動程序, unsigned char Key(void) 只要調用這個函數即可實現

    標簽: 矩陣鍵盤 驅動程序

    上傳時間: 2014-08-04

    上傳用戶:GavinNeko

  • This code implements the shortest path algorithm via the simple scheme and fibonacci heap data struc

    This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the Key board.

    標簽: implements algorithm fibonacci the

    上傳時間: 2013-12-23

    上傳用戶:ynzfm

  • blowfish加密算法的編碼類

    blowfish加密算法的編碼類,用VC6開發,使用時 先要用BlowfishKeyInit()對blowfish所使用的Key初始化。

    標簽: blowfish 加密算法 編碼

    上傳時間: 2016-02-10

    上傳用戶:asdkin

  • 280行的高效代碼

    280行的高效代碼,通過命令行實現了仿射算法的加密解密,隨即或自定義Key等功能

    標簽: 280 代碼

    上傳時間: 2013-12-21

    上傳用戶:athjac

主站蜘蛛池模板: 南投市| 江口县| 棋牌| 京山县| 师宗县| 姚安县| 全州县| 探索| 阆中市| 盐津县| 邢台市| 新昌县| 句容市| 盐亭县| 明溪县| 台前县| 平度市| 茂名市| 广平县| 聂拉木县| 万年县| 班戈县| 崇仁县| 定陶县| 德昌县| 容城县| 谢通门县| 平原县| 庄浪县| 达州市| 南江县| 东丰县| 遂宁市| 木兰县| 银川市| 泗水县| 芜湖市| 柳州市| 固阳县| 云和县| 阜新市|