搜索结果
找到约 159 项符合
double 的查询结果
按分类筛选
- 全部分类
- 数学计算 (26)
- 其他 (17)
- matlab例程 (10)
- Java编程 (9)
- 汇编语言 (6)
- 技术资料 (5)
- 单片机编程 (4)
- 通讯编程文档 (4)
- 学术论文 (3)
- 可编程逻辑 (3)
- 人工智能/神经网络 (3)
- 书籍源码 (3)
- 数值算法/人工智能 (3)
- 书籍 (3)
- 多媒体处理 (2)
- 教程资料 (2)
- 驱动编程 (2)
- 其他行业 (2)
- 文章/文档 (2)
- 游戏 (2)
- Delphi控件源码 (2)
- 文件格式 (2)
- 电子书籍 (2)
- 加密解密 (2)
- Java书籍 (2)
- Jsp/Servlet (2)
- 数据库系统 (2)
- 数据结构 (2)
- 行业发展研究 (2)
- Linux/Unix编程 (2)
- 软件 (2)
- 行业应用文档 (1)
- 电机控制 (1)
- PCB相关 (1)
- 电源技术 (1)
- Internet/网络编程 (1)
- DSP编程 (1)
- 压缩解压 (1)
- 串口编程 (1)
- 语音压缩 (1)
- Delphi/CppBuilder (1)
- 系统设计方案 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 交通/航空行业 (1)
- 并行计算 (1)
- 其他书籍 (1)
- 金融证券系统 (1)
- VHDL/FPGA/Verilog (1)
- 软件设计/软件工程 (1)
- 单片机开发 (1)
- JavaScript (1)
- 嵌入式/单片机编程 (1)
- 技术书籍 (1)
- 源码 (1)
- VIP专区 (1)
- 精品软件 (1)
Java编程 (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols
(1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算 ...
Java编程 (1) 实现一个Point类
(1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。
(2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius ...
文章/文档 ITU的关于图像主观质量评价的标准文档
ITU的关于图像主观质量评价的标准文档,具体描述了double-stimulus continuous quality-scale (DSCQS)的测试条件和方法
Delphi控件源码 DevExpress.ExpressSideBar.v5.37.for.Delphi.BCB.Full.Source delphi和 bcb源码
DevExpress.ExpressSideBar.v5.37.for.Delphi.BCB.Full.Source
delphi和 bcb源码,能轻松实现outlook风格的侧边栏,效果很好,推荐!
ExpressSideBar is a VCL implementation of the MS
Outlook bar. Designed to be easy to use and built with
a significant feature set. Just drop it on a form,
double click the ...
Java编程 This application includes a demo server and client program. You could write your own server launcher
This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class.
Usage:
1. Type the following command to launch the server program.
java -jar Sim ...
通讯编程文档 CppReference 对于c/c++的详尽说明 C/C++ Reference General C/C++ Pre-processor commands Operator P
CppReference
对于c/c++的详尽说明
C/C++ Reference
General C/C++
Pre-processor commands
Operator Precedence
Escape Sequences
ASCII Chart
Data Types
Keywords
Standard C Library
Standard C I/O
Standard C String & Character
Standard C Math
Standard C Time & Date
Standard C Memory
Other stan ...
Java书籍 dwr.xml说明文档。配置文件init部分声明那些用于建立远程bean和在方法调用中转换bean的类.这部分是可选择性配置的,多数情况下可以不必使用它,如果你想定义一个新的creator或者conv
dwr.xml说明文档。配置文件init部分声明那些用于建立远程bean和在方法调用中转换bean的类.这部分是可选择性配置的,多数情况下可以不必使用它,如果你想定义一个新的creator或者converter那么就必须在部分中声明,but do double check on the ones that are currently available first. ...
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") ...
金融证券系统 // chebysheve outlier detection // this function is used to detect the abnormal value among a set o
// chebysheve outlier detection
// this function is used to detect the abnormal value among a set of data
// input:
// delta: a set of data
// flag: discribe which data is already known as outlier
// p: restrict level
// output:
// double[] door : byyond which the data may be considered as a outlie ...
VHDL/FPGA/Verilog DDR SDRAM控制器的VHDL源代码
DDR SDRAM控制器的VHDL源代码,含详细设计文档。
The DDR, DCM, and SelectI/O&#8482 features in the Virtex&#8482 -II architecture make it the perfect
choice for implementing a controller of a Double Data Rate (DDR) SDRAM. The Digital Clock
Manager (DCM) provides the required Delay Locked Loop (DLL), Dig ...