CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - SIN c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - SIN c - List
[
Other resource
]
sin函数发生程序
DL : 0
正弦函数发生程序,可以在C中嵌套,是工程文件 测试通过 -sine function occurred procedures, which can be nested in C, engineering document the test
Update
: 2008-10-13
Size
: 15.87kb
Publisher
:
欧阳明星
[
Speech/Voice recognition/combine
]
LMS-C
DL : 0
LMS滤波器示例程序,在TURBOC中运行 这是一个简单的可图形显示的C程序 输入信号是一个被噪声污染了的sin信号。 */ /* 运行后,屏幕的上方是输入信号,下方是经过LMS滤波后的输出信号
Update
: 2008-10-13
Size
: 4.28kb
Publisher
:
蜗牛
[
Mathimatics-Numerical algorithms
]
C语言常用源代码
DL : 0
C语言数值计算中常用的函数,如sin(x),cos(x)的实现方式的源代码。-Codes for functions which are used frequently in numerical calculation ,such as sine function,cosine function, written in C language
Update
: 2008-10-13
Size
: 70.92kb
Publisher
:
何培松
[
Algorithm
]
有限元一维C++源码
DL : 0
本程序写出了一个完整的一维有限元程序算列,列子如下 d^2u/dx^2=sin(x); u(0)=0,du(1)=0. u=sin(x);区间[0,2*pi].
Update
: 2011-05-31
Size
: 1.75kb
Publisher
:
wsqlzu@gmail.com
[
Windows Develop
]
expr
DL : 0
可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin cos tg rays, handling brackets, four operators, one VC is a rare expression of calculating and computing tools. For example : cos (0) 1
Update
: 2025-02-19
Size
: 1.87mb
Publisher
:
何福保
[
Windows Develop
]
算术表达式解析器
DL : 0
此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the procedures in the importation of variable size and arithmetic expressions dynamic analytical expression to be Operational results. Support for a number of arithmetic operations and mathematical functions are as follows : :-*/^ () mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, for example, to set trunc a1 and a2 the size, can be calculated by the following formula : exp ( sin (a1)* cos (a2)) Operating System : Visual C language
Update
: 2025-02-19
Size
: 48kb
Publisher
:
曲贵增
[
Mathimatics-Numerical algorithms
]
C语言常用源代码
DL : 0
C语言数值计算中常用的函数,如sin(x),cos(x)的实现方式的源代码。-Codes for functions which are used frequently in numerical calculation ,such as sine function,cosine function, written in C language
Update
: 2025-02-19
Size
: 71kb
Publisher
:
何培松
[
GUI Develop
]
c_prog1
DL : 0
一些常用的C语言源代码。包括磁盘格式、常用函数如abs、sin、strlen等;以及输入输出格式的制定。-some common C language source code. Disk format, commonly used functions such as the abs, sin, strlen; Input and output format and setting.
Update
: 2025-02-19
Size
: 56kb
Publisher
:
王成福
[
ARM-PowerPC-ColdFire-MIPS
]
C5000系列DSP上实现正弦波发生器
DL : 0
C5000系列DSP上实现正弦波发生器的源代码-Source code of Sin wave generator for DSP C5000 series
Update
: 2025-02-19
Size
: 10kb
Publisher
:
邹旭杰
[
ELanguage
]
字符串表达式解析器
DL : 0
此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the needs of calculator operation and the operation of Object : IF, AND, OR, lt; , Lt; =, Gt; , Gt; =, Lt; Gt; , =, == figures 0-9 ,(,), ,-,*,/, SIN, COS, TAN, POW, EXP, ABS, SQRT, INT, LN, LOG, MIN, MAX.
Update
: 2025-02-19
Size
: 45kb
Publisher
:
天空
[
Software Engineering
]
sin函数发生程序
DL : 0
正弦函数发生程序,可以在C中嵌套,是工程文件 测试通过 -sine function occurred procedures, which can be nested in C, engineering document the test
Update
: 2025-02-19
Size
: 16kb
Publisher
:
欧阳明星
[
ActiveX/DCOM/ATL
]
MathExpressionParser
DL : 0
数学公式分析组件。可以计算 +,-,* /,sin,cos,tan,等20多个运算符。 如 y = a*sin(b)+(c-d)*cos(d),输入a,b,c,d就可以得到y-mathematical formula analysis components. We can count,-,* /, sin, cos, tan, and more than 20 other operators. If y = a* sin (b) (c-d)* cos (d), the importation of a, b, c, d can be y
Update
: 2025-02-19
Size
: 84kb
Publisher
:
翁丽萍
[
AI-NN-PR
]
BP1_7
DL : 0
bp算法,网络为1-5-2-2-1。函数为y=sin(3x)cosx+1。这是用c语言写的,能运行,可以画图,这是神经网络的一个作业。-bp algorithms, network 1-5-2-2-1. To function y = sin (3x) cosx 1. It is written in C language, can run, drawing, which is a neural network operations.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
我是谁
[
Graph Drawing
]
Sin(sin)
DL : 0
输出正弦波,其频率和振幅可调,通过该例子读者也可以编写余弦函数的输出波形-sine wave output, adjustable frequency and amplitude, through which readers can also examples of the preparation of the cosine wave output
Update
: 2025-02-19
Size
: 26kb
Publisher
:
mxp
[
Console
]
BP_abs(sinX)
DL : 0
BP算法拟合y=abs(sin(x))函数,样本数9对,目标值0.001-BP algorithm fitting y = abs (sin (x)) function, for nine samples right, the target value 0.001
Update
: 2025-02-19
Size
: 60kb
Publisher
:
孙志海
[
Speech/Voice recognition/combine
]
LMS-C
DL : 0
LMS滤波器示例程序,在TURBOC中运行 这是一个简单的可图形显示的C程序 输入信号是一个被噪声污染了的sin信号。 */ /* 运行后,屏幕的上方是输入信号,下方是经过LMS滤波后的输出信号 -LMS filter sample programs, run in TurboC This is a simple graphical display can process the C input signal is a noise contaminated signal sin.*//* Running, the top of the screen is the input signal, the bottom is the result after the LMS filter output signal
Update
: 2025-02-19
Size
: 4kb
Publisher
:
蜗牛
[
Graph Drawing
]
sin
DL : 0
用C#绘图的简单应用:绘制正弦曲线的代码-Drawing with a simple C# application: drawing sine curve code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
郑遂
[
Dialog_Window
]
sin
DL : 0
这是用vc做的sin曲线,已经调试通过,使用mfc对话框做的界面,适合vc,c++的学习-This is done with vc sin curve has been debugged using mfc dialog box to do the interface for vc, c++ learning
Update
: 2025-02-19
Size
: 3.42mb
Publisher
:
高峰
[
Other
]
自定义sin函数值计算器
DL : 0
自定义sin函数值计算器,使用C#进行计算器的编写,控制台输出(Custom sin function value calculator)
Update
: 2025-02-19
Size
: 40kb
Publisher
:
Hkhan
[
Other
]
output sin()
DL : 0
c语言教程:输入振幅、相位和间隔增量,输出一个sin图像。(C language course: input amplitude, phase and interval increment, and output an sin image.)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
小鸟orz
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.