搜索结果
找到约 192 项符合
Double 的查询结果
按分类筛选
- 全部分类
- 技术资料 (36)
- 数学计算 (26)
- 其他 (17)
- matlab例程 (11)
- Java编程 (9)
- 汇编语言 (6)
- 单片机编程 (4)
- 通讯编程文档 (4)
- 书籍 (3)
- 学术论文 (3)
- 数值算法/人工智能 (3)
- 书籍源码 (3)
- 可编程逻辑 (3)
- 人工智能/神经网络 (3)
- 源码 (2)
- 软件 (2)
- 加密解密 (2)
- 多媒体处理 (2)
- 数据库系统 (2)
- 电子书籍 (2)
- 教程资料 (2)
- 驱动编程 (2)
- Linux/Unix编程 (2)
- 游戏 (2)
- 文件格式 (2)
- 文章/文档 (2)
- 数据结构 (2)
- Java书籍 (2)
- Delphi控件源码 (2)
- 其他行业 (2)
- 行业发展研究 (2)
- Jsp/Servlet (2)
- PCB相关 (1)
- 电源技术 (1)
- 行业应用文档 (1)
- DSP编程 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 其他书籍 (1)
- 电机控制 (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- 串口编程 (1)
- 语音压缩 (1)
- 金融证券系统 (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- VHDL/FPGA/Verilog (1)
- Delphi/CppBuilder (1)
- 交通/航空行业 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- 并行计算 (1)
- 精品软件 (1)
- VIP专区 (1)
技术资料 开关变换器研究
介绍了一种三电平双管正激软开关变换器(Three-level Double Forward soft-switching Converter,TDFC)拓
扑结构,在该拓扑结构中,变压器初级采用了两组双管正激电路串联,变压器次级电路并联,从而使变换器同时具有
三电平电路和双管正激变换器的优点 ...
数学计算 函数插值计算 分别输入已知节点的x,y值
函数插值计算
分别输入已知节点的x,y值,待计算的节点的x值,以及显示结果的文本框。利用文本框和按钮上的事件触发一系列处理方法,包括把文本框里的字符串解析成double类型存放在数组中,以及利用lagrange插值公式计算出结果并填写在结果文本框中。 ...
其他行业 Example to support XML files using MSXML. ========================================= XML (Extensi
Example to support XML files using MSXML.
=========================================
XML (Extensible Markup Language) is a commonly used basis for representing a
huge range of structured data file formats. The specification is maintained by
the World Wide Web Consortium (W3C?. This plugin is inten ...
书籍 Broadband Access Networks Technologies
At present, there is a strong worldwide push toward bringing fiber closer to indi-
vidual homes and businesses. Fiber-to-the-Home/Business (FTTH/B) or close to it
networks are poised to become the next major success story for optical fiber com-
munications. In fact, FTTH connections are currently ex ...
文件格式 编写4个类:Rectangle、Circle、Geometry、Exa
编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成 ...
matlab例程 暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:studyjpeg2000imageslena.tif ) % see the de
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:\study\jpeg2000\images\lena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
y ...
教程资料 XAPP806 -决定DDR反馈时钟的最佳DCM相移
This application note describes how to build a system that can be used for determining theoptimal phase shift for a Double Data Rate (DDR) memory feedback clock. In this system, theDDR memory is controlled by a controller that attaches to either the OPB or PLB and is used inan embedded microproces ...
可编程逻辑 XAPP806 -决定DDR反馈时钟的最佳DCM相移
This application note describes how to build a system that can be used for determining theoptimal phase shift for a Double Data Rate (DDR) memory feedback clock. In this system, theDDR memory is controlled by a controller that attaches to either the OPB or PLB and is used inan embedded microproces ...
数学计算 三次样条插值程序。编译运行本程序后
三次样条插值程序。编译运行本程序后,程序会弹出窗口及问句:“input the number of intervals:”,输入插值的次数即可,程序将得到的次数保存在变量int n中。如果输入的插值次数正确(n>=2),程序会显示下一语句:"input the value of the variable:",此时输入插值点即可,程序将得到的插值点保存在变量double v中。若 ...
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 ...