電話撥號(hào)程序,附有簡(jiǎn)易的撥號(hào)鍵盤,能通過modem通話
上傳時(shí)間: 2013-12-22
上傳用戶:luopoguixiong
實(shí)現(xiàn)基本的購(gòu)物車功能。 eclipse+sqlserver2005 1.主要強(qiáng)調(diào)了購(gòu)物車的業(yè)務(wù)邏輯。 2,利用javabean封裝。比較適合jsp初學(xué)者。 3.簡(jiǎn)潔實(shí)用。可以在此基礎(chǔ)上開發(fā)更加復(fù)雜功能的購(gòu)物網(wǎng)站。 數(shù)據(jù)庫(kù)建立 create database shop_db go use shop_db go create table t_sp ( s_id int identity(1,1) primary key, s_name varchar(20) not null, s_price money not null ) go insert into t_sp values( IBM筆記本電腦 , 19999 ) insert into t_sp values( Hp商務(wù)筆記本電腦 , 8666 ) insert into t_sp values( 精通JSP技術(shù) , 236 ) insert into t_sp values( ASP.NET高級(jí)應(yīng)用 , 156 ) insert into t_sp values( J2EE高級(jí)開發(fā) , 126 ) insert into t_sp values( 華碩筆記本電腦 , 6789 ) go select * from t_sp go
標(biāo)簽: sqlserver eclipse 2005 邏輯
上傳時(shí)間: 2013-12-20
上傳用戶:netwolf
一個(gè)真正實(shí)用的應(yīng)用程序,這個(gè)應(yīng)用程序通過與相應(yīng)的硬件相配合,可以用于電力工業(yè)中數(shù)據(jù)的采集、顯示,判斷電力故障,可以最大限度地方便用戶從采集的數(shù)據(jù)中獲取所需要的信息。并且用到了MODEM通訊,數(shù)據(jù)遠(yuǎn)傳等。
標(biāo)簽: 正 應(yīng)用程序
上傳時(shí)間: 2014-12-21
上傳用戶:康郎
This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowledge, then with an imperfect, although straightforward, channel estimation algorithm. The BER results are determined through Monte Carlo simulation. The demo shows how to use these equalizers seamlessly across multiple blocks of data, where equalizer state must be maintained between data blocks.
標(biāo)簽: performance likelihood decision feedback
上傳時(shí)間: 2013-11-25
上傳用戶:1079836864
/* 實(shí)現(xiàn)一個(gè)圖類,通過增加結(jié)點(diǎn)關(guān)系而增加結(jié)點(diǎn),通過創(chuàng)建新關(guān)系而覆蓋舊關(guān)系 能在DOS窗口打印圖結(jié)點(diǎn)列表和結(jié)點(diǎn)邊列表 初始化的時(shí)候 結(jié)點(diǎn)表首指針置為NULL,在釋放圖對(duì)象的時(shí)候,析構(gòu)函數(shù)實(shí)現(xiàn)釋放結(jié)點(diǎn)和邊結(jié)點(diǎn) */
標(biāo)簽:
上傳時(shí)間: 2016-11-23
上傳用戶:xiaohuanhuan
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
關(guān)于電話來電顯示的源碼,我想好東西一定要共同分享! 1)必須先安裝MSComm32,Install.bat的內(nèi)容如下: c:\windows\system\regsvr32 mscomm32.ocx regedit mscomm32.reg 2)必須到電信局申請(qǐng)來電顯示功能,許多Modem不支持來電顯示功能。 3)如果程序不能正常工作,可能所選擇的Modem使用了"標(biāo)準(zhǔn)調(diào)制調(diào)解器"驅(qū)動(dòng)程序或基它不兼容的驅(qū)動(dòng)程序,建議使用Modem原配的驅(qū)動(dòng)程序。 delphi6+winXP下編譯測(cè)試通過
上傳時(shí)間: 2013-12-20
上傳用戶:671145514
本程序?yàn)槭褂胊ds開發(fā)平臺(tái),硬件為ARM7芯片LPC2220的Modem接口實(shí)驗(yàn),用c語(yǔ)言編寫,含有文擋說明
標(biāo)簽: ads 程序 開發(fā)平臺(tái)
上傳時(shí)間: 2014-11-24
上傳用戶:xmsmh
MC75的USB驅(qū)動(dòng),安裝后可以把MC75的USB添加為一個(gè)串口,進(jìn)行AT命令收發(fā)。同時(shí)會(huì)生成一個(gè)modem,可以直接用它撥號(hào)。
標(biāo)簽: USB MC 75 驅(qū)動(dòng)
上傳時(shí)間: 2013-12-20
上傳用戶:cjl42111
線程描述。主程序創(chuàng)建兩個(gè)線程myThread1 和 myThread2 ,每個(gè)線程打印一句話。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定義每個(gè)線程的執(zhí)行體,然后在main中創(chuàng)建幾個(gè)線程,最后主線程序等待子線程序結(jié)束后再退出。 2、創(chuàng)建兩個(gè)線程,分別向線程傳遞如下兩種類型的參數(shù)
標(biāo)簽: myThread1 myThread2 線程 程序
上傳時(shí)間: 2016-12-14
上傳用戶:米卡
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1