CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - float

搜索资源列表

  1. Intel_IA32_C_CPU

    0下载:
  2. 剖析Intel IA32 架构下C 语言及CPU 浮点数机制 Version 0.01 哈尔滨工业大学 谢煜波 (email: xieyubo@126.com 网址:http://purec.binghua.com) (QQ:13916830 哈工大紫丁香BBSID:iamxiaohan) 前言 这两天翻看一本C 语言书的时候,发现上面有一段这样写到 例:将同一实型数分别赋值给单精度实型和双精度实型,然后打印输出。 #include <stdio.h>
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:168329
    • 提供者:lza
  1. dingfudian

    0下载:
  2. 此程序为定浮点元算子程序,已调试通过 可以直接应用-procedure for determining float yuan operator subroutine, debugging through direct application
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21701
    • 提供者:yue lin
  1. Genetic_Algorithms_in_dam_safety_monitoring_neural

    0下载:
  2. 本文基于遗传算法思想,采用浮点数矩阵表示编码,在遗传算法的进化过程中加入一定的约束条件等方法,探讨了网络结构的设计和学习。经实例分析,在用于建立大坝安全监控预报模型的前馈神经网络设计中,该方法在满足一定约束条件下,能同时有效地寻找合适的网络结构和相应的参数(神经网络的权值和阈值),且在精度和速度上都有较大的提高,为实现实时在线分析评价大坝的安全性态提供了有力的技术支持。-Based on the genetic algorithm, using a float matrix coding, Ge
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:31053
    • 提供者:汪顺和
  1. c语言中FLOAT是如何表示的

    0下载:
  2. 所属分类:文档资料

  1. SOA Cloth Simulation with 256-bit Intel Advanced Vector Extensions (Intel AVX)

    0下载:
  2. This article describes a code sample that uses the Intel® Advanced Vector Extensions (Intel® AVX) for computing mesh-based cloth simulation. A structure of arrays (SOA) implementation is used to maximize data parallelism enabling the usage of 256-bit
  3. 所属分类:编程文档

    • 发布日期:2011-05-27
    • 文件大小:555442
    • 提供者:ericchang
  1. wenzhouxueyuan

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:34264
    • 提供者:周小强
  1. 1

    0下载:
  2. 编写一个程序,要求用户输入一年12个月中,每月的降雨总量, //* 并采用一个float数组存储.程序显示:一年内的总降雨量,平均 //* 每月的降雨量,降雨量最大的月份和最小的月份. //* 输入有效性检验:若用户输入的降雨量为负数,那么就不接受该数.-The preparation of a program that requires a user to enter a year 12 months, the monthly rainfall total,//*
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:1009
    • 提供者:yann
  1. FLOAT

    0下载:
  2. 介绍关于FPGA的浮点加法器运算单元设计-Information on floating-point FPGA-adder cell design computing
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:202910
    • 提供者:luxh
  1. A

    0下载:
  2. (a)编写程序完成如下功能:输入7个float类型的实数分别求最大值和最小值,并保留3位小数输出最大值和最小值。-(A) the preparation of procedures for the completion of the following functions: the importation of seven types of real float for maximum and minimum values, respectively, and three decimal pla
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:1797
    • 提供者:何辉
  1. float

    0下载:
  2. 由于浮点数在单片机上面占用很大的空间 本程序就是为了简化程序,希望对大家有用-Single-chip floating-point numbers in the above as a result of a lot of space occupied by this procedure is to streamline the process and hope for all of us useful
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:799
    • 提供者:谭祥
  1. float

    0下载:
  2. 浮点数-浮点数按实际位数格式化显示的思路-Float- floating-point format according to the actual digit display ideas
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:108709
    • 提供者:孙晓帆
  1. MCQ

    0下载:
  2. 1. Which method must exist in every Java application? (a) main (b) init (c) begin (d) paint Correct answer is (a) 2. Which of the following is a valid literal of type float in Java? (a) 10.5d (b
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:57895
    • 提供者:Gaziza
  1. program

    0下载:
  2. 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:2140
    • 提供者:孔秀平
  1. Floating_Point

    0下载:
  2. 基于FPGA的浮点小实验 hdl 语言描述-float point based on FPGA
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1036337
    • 提供者:FELICITY
  1. 4

    0下载:
  2. 读入N位学生的{学号(char型6位)、姓名(char型10位)、性别(char型1位)、年龄(int)和籍贯(char型20位)、班级(char型6位)},建立学生人事文件;读入M门课的{课号(char型6位)、课名(char型20位)、学分(float)、授课教师姓名(char型10位)、先修课课号(char型6位)(无先修课则用“NO”表示)},建立课程档案文件;读入L个{学号(char型6位)、课号(char型6位)、成绩(float)、选修学期(int)}建立选修关系文件 。分别以二进
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:21546
    • 提供者:吴超
  1. 1

    0下载:
  2. int N TColor curcolor POINT Points[40] float berstein(int n,int k,float t) { float c int j if((k==0)||(k==n)) c=1 else { c=1 for(j=1,j<k j++) c=(c*(n+1-j))/j } if(((t==0)&&(k==0)))||(((t==1)&&(k==n))) return c
  3. 所属分类:Document

    • 发布日期:2017-03-26
    • 文件大小:2908
    • 提供者:lu
  1. float

    0下载:
  2. 搜集的关于[C51源码]浮点数显示并提供了浮点数显示格式的说明,对c51更深入学习有所帮助。-Collected on the [C51 source] float displays, and provides a descr iption of floating-point display format, more in-depth study on the c51 help.
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:3275
    • 提供者:牛佳佳
  1. Computer-control-system

    0下载:
  2. 计算机控制系统在浮法玻璃生产中的应用。主要应用在玻璃熔窑的DCS控制系统-Computer control system in the production of float glass. Mainly used in glass furnace control system DCS
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:338723
    • 提供者:fuyuezhou
  1. Eletrical-System-Float-Power

    1下载:
  2. 电力系统36节点潮流计算,采用牛顿拉夫逊潮流计算法。-Eletrical System Float Power
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:3243
    • 提供者:王星月
  1. float

    0下载:
  2. 将float转成16进制的小工具,可以查看float数据在计算机内存中的表达方式!-float num
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:4992
    • 提供者:lixin
« 12 3 »
搜珍网 www.dssz.com