搜索:double
找到约 192 项符合「double」的查询结果
结果 192
按分类筛选
- 全部
- 技术资料 (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)
https://www.eeworm.com/dl/641/201413.html
数学计算
double pow(double,double) 省去了libm的麻烦。可以自由使用
double pow(double,double)
省去了libm的麻烦。可以自由使用
https://www.eeworm.com/dl/647/486758.html
嵌入式/单片机编程
#define PI 3.1415926 double angle=(double)theta/10.0*PI/180.0 double anglecos=cos(angle) dou
#define PI 3.1415926
double angle=(double)theta/10.0*PI/180.0
double anglecos=cos(angle)
double anglesin=sin(angle)
https://www.eeworm.com/dl/694/244075.html
并行计算
Double 3-dimensional transform Double 3-dimensional transform
Double 3-dimensional transform
Double 3-dimensional transform
https://www.eeworm.com/dl/665/460181.html
matlab例程
Double Density Wavelet Soft
Double Density Wavelet Soft
https://www.eeworm.com/dl/665/431361.html
matlab例程
Double Integration by the Simpson s Rule
Double Integration by the Simpson s Rule
https://www.eeworm.com/dl/534/483754.html
其他
this double floating point vhdl code
this double floating point vhdl code
https://www.eeworm.com/dl/534/134191.html
其他
Addressbook using double-linked list. This example shows the use of a double-linked list by implemen
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Appl ...
https://www.eeworm.com/dl/534/161291.html
其他
double invverted pendulum matlab source code
double invverted pendulum matlab source code
https://www.eeworm.com/dl/534/451235.html
其他
编函数 float fun(double h)
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。
例如:若h 值为8.32433,则函数返回8.32 若h值为8.32533,则函数返回8.33。