搜索资源列表
formulaC++20080625
- 该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果 1、组件调用的方式可以参考 main.cpp 2、脚本的编写可以参考 debug/my.cfg 3、可调用系统函数有 atof: 将字符串转换为浮点数 ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split:
formulaC++20080625
- 该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果 1、组件调用的方式可以参考 main.cpp 2、脚本的编写可以参考 debug/my.cfg 3、可调用系统函数有 atof: 将字符串转换为浮点数 ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split:
calculator-src
- Descr iption Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make
Aproximacion
- Aproximation ceil and floor
FastFourierTransformAlgorithm
- This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ] x= length(y) m= log2(x) p= ceil(m) To ca
CeilEnvironmentMCUcode
- 89s52单片机设计的具有小信号频率检测(小幅度模拟信号频率测量)功能和自动换挡测量功能的最低测量频率1Hz最高测量频率达到10MHz的频率计的ceil环境汇编语言编写的单片机程序(附频率计的protel设计原理图)-89s52 microcontroller designed with the small-signal frequency detection (small amplitude analog signal frequen
Cast
- Delphi project - sample Val cast, InttoStr type conversion, and round functions: Trunc, Ceil, Floor, Round and SimpleRoundTo.
LCD
- 单片机驱动LCD1602,需要用ceil打开-MCU drive lcd
KEY
- 单片机矩阵键盘详解,需要使用ceil打开-Detailed matrix keyboard MCU, you need to open ceil
Ledonoff
- This simple LED on off program. Give the input between 1 to 70. Leds will glow upto Ceil value of mod 5 value of given number.-This is simple LED on off program. Give the input between 1 to 70. Leds will glow upto Ceil v
PCAFacialRecognition
- 基于PCA的人脸识别,其中包含2个人脸库,已经将其划分为函数了,检测精度为88左右。(抱歉,有一个错误,在pcaTest.m中,第26行改为 real =ceil(i/(col/faceNum)) 就行了)-pca facial recognition,including 2 face image library
ceil7
- ceil program for number plate recognition
gedou
- 石器时代ab lua 格斗脚本,function getIntPart(x) if x <= 0 then return math.ceil(x) end-石器时代ab lua 格斗脚本function getIntPart(x) if x <= 0 then return math.ceil(x) end
FastFourierTransformAlgorithm
- This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ] x= length(y) m= log2(x) p= ceil(m) To call the function us
Lab-03
- 简单的自定义utility,能够实现数字abs、ceil、sum等基本功能,并能查找最大、最小、平均值-It s a utility class with two sub classes. Each member function of the BookUtility and NumUtility will perform some certain utility action. As their name suggests, th
snr-of-differ-Quantization-in-ml
- 比较matlab中ceil()、floor()、round()等的量化误差大小。并比较不同的量化位数的误差-Compare matlab in ceil (), floor (), round (), etc. quantization error size. And comparing different error of quantization bits
calc
- 表达式计算器,包括一元操作 + - ! sin cos tan asin acos atan sqrt abs exp log lgten ceil floor jiemul int dot ,二元操作 + - * / | & << >> < > == != ^- 源语言: 英语 Expression evaluator, including one million operations+-