Location:
Search - ceil
Search list
Description: 该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果
1、组件调用的方式可以参考 main.cpp
2、脚本的编写可以参考 debug/my.cfg
3、可调用系统函数有
atof: 将字符串转换为浮点数
ceil:
floor:
abs:
index:
strcmp:
substr:
strlen:
trim:
strstr:
split:
replace:字符串替换函数
printf:
这些函数基本与同名c函数相同
4、可预先编写一组脚本文件,编译时为每个文件指定ID,供调用时选择
Platform: |
Size: 434708 |
Author: 范哲伟 |
Hits:
Description: 该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果
1、组件调用的方式可以参考 main.cpp
2、脚本的编写可以参考 debug/my.cfg
3、可调用系统函数有
atof: 将字符串转换为浮点数
ceil:
floor:
abs:
index:
strcmp:
substr:
strlen:
trim:
strstr:
split:
replace:字符串替换函数
printf:
这些函数基本与同名c函数相同
4、可预先编写一组脚本文件,编译时为每个文件指定ID,供调用时选择-The component can be used to prepare the string and digital processing script for run-time access to results of the implementation of one call, components can call the reference main.cpp2, the preparation of the script can refer to debug/my.cfg3, may call the system function has atof : convert a string to float ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split: replace: string replace function printf: These functions are basically the same with the same name c function 4, can be prepared in advance by one Group script file, compile-time specified for each document ID, call for selection
Platform: |
Size: 435200 |
Author: 范哲伟 |
Hits:
Description: Description
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 it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument.
More detailed description of calculator is here.
-
Notes
* Write formula using normal infix notation, for example (x^2+ y^2)/1.5. To execute statement use Evaluate command.
* Use variable to write generic formulas, by changing values assigned to the variables you wil be able to repeat calculation for all input data with minimal typing. Define your own functions which also can speedup your work and reduce probability of making an error.
* It is possible to write small functional programs using conditional ?: operator. For example sum of arithmetic progression can be calculated by the following function
sum(x)=x>0?x+sum(x-1):0
Calculator has only < and > comparison operators (because comparing floating point number for equality is any case bad idea). But it is also to check that value belongs to specified range using min<x>max operator.
* All statement you have entered and stored in database. You can select proper statement using List command. Statements are marked with three differen
Platform: |
Size: 245760 |
Author: tang |
Hits:
Description: Aproximation ceil and floor
Platform: |
Size: 1024 |
Author: manu |
Hits:
Description: 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 use
ft2(y,p) -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 use
ft2(y,p)
Platform: |
Size: 1024 |
Author: ry |
Hits:
Description: 89s52单片机设计的具有小信号频率检测(小幅度模拟信号频率测量)功能和自动换挡测量功能的最低测量频率1Hz最高测量频率达到10MHz的频率计的ceil环境汇编语言编写的单片机程序(附频率计的protel设计原理图)-89s52 microcontroller designed with the small-signal frequency detection (small amplitude analog signal frequency measurement) functions and automatic shift measurements of the lowest frequency of 1Hz measurement of the maximum measurement frequency of 10MHz frequency meter ceil environment MCU program written in assembly language (with frequency meter The protel schematic design)
Platform: |
Size: 59392 |
Author: 李光银 |
Hits:
Description: Delphi project - sample Val cast, InttoStr type conversion, and round functions: Trunc, Ceil, Floor, Round and SimpleRoundTo.
Platform: |
Size: 8192 |
Author: siki |
Hits:
Description: 单片机驱动LCD1602,需要用ceil打开-MCU drive lcd
Platform: |
Size: 1024 |
Author: 张浩 |
Hits:
Description: 单片机矩阵键盘详解,需要使用ceil打开-Detailed matrix keyboard MCU, you need to open ceil
Platform: |
Size: 1024 |
Author: 张浩 |
Hits:
Description: 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 value of mod 5 value of given number.
Platform: |
Size: 1921024 |
Author: Raja |
Hits:
Description: 基于PCA的人脸识别,其中包含2个人脸库,已经将其划分为函数了,检测精度为88左右。(抱歉,有一个错误,在pcaTest.m中,第26行改为 real =ceil(i/(col/faceNum)) 就行了)-pca facial recognition,including 2 face image library
Platform: |
Size: 10119168 |
Author: CYC |
Hits:
Description: ceil program for number plate recognition
Platform: |
Size: 10240 |
Author: patel |
Hits:
Description: 石器时代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
Platform: |
Size: 1024 |
Author: 李纪恒 |
Hits:
Description: 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 use ft2(y,p) -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 use ft2(y,p)
Platform: |
Size: 1024 |
Author: swithPr |
Hits:
Description: 简单的自定义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, the BookUtility class will contain the utility methods for the book class and NumUtility class will contain general utility methods for performing different sort of mathematical manipulation on numerals. The use case of all the functions can be found after the class diagram.
Platform: |
Size: 30720 |
Author: 张馨月 |
Hits:
Description: 比较matlab中ceil()、floor()、round()等的量化误差大小。并比较不同的量化位数的误差-Compare matlab in ceil (), floor (), round (), etc. quantization error size. And comparing different error of quantization bits
Platform: |
Size: 1024 |
Author: leep |
Hits:
Description: 表达式计算器,包括一元操作 + - ! sin cos tan asin acos atan sqrt abs exp log lgten ceil floor jiemul int dot ,二元操作 + - * / | & << >> < > == != ^-
源语言: 英语
Expression evaluator, including one million operations+- sin cos tan asin acos atan sqrt abs exp log lgten ceil floor jiemul int dot, binary operations+-* / |!! & << >> <> == = ^
Platform: |
Size: 24576 |
Author: cm |
Hits: