搜索资源列表
Benchmark_Src
- 对代数公式进行算法优化 可以节省大量计算时间 希望大家喜欢-When you have a formula, you could see if some of the operations could be optimized and you could see if the integer to float conversions could be simplifying for the formula. I will demonstrate this by using the alphabl
score
- 定义一个Student类,在该类定义中包括:一个数据成员score(分数)及两个静 态数据成员total(总分)和学生人数count;成员函数scoretotalcount(float s) 用于设置分数、求总分和累计学生人数;静态成员函数sum()用于返回总分;静态成-Define a Student class, the class definition including: a data member score (points) and two static data members
TDDOWNLOAD
- #include <stdio.h> #include <math.h> #include <stdlib.h> #include <float.h> unsigned __int64 mulmod(unsigned __int64 a, unsigned __int64 b, unsigned __int64 m) { static const double _2_64 = 18446744073709551616
cPPcode
- C++编程思想源码 //: 2_1.CPP -- Public is just like C struct #include "2_1.h" struct A{ int i char j float f void foo() } void A::foo(){} struct B{ public: int i char j float f void foo() } void B::
float
- 关于float运算的,也是用verilog写的,大家多看看,后边再上传slave的代码-The code on float arithmetic。 written by Verilog. I will upload the slave code then
jianyihuatu
- private ArrayList Items private ClickState CursorState = ClickState.Free private int ptx_old, pty_old, ptx_new, pty_new, ptx_start, pty_start private int movex_old, movey_old, movex_new, movey_new, movex_start, movey_start private Co
c_alloc
- 还是seismic UNIX中动态分配空间的程序,含1D-5D int、float、complex等数组的分配。-the allocated code in the seismic unix
c_read_write
- 读写的函数,方便快捷,支持1-3Dint和float型数组的文件读写。-Read and write functions, fast and convenient, supports 1-3Dint and document literacy float-type array.
Carbon-master
- 遵循android 5.0 设计规范的float button 向下兼容2.x,值得学习-According to the Android 5 specification float button backward compatible with 2.x, it is worth learning
jisuanqi
- 这是一个vc++的计算机程序,可以进行浮点数范围内的加减乘除幂次的运算,-This is a computer program vc++, can float within the scope of the power of add, subtract, multiply and divide operations,
