RFID Security - F. Thornton, B. Haines, A. Das, et al - Syngress - 2006
上傳時間: 2013-12-13
上傳用戶:love_stanford
這是二分法程序。滿足f(a)*f(b)<0d的f(x)在[a,b]區(qū)間的實根。 優(yōu)點:1)程序簡單; 2)對f(x)要求不高,收斂性好。
上傳時間: 2013-12-18
上傳用戶:wpwpwlxwlx
功能:用斐波那契法求f(x)在區(qū)間[a,b]上的近似極小值。當且僅當f(x)在[a,b]上為單峰時次方法適用
標簽:
上傳時間: 2013-12-24
上傳用戶:csgcd001
黃金分割法求極小值 功能:用黃金分割法求f(x)在區(qū)間[a,b]上的近似極小值。當且僅當f(x)在[a,b]上為單峰時次方法適用
標簽: 分割
上傳時間: 2016-12-18
上傳用戶:小鵬
(一) 求a~b 之間各個數(shù)的約數(shù)個數(shù)之和。(其中包括a和b在內(nèi)) ans = sigma(f(i)) , (a <= i <= b) , 其中f(i)表示i的約數(shù)的個數(shù)
上傳時間: 2016-12-31
上傳用戶:daoxiang126
功能菜單 1.商品管理 a.商品目錄 b.商品管理 c.促銷商品 2.訂單管理 3.報表統(tǒng)計 4.會員管理 a.會員管理 b.會員來源 c.會員分類 d.業(yè)務(wù)員管理 e.會員積分 f.會員充值 g.禮品數(shù)據(jù) 5.網(wǎng)站管理 a.信息管理 b.友情鏈接 c.網(wǎng)站留言 d.網(wǎng)站參數(shù) e.配送管理 6.系統(tǒng)管理 a.用戶管理 b.支付管理 c.數(shù)據(jù)清理 7.修改密碼 8.退出系統(tǒng) 后臺訪問方式為admin/index.asp 用戶名8001密碼111111
上傳時間: 2014-01-03
上傳用戶:woshini123456
針對目前使用的RS232接口數(shù)字化B超鍵盤存在PC主機啟動時不能設(shè)置BIOS,提出一種PS2鍵盤的設(shè)計方法。基于W78E052D單片機,采用8通道串行A/D轉(zhuǎn)換器設(shè)計了8個TGC電位器信息采集電路,電位器位置信息以鍵盤掃描碼序列形式發(fā)送,正交編碼器信號通過XC9536XL轉(zhuǎn)換為單片機可接收的中斷信號,軟件接收到中斷信息后等效處理成按鍵。結(jié)果表明,在滿足開機可設(shè)置BIOS同時,又可實現(xiàn)超聲特有功能,不需要專門設(shè)計驅(qū)動程序,接口簡單,成本低。 Abstract: Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received interrupt information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.
上傳時間: 2013-10-10
上傳用戶:asdfasdfd
二: 普通計算器的設(shè)計說明: 1 普通計算器的主要功能(普通計算與逆波蘭計算): 1.1主要功能: 包括 a普通加減乘除運算及帶括號的運算 b各類三角與反三角運算(可實現(xiàn)角度與弧度的切換) c邏輯運算, d階乘與分解質(zhì)因數(shù)等 e各種復(fù)雜物理常數(shù)的記憶功能 f對運算過程的中間變量及上一次運算結(jié)果的儲存. G 定積分計算器(只要輸入表達式以及上下限就能將積分結(jié)果輸出) H 可編程計算器(只要輸入帶變量的表達式后,再輸入相應(yīng)的變量的值就能得到相應(yīng)的結(jié)果) I 二進制及八進制的計算器 j十六進制轉(zhuǎn)化為十進制的功能。 *k (附帶各種進制間的轉(zhuǎn)化器)。 L幫助與階乘等附屬功能
上傳時間: 2013-11-26
上傳用戶:yzy6007
學生成績管理系統(tǒng)功能簡介 a. 查詢指定學號學生成績記錄。 b. 按平均分順序插入一個新的學生成績。 c. 刪除指定學號學生記錄。 d. 修改指定學號學生成績記錄。 e. 在屏幕上輸出所有學生的成績。 f. 將學生成績輸出到文件。
上傳時間: 2015-06-06
上傳用戶:葉山豪
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
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1