代码搜索:精度可调
找到约 3,652 项符合「精度可调」的源代码
代码结果 3,652
www.eeworm.com/read/37274/1070653
c ch03_3.c
#include
#include
int main()
{
/* 输出值声明*/
int iVal=123456;
float fVal=123.456;
/*不同整数值精度设定输出示范*/
printf("整数值精度设定输出示范 iVal=123456\n");
printf("%%.
www.eeworm.com/read/155679/11855502
cpp lwq.cpp
#include
#include
#include
const double dps=1e-5;//算法中用到的精度
const double dps1=1e-15;//求方程根(得到λ)用到的精度。这个精度比较高为了确保λ比较精确
const int max=100;//解方程求λ时为了判断无正根而设置的
void mak
www.eeworm.com/read/346873/11714400
h tlargefloat.h
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// TLargeFloat.h: interface for the TLargeFloat class.
// 超高精度浮点数类TLar
www.eeworm.com/read/433225/8538441
c ds1302+18b20+lcd1602时钟日期温度显示.c
/**********************************************************************
* 程序名称:18B20+LCD1602+2404日期 /时钟/星期(可调)和温度显示实验
***********************************************************************/
#inc
www.eeworm.com/read/26441/959487
makefile
###############################################################################
# Makefile for the project 用工作于异步模式的T2控制的可调式数码管电子钟
###################################################################
www.eeworm.com/read/28694/1006079
makefile
###############################################################################
# Makefile for the project 用工作于异步模式的T2控制的可调式数码管电子钟
###################################################################
www.eeworm.com/read/182581/9199594
java testrandom.java
import java.util.Random;
public class TestRandom{
public void test(){
Random rnd=new Random();
print("布尔类随机数:"+rnd.nextBoolean());
print("双精度随机数:"+rnd.nextFloat());
print("单精度随机数:"+rn
www.eeworm.com/read/439439/7708872
cpp romberg00.cpp
#include
#include
#include
using namespace std;
#define f(x) (1/(1+x*x)) //举例函数
#define epsilon 0.000001 //精度
#define MAXREPT 10 //迭代次数,到最后仍达不到精度要求,则输出T(m=10).
do
www.eeworm.com/read/38039/1091690
mnu accsrc.mnu
ABS#ACCURACY 绝对精度
# remove the # sign and enter foreign help string in this line
Enter#Value 输入值
Specify absolute accuracy by entering a value.
通过输入一个值来指定绝对精度。
Select#Model 选取模型
Assign absolute accur
www.eeworm.com/read/26441/959489
d 用工作于异步模式的t2控制的可调式数码管电子钟.o.d
用工作于异步模式的T2控制的可调式数码管电子钟.o: \
../用工作于异步模式的T2控制的可调式数码管电子钟.c \
C:\WinAVR-20090313\avr\include/avr/io.h \
C:\WinAVR-20090313\avr\include/avr/sfr_defs.h \
C:\WinAVR-20090313\avr\include/inttype