虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Null-modem

  • 电话拨号程序

    电话拨号程序,附有简易的拨号键盘,能通过modem通话

    标签: 电话 程序

    上传时间: 2013-12-22

    上传用户:luopoguixiong

  • 实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2

    实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2,利用javabean封装。比较适合jsp初学者。 3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。 数据库建立 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商务笔记本电脑 , 8666 ) insert into t_sp values( 精通JSP技术 , 236 ) insert into t_sp values( ASP.NET高级应用 , 156 ) insert into t_sp values( J2EE高级开发 , 126 ) insert into t_sp values( 华硕笔记本电脑 , 6789 ) go select * from t_sp go

    标签: sqlserver eclipse 2005 逻辑

    上传时间: 2013-12-20

    上传用户:netwolf

  • 一个真正实用的应用程序

    一个真正实用的应用程序,这个应用程序通过与相应的硬件相配合,可以用于电力工业中数据的采集、显示,判断电力故障,可以最大限度地方便用户从采集的数据中获取所需要的信息。并且用到了MODEM通讯,数据远传等。

    标签: 应用程序

    上传时间: 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.

    标签: performance likelihood decision feedback

    上传时间: 2013-11-25

    上传用户:1079836864

  • /* 实现一个图类

    /* 实现一个图类,通过增加结点关系而增加结点,通过创建新关系而覆盖旧关系 能在DOS窗口打印图结点列表和结点边列表 初始化的时候 结点表首指针置为NULL,在释放图对象的时候,析构函数实现释放结点和边结点 */

    标签:

    上传时间: 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)

    标签: prepareStatement ordernumber dayofmoney datetime

    上传时间: 2013-12-14

    上传用户:zsjinju

  • 关于电话来电显示的源码

    关于电话来电显示的源码,我想好东西一定要共同分享! 1)必须先安装MSComm32,Install.bat的内容如下: c:\windows\system\regsvr32 mscomm32.ocx regedit mscomm32.reg 2)必须到电信局申请来电显示功能,许多Modem不支持来电显示功能。 3)如果程序不能正常工作,可能所选择的Modem使用了"标准调制调解器"驱动程序或基它不兼容的驱动程序,建议使用Modem原配的驱动程序。 delphi6+winXP下编译测试通过

    标签: 电话 来电显示 源码

    上传时间: 2013-12-20

    上传用户:671145514

  • 本程序为使用ads开发平台

    本程序为使用ads开发平台,硬件为ARM7芯片LPC2220的Modem接口实验,用c语言编写,含有文挡说明

    标签: ads 程序 开发平台

    上传时间: 2014-11-24

    上传用户:xmsmh

  • MC75的USB驱动

    MC75的USB驱动,安装后可以把MC75的USB添加为一个串口,进行AT命令收发。同时会生成一个modem,可以直接用它拨号。

    标签: USB MC 75 驱动

    上传时间: 2013-12-20

    上传用户:cjl42111

  • 线程描述。主程序创建两个线程myThread1 和 myThread2

    线程描述。主程序创建两个线程myThread1 和 myThread2 ,每个线程打印一句话。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定义每个线程的执行体,然后在main中创建几个线程,最后主线程序等待子线程序结束后再退出。 2、创建两个线程,分别向线程传递如下两种类型的参数

    标签: myThread1 myThread2 线程 程序

    上传时间: 2016-12-14

    上传用户:米卡