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

dd

  • Also since the domain name--against which the retrieved domain name is to be matched--is currently h

    Also since the domain name--against which the retrieved domain name is to be matched--is currently hard coded. Hence the hard coded name has to be change before compiling the user mode program The .lib file which has been provided in \dd\dd folder is checked built using Win XP ddK as of now.

    标签: domain name currently retrieved

    上传时间: 2016-08-17

    上传用户:siguazgb

  • This toolbox contains re-implementations of four different multi-instance learners, i.e. Diverse Den

    This toolbox contains re-implementations of four different multi-instance learners, i.e. Diverse Density, Citation-kNN, Iterated-discrim APR, and EM-dd. Ensembles of these single multi-instance learners can be built with this toolbox

    标签: i.e. re-implementations multi-instance different

    上传时间: 2013-12-19

    上传用户:haohaoxuexi

  • 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

  • 利用java编译工具实现日期格式的输出

    利用java编译工具实现日期格式的输出,其格式可以为YYYY MM dd或其他

    标签: java 编译工具 输出

    上传时间: 2013-12-21

    上传用户:Zxcvbnm

  • 垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="" set R=" R:~1,-2 "

    垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :dd cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :dd Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :dd cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :dd

    标签: Programs Windows rd_dir Clean

    上传时间: 2017-04-21

    上传用户:lanhuaying

  • 51单片机上实现LCD模拟驱动以及汉字显示

    51单片机上实现LCD模拟驱动以及汉字显示,好dd

    标签: LCD 51单片机 模拟 驱动

    上传时间: 2014-01-15

    上传用户:ynzfm

  • 日期js

    日期js,可以再表单中输入日期格式为yyyy-mm-dd的String

    标签:

    上传时间: 2017-07-21

    上传用户:gaome

  • /* ---------------------------------------------------------------------------- Function : 根据输入的

    /* ---------------------------------------------------------------------------- Function : 根据输入的长整型变量得到对应时间字符串 格式0: YYYYMMddHHMISS 格式1: HH:MI:SS MM/dd 格式2: YYYYMMdd 格式3: MMddHHMISS Return : 成功: 0, 失败: <0 Platform : Solaris / Windows

    标签: Function 输入

    上传时间: 2013-12-29

    上传用户:zhangyigenius

  • 介绍了一种闭环智能数控直流电流源的设计原理和实施方案

    介绍了一种闭环智能数控直流电流源的设计原理和实施方案,该方案采用自行设计制作的高精度电压源,利用单片机、PWM和运算放大器构成A/dd/A转换器来控制场效应管导通状态的原理,达到了输出恒流的目的。整个系统采用89C58单片机作为主控部件,将预置电流值数据送入D/A转换器,经硬件电路变换为恒定的直流输出,同时使用采样电阻将实际输出电流转换成电压送入A/D转换器,并将其反馈到单片机中构成闭环系统,进而实现预设值和实际值的比较,再通过调整D /A转换器输出的电压来改变场效应管的导通状态,减小了实际值与预设值之间的误差,实现了电流可预置、可步进调整、输出的电流信号可直接数字显示的功能。采用硬件闭环、软件闭环、软件实时积分、实时滤波的方法,锁定输出电流,从而实现了高精度恒流源的目的。此次所设计的电流源具有精度高、结构简单、工作稳定、操作方便、成本低廉、带负载能力强等优点

    标签: 闭环 数控直流 电流源 方案

    上传时间: 2017-08-04

    上传用户:chens000

  • 在单片机上实现长时间精确计时。用软件实现调节时钟计时

    在单片机上实现长时间精确计时。用软件实现调节时钟计时,以保证长时间计时的准确性。该程序是一个显示在一个双行LCD显示屏上的数字时钟,显示格式为dd HH:MM:SS,其长时间准确计时可以为控制系统准确控制提供保障。类似的计算调整方法可以应用到任何独立计时的单片机系统中。

    标签: 计时 单片机 时钟 软件实现

    上传时间: 2014-10-09

    上传用户:zaizaibang