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

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

Null-modem

  • 電話撥號程序

    電話撥號程序,附有簡易的撥號鍵盤,能通過modem通話

    標(biāo)簽: 電話 程序

    上傳時間: 2013-12-22

    上傳用戶:luopoguixiong

  • 實現(xiàn)基本的購物車功能。 eclipse+sqlserver2005 1.主要強調(diào)了購物車的業(yè)務(wù)邏輯。 2

    實現(xiàn)基本的購物車功能。 eclipse+sqlserver2005 1.主要強調(diào)了購物車的業(yè)務(wù)邏輯。 2,利用javabean封裝。比較適合jsp初學(xué)者。 3.簡潔實用。可以在此基礎(chǔ)上開發(fā)更加復(fù)雜功能的購物網(wǎng)站。 數(shù)據(jù)庫建立 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高級應(yīng)用 , 156 ) insert into t_sp values( J2EE高級開發(fā) , 126 ) insert into t_sp values( 華碩筆記本電腦 , 6789 ) go select * from t_sp go

    標(biāo)簽: sqlserver eclipse 2005 邏輯

    上傳時間: 2013-12-20

    上傳用戶:netwolf

  • 一個真正實用的應(yīng)用程序

    一個真正實用的應(yīng)用程序,這個應(yīng)用程序通過與相應(yīng)的硬件相配合,可以用于電力工業(yè)中數(shù)據(jù)的采集、顯示,判斷電力故障,可以最大限度地方便用戶從采集的數(shù)據(jù)中獲取所需要的信息。并且用到了MODEM通訊,數(shù)據(jù)遠傳等。

    標(biāo)簽: 應(yīng)用程序

    上傳時間: 2014-12-21

    上傳用戶:康郎

  • This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood seque

    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

    上傳時間: 2013-11-25

    上傳用戶:1079836864

  • /* 實現(xiàn)一個圖類

    /* 實現(xiàn)一個圖類,通過增加結(jié)點關(guān)系而增加結(jié)點,通過創(chuàng)建新關(guān)系而覆蓋舊關(guān)系 能在DOS窗口打印圖結(jié)點列表和結(jié)點邊列表 初始化的時候 結(jié)點表首指針置為NULL,在釋放圖對象的時候,析構(gòu)函數(shù)實現(xiàn)釋放結(jié)點和邊結(jié)點 */

    標(biāo)簽:

    上傳時間: 2016-11-23

    上傳用戶:xiaohuanhuan

  • pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernu

    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

    上傳時間: 2013-12-14

    上傳用戶:zsjinju

  • 關(guān)于電話來電顯示的源碼

    關(guān)于電話來電顯示的源碼,我想好東西一定要共同分享! 1)必須先安裝MSComm32,Install.bat的內(nèi)容如下: c:\windows\system\regsvr32 mscomm32.ocx regedit mscomm32.reg 2)必須到電信局申請來電顯示功能,許多Modem不支持來電顯示功能。 3)如果程序不能正常工作,可能所選擇的Modem使用了"標(biāo)準(zhǔn)調(diào)制調(diào)解器"驅(qū)動程序或基它不兼容的驅(qū)動程序,建議使用Modem原配的驅(qū)動程序。 delphi6+winXP下編譯測試通過

    標(biāo)簽: 電話 來電顯示 源碼

    上傳時間: 2013-12-20

    上傳用戶:671145514

  • 本程序為使用ads開發(fā)平臺

    本程序為使用ads開發(fā)平臺,硬件為ARM7芯片LPC2220的Modem接口實驗,用c語言編寫,含有文擋說明

    標(biāo)簽: ads 程序 開發(fā)平臺

    上傳時間: 2014-11-24

    上傳用戶:xmsmh

  • MC75的USB驅(qū)動

    MC75的USB驅(qū)動,安裝后可以把MC75的USB添加為一個串口,進行AT命令收發(fā)。同時會生成一個modem,可以直接用它撥號。

    標(biāo)簽: USB MC 75 驅(qū)動

    上傳時間: 2013-12-20

    上傳用戶:cjl42111

  • 線程描述。主程序創(chuàng)建兩個線程myThread1 和 myThread2

    線程描述。主程序創(chuàng)建兩個線程myThread1 和 myThread2 ,每個線程打印一句話。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定義每個線程的執(zhí)行體,然后在main中創(chuàng)建幾個線程,最后主線程序等待子線程序結(jié)束后再退出。 2、創(chuàng)建兩個線程,分別向線程傳遞如下兩種類型的參數(shù)

    標(biāo)簽: myThread1 myThread2 線程 程序

    上傳時間: 2016-12-14

    上傳用戶:米卡

主站蜘蛛池模板: 外汇| 平湖市| 曲阜市| 蒲城县| 京山县| 鄢陵县| 全南县| 科技| 贡觉县| 西峡县| 游戏| 曲麻莱县| 龙江县| 思茅市| 安吉县| 建宁县| 曲周县| 老河口市| 昆山市| 东辽县| 方城县| 松江区| 禹城市| 厦门市| 万州区| 黄浦区| 肃宁县| 枞阳县| 都兰县| 岑巩县| 邛崃市| 瓦房店市| 商城县| 娄底市| 惠来县| 冕宁县| 丹江口市| 通山县| 景洪市| 凤阳县| 昌图县|