搜索结果
找到约 54 项符合
dd 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (4)
- 单片机编程 (3)
- Java编程 (3)
- 嵌入式/单片机编程 (3)
- 单片机开发 (3)
- VIP专区 (3)
- matlab例程 (2)
- FlashMX/Flex源码 (2)
- 书籍源码 (2)
- 汇编语言 (2)
- 其他 (2)
- 驱动编程 (2)
- 其他书籍 (2)
- 学术论文 (1)
- 电源技术 (1)
- 传感与控制 (1)
- 机械电子 (1)
- C/C++语言编程 (1)
- Internet/网络编程 (1)
- 游戏 (1)
- 教育系统应用 (1)
- 通讯/手机编程 (1)
- 嵌入式Linux (1)
- OA系统 (1)
- Delphi/CppBuilder (1)
- 技术管理 (1)
- Jsp/Servlet (1)
- 数据结构 (1)
- 人工智能/神经网络 (1)
- Java书籍 (1)
- 网络 (1)
- JavaScript (1)
- 磁盘编程 (1)
- 技术资料 (1)
驱动编程 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.
人工智能/神经网络 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
Java书籍 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") ...
Java编程 利用java编译工具实现日期格式的输出
利用java编译工具实现日期格式的输出,其格式可以为YYYY MM DD或其他
其他 垃圾文件清理: 垃圾文件清理: 垃圾文件清理 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=" ...
嵌入式/单片机编程 51单片机上实现LCD模拟驱动以及汉字显示
51单片机上实现LCD模拟驱动以及汉字显示,好DD哦
JavaScript 日期js
日期js,可以再表单中输入日期格式为yyyy-mm-dd的String
Linux/Unix编程 /* ---------------------------------------------------------------------------- Function : 根据输入的
/* ----------------------------------------------------------------------------
Function : 根据输入的长整型变量得到对应时间字符串
格式0: YYYYMMDDHHMISS
格式1: HH:MI:SS MM/DD
格式2: YYYYMMDD
格式3: MMDDHHMISS
Return : 成功: 0, 失败: <0
Platform : Solaris / W ...
单片机开发 介绍了一种闭环智能数控直流电流源的设计原理和实施方案
介绍了一种闭环智能数控直流电流源的设计原理和实施方案,该方案采用自行设计制作的高精度电压源,利用单片机、PWM和运算放大器构成A/DD/A转换器来控制场效应管导通状态的原理,达到了输出恒流的目的。整个系统采用89C58单片机作为主控部件,将预置电流值数据送入D/A转换器,经硬件电路变换为恒定的直流输出,同时使用采样 ...
单片机开发 在单片机上实现长时间精确计时。用软件实现调节时钟计时
在单片机上实现长时间精确计时。用软件实现调节时钟计时,以保证长时间计时的准确性。该程序是一个显示在一个双行LCD显示屏上的数字时钟,显示格式为DD HH:MM:SS,其长时间准确计时可以为控制系统准确控制提供保障。类似的计算调整方法可以应用到任何独立计时的单片机系统中。 ...