CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - cos

搜索资源列表

  1. CORDIC_SinCos

    0下载:
  2. 利用坐标旋转计算方法CORDIC操作计算sin和cos函数值。-Coordinate rotation calculations using CORDIC operations calculate sin and cos function value.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:2413
    • 提供者:刘柳
  1. Mycalc

    0下载:
  2. 四则混合运算计算器,sin cos tan函数输入已转为角度数,在本网站上见到的最好用的计算器,里面的一些算法转用另一网友-calc
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:266169
    • 提供者:lupingf
  1. scientific_calculator

    0下载:
  2. 使用说明: 1、该计算器对表达式的要求比较严格 2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5 3、括号必须要匹配 4、注意像And这样的运算,前后数值需要括号:(1011)And(1000) 其他说明: Backspace :删除当前输入的最后一位。 CE :清除当前显示的表达式。 C :清除当前的计算,开始新的计算。 MC :清除存储器中的数据。 MR:调用存储器中的数据。 Mod求模(即整数相除求余数)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1032959
    • 提供者:fay
  1. tes2

    0下载:
  2. matlab编程,进行插值。对cos函数进行一阶插值,并且拟合。-a example of matlab programm,which discribe insert with one class to a cos function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:9484
    • 提供者:meixiangxuebai
  1. STM-UCOS

    0下载:
  2. STM32系列的 μCOS嵌入系统 ,能正常启动。-STM Series of embedded systems μCOS-II
  3. 所属分类:uCOS

    • 发布日期:2017-04-09
    • 文件大小:1510524
    • 提供者:黎增发
  1. QAM

    0下载:
  2. QAM是一种矢量调制,将输入比特先映射(一般采用格雷码)到一个复平面(星座)上,形成复数调制符号,然后将符号的I、Q分量(对应复平面的实部和虚部,也就是水平和垂直方向)采用幅度调制,分别对应调制在相互正交(时域正交)的两个载波(cos wt和sin wt)上-QAM is a modulation vector, the first mapping the input bits (Gray code commonly used) to a complex plane (constellation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-06
    • 文件大小:170401
    • 提供者:baibai
  1. femmatlab

    0下载:
  2. 本子程序包含5个子程序,其主要功能是: (1) 子程序CXCY(E,L,IE,JE)的功能 用于计算各单元的杆件的长度及在结构坐标系中的倾角α的三角函数cosα、sinα。 (2) 子程序ELEA(E,L,IE,JE,A)的功能 用于计算结构坐标系下各单元刚度矩阵中的刚度系数。 (3) 子程序TOTAL(E,LNODE,KE,KZ)的功能 用于形成半带宽的结构原始刚度矩阵。 (4) 子程序FIFX(NP,FXI,FXJ,FYI,FYJ,MMI,MMJ,WL,IE
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:33469
    • 提供者:安zhaoqing
  1. Calculator

    0下载:
  2. matlab gui. calculator. you can calculate addition, subscraction,division, product, sin, cos, tan ,arcsin, arccos, arctan,log,
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6710
    • 提供者:
  1. Lwip_test_9260DK

    0下载:
  2. 利用arm9260的lwIP测试协议,在u-cos系统中采用lwIP实现网络通信-with Arm9260 and low-weight IP protocal, it realized the IP communication.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1938862
    • 提供者:jason
  1. MyDrawComplier

    0下载:
  2. 这是一个绘图语言的编译器,您可以输入ORIGIN IS (150,150) SCALE IS (300,300) ROT IS 0 FOR T FROM 0 TO 50*PI STEP PI/20 DRAW (COS(T),SIN(T)) -this is a drawing language complier ,youcanuse it easyly,of cource it has some bugs.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:96782
    • 提供者:程乾
  1. Calculator-Sourcecode

    0下载:
  2. 1、实现十进制下的四则运算(加、减、乘、除)和四则混合运算 2、实现十进制转化为二进制或十六进制 3、实现进行一些常用的函数运算(比如sin、cos、tan、cot、sqrt、ln等) 4、实现“(”,“)”符号的表达式的计算-1 decimal, under the four operations ( addition, subtraction, multiplication, addition) and four mixed computing 2, decimal conv
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:12973
    • 提供者:陆远
  1. Unix-Calculator

    0下载:
  2. (1)加减乘除法基本运算 (2)四则运算,支持括号改变优先级 (3)数学函数支持,包括: 正弦运算sin,余弦运算cos,e为底的对数运算ln,自然对数e次方运算exp,开平方根运算sqrt 次幂运算power,求绝对值运算fabs。 -(1) basic operations of addition and subtraction multiplication and division (2) arithmetic, support
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:22098
    • 提供者:
  1. waveform_gen_latest.tar

    0下载:
  2. This file consists of a design with doc file descr iption to generate sin-cos, sawtooth and square waves. The method used is DDS.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:570319
    • 提供者:mostafa
  1. UCOSTEACHPPT

    0下载:
  2. 嵌入式实时操作系统μCOS原理与实践(电子科技大学卢有亮)该书的完整PPT-ppt of "principle and practice of realtime operation system μCOS" writen by LuYL of uestc
  3. 所属分类:uCOS

    • 发布日期:2017-05-12
    • 文件大小:2682735
    • 提供者:卢火
  1. cos

    0下载:
  2. 输入弧度值可以计算相应的余弦值并显示,同时具有良好的观察界面,功能人性化-Input radians can calculate the cosine and display, but also has a good observation of interface functions humane
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:12852
    • 提供者:吕妃
  1. LCDdisplay

    0下载:
  2. u/cos-II操作系统LCD显示实例 显示一幅图画 并显示中文汉字-u/cos-II display example display picture and chinese
  3. 所属分类:uCOS

    • 发布日期:2017-05-07
    • 文件大小:1612756
    • 提供者:李有
  1. MyVC5_1

    0下载:
  2. 输出正弦函数图形,余弦函数图形,和正余弦乘积函数图形,-Outout sin()Function graph and cos() Function graph ,and sin*cos Function graph
  3. 所属分类:Wavelet

    • 发布日期:2017-05-23
    • 文件大小:7647325
    • 提供者:徐海中
  1. Calculator

    0下载:
  2. c++编写的可视化计算器小程序,完成一些常用运算如加,减,乘,除,开方,乘方,求对数,sin cos,阶层等的计算器-C + + written in the visualization of a small calculator program, to complete a number of commonly used operations such as addition, subtraction, multiplication, division, square root, power,
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:27215
    • 提供者:lixh
  1. bb

    0下载:
  2. To simulate a two-layer feed-forward network for approximating a function y = sin(x).*cos(3*x)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:9778
    • 提供者:ghalib
  1. calculator

    0下载:
  2. 使用C语言编写的具有简单计算功能的计算器,可以完成加、减、乘、除、sin、cos、tan、cot运算,并且有界面。适合初级C语言编程人员学习。-Calculator using C language with a simple calculation function, you can complete the addition, subtraction, multiplication, addition to, sin, cos, of tan, cot computing and inter
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:334971
    • 提供者:Tony
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 40 »
搜珍网 www.dssz.com