搜索结果
找到约 150 项符合
Sin-mlink 的查询结果
其他 能计算数学函数的计算器 这个计算器可用 set 命令自定义变量
能计算数学函数的计算器
这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin tan ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数 ...
其他书籍 此为DDS AD9851之应用原文档
此为DDS AD9851之应用原文档,来源为Analog Device,主要可控制多颗9851,其应用为产生两正交之sin波.
DSP编程 在matlab中添加dspbuilder用于实现dsp的算法
在matlab中添加dspbuilder用于实现dsp的算法,本案例是通过建模对sin函数进行调制后仿真所得。
人工智能/神经网络 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景
一个很好的学习粒子群算法的例子。(刘康C++版本)
程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个 ...
VHDL/FPGA/Verilog verilog编程开发的cordic例程
verilog编程开发的cordic例程,计算SIN,COS功能与计算幅值角度功能可设定,运算宽度可设定,并有完善的TESTBENCH。
数学计算 cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide.
the method dates ba ...
汇编语言 钟表显示一.基本设计要求 1 在屏幕上显示一个适当大小的圆形
钟表显示一.基本设计要求
1 在屏幕上显示一个适当大小的圆形,再圆形道上均匀的分配着60个点,代表1秒—60秒的位置,凡是5倍的点应当比其他的大。
2 以圆中心为轴,画一条斜线代表秒针,采用定时中断方式,每过1秒钟,秒针移动一个位置。
3 定时源可以使用试验箱上的8253。
4 按“ESC”之后,结束演示。
二. ...
Java编程 this program is very interesting for to calculate with simple operation and advance operation. simpl
this program is very interesting for to calculate with simple operation and advance operation. simple operation such us +,-,:,x and advance operation such as calculate sin,cos and tan implementation
数学计算 vb2005编写的计算器。 直接输入字符串
vb2005编写的计算器。
直接输入字符串,如:
4+pi^2+sin(3*cos(2)*e^2)+2.3E13
常数:pi,e
科学计数表示:1E4(1*10^4)
函数支持常用函数:sin,cos,tan,atan,asin...