使用國(guó)產(chǎn)CH341A芯片實(shí)現(xiàn)USB轉(zhuǎn)串口,完全兼容AVR JTAGICE,可以自動(dòng)升級(jí)。 支持芯片: ATmega16(L), ATmega162(L), ATmega169(L or V), ATmega32(L), ATmega323(L), ATmega64(L), ATmega128(L). 原理圖還附加了RS232接口,可以方便用戶自主選擇串口或USB下載程序。 還附加有可自動(dòng)升級(jí)的HEX文件
上傳時(shí)間: 2016-11-08
上傳用戶:hxy200501
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
標(biāo)簽: illustrates elimination Gaussian pivoting
上傳時(shí)間: 2016-11-09
上傳用戶:wang5829
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
標(biāo)簽: illustrates elimination Gaussian pivoting
上傳時(shí)間: 2014-01-21
上傳用戶:lxm
在windows mobile平臺(tái)上,使用waveAPI來播音樂。跟使用playsound() API不同的是,這個(gè)例子可以修改audio stream的secondary gain class.
上傳時(shí)間: 2013-12-06
上傳用戶:qweqweqwe
攔截短消息,發(fā)送短信代碼。接收沒有提示音,發(fā)送也不提示用戶
標(biāo)簽:
上傳時(shí)間: 2016-11-19
上傳用戶:rishian
設(shè)計(jì)一個(gè)能進(jìn)行時(shí)、分、秒計(jì)時(shí)的十二小時(shí)制或二十四小時(shí)制的數(shù)字鐘,并具有定時(shí)與鬧鐘功能,能在設(shè)定的時(shí)間發(fā)出鬧鈴音,能非常方便地對(duì)小時(shí)、分鐘和秒進(jìn)行手動(dòng)調(diào)節(jié)以校準(zhǔn)時(shí)間,每逢整點(diǎn),產(chǎn)生報(bào)時(shí)音報(bào)時(shí)。 實(shí)驗(yàn)平臺(tái): 1. 一臺(tái)PC機(jī); 2. MAX+PLUSII10.1。 Verilog HDL語言實(shí)現(xiàn),還有完整的實(shí)驗(yàn)報(bào)告
標(biāo)簽: 分 計(jì)時(shí) 數(shù)字
上傳時(shí)間: 2013-12-09
上傳用戶:hphh
一個(gè)小的telnet程序與大家共享,/* 本程序支持如一些參數(shù): * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 監(jiān)聽數(shù)量 或者 -B 監(jiān)聽數(shù)量 * --dir 服務(wù)默認(rèn)目錄 或者 -D 服務(wù)默認(rèn)目錄 * --log 日志存放路徑 或者 -L 日志存放路徑 * --daemon 使程序進(jìn)入后臺(tái)運(yùn)行模式 */
上傳時(shí)間: 2016-11-20
上傳用戶:515414293
pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)
標(biāo)簽: prepareStatement ordernumber dayofmoney datetime
上傳時(shí)間: 2013-12-14
上傳用戶:zsjinju
ap89170 的語音報(bào)警系統(tǒng),包括音段,單片機(jī)2051控制
標(biāo)簽: 89170 ap 語音報(bào)警系統(tǒng)
上傳時(shí)間: 2013-12-30
上傳用戶:ippler8
算術(shù)編碼是把一個(gè)信源表示為實(shí)軸上0和1之間的一個(gè)區(qū)間,信源集合中的每一個(gè)元素都用來縮短這個(gè)區(qū)間。 算術(shù)編碼的過程如下: (1)設(shè)定編碼區(qū)間的高段為h,編碼區(qū)間的長(zhǎng)度為g,EndC為編碼字符分配的高段,StartC 為字符分配區(qū)間的低端。 (2)根據(jù)有限的信源估算出各元素的概率。 (3)杜宇編碼的元素A1,根據(jù)(2)估算的概率和區(qū)間,計(jì)算出該元素編碼后的新的l,和h。
上傳時(shí)間: 2014-01-26
上傳用戶:aysyzxzm
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1