搜索资源列表
Intel_IA32_C_CPU
- 剖析Intel IA32 架构下C 语言及CPU 浮点数机制 Version 0.01 哈尔滨工业大学 谢煜波 (email: xieyubo@126.com 网址:http://purec.binghua.com) (QQ:13916830 哈工大紫丁香BBSID:iamxiaohan) 前言 这两天翻看一本C 语言书的时候,发现上面有一段这样写到 例:将同一实型数分别赋值给单精度实型和双精度实型,然后打印输出。 #include <stdio.h>
dingfudian
- 此程序为定浮点元算子程序,已调试通过 可以直接应用-procedure for determining float yuan operator subroutine, debugging through direct application
Genetic_Algorithms_in_dam_safety_monitoring_neural
- 本文基于遗传算法思想,采用浮点数矩阵表示编码,在遗传算法的进化过程中加入一定的约束条件等方法,探讨了网络结构的设计和学习。经实例分析,在用于建立大坝安全监控预报模型的前馈神经网络设计中,该方法在满足一定约束条件下,能同时有效地寻找合适的网络结构和相应的参数(神经网络的权值和阈值),且在精度和速度上都有较大的提高,为实现实时在线分析评价大坝的安全性态提供了有力的技术支持。-Based on the genetic algorithm, using a float matrix coding, Ge
SOA Cloth Simulation with 256-bit Intel Advanced Vector Extensions (Intel AVX)
- 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
wenzhouxueyuan
- #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 //指向后继的指针
1
- 编写一个程序,要求用户输入一年12个月中,每月的降雨总量, //* 并采用一个float数组存储.程序显示:一年内的总降雨量,平均 //* 每月的降雨量,降雨量最大的月份和最小的月份. //* 输入有效性检验:若用户输入的降雨量为负数,那么就不接受该数.-The preparation of a program that requires a user to enter a year 12 months, the monthly rainfall total,//*
FLOAT
- 介绍关于FPGA的浮点加法器运算单元设计-Information on floating-point FPGA-adder cell design computing
A
- (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
float
- 由于浮点数在单片机上面占用很大的空间 本程序就是为了简化程序,希望对大家有用-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
float
- 浮点数-浮点数按实际位数格式化显示的思路-Float- floating-point format according to the actual digit display ideas
MCQ
- 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
program
- 实现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
Floating_Point
- 基于FPGA的浮点小实验 hdl 语言描述-float point based on FPGA
4
- 读入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)}建立选修关系文件 。分别以二进
1
- 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
float
- 搜集的关于[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.
Computer-control-system
- 计算机控制系统在浮法玻璃生产中的应用。主要应用在玻璃熔窑的DCS控制系统-Computer control system in the production of float glass. Mainly used in glass furnace control system DCS
Eletrical-System-Float-Power
- 电力系统36节点潮流计算,采用牛顿拉夫逊潮流计算法。-Eletrical System Float Power
float
- 将float转成16进制的小工具,可以查看float数据在计算机内存中的表达方式!-float num