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

搜索资源列表

  1. sin.cos

    0下载:
  2. 产生正弦波 的matlab源程序 小弟第一次做的程序 不知对大家有用吗?-generated sine wave of Matlab source younger the first time in the process we do not know right useful?
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1105
    • 提供者:萧铯
  1. SINGAL

    0下载:
  2. 一、 利用MATLAB产生下列连续信号并作图 (1) x(t)=-2u(t-1),-1<t<5 x(t)=cos(100t)+cos(3000t),设-0.1<t<0.1-one, Using MATLAB produce the following continuous signals and mapping (1) x (t) =- u (t-1) -1
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22457
    • 提供者:魏臻
  1. TREEBINA

    0下载:
  2. 计算器程序。 能够显示计算优先级的二叉树。 可以任意加括号。 可进行+_*/%运算,及sin,cos,tan,cot,^,ln,e^,a^运算。 运行于TC2.0。要求正确配置图形驱动程序。-calculator program. Calculated to demonstrate the priority of binary tree. Can be arbitrary bracketed. Can be _ * /% Operational and sin, cos, tan
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2183
    • 提供者:孔铁柱
  1. COS-II

    0下载:
  2. μC/OS从1992年开始为人们熟悉,到现在已经发展为μC/OS-II。ΜC/OS-II最多支持56个任务,其内核为占先式,总是执行就绪态的优先级最高的任务,并支持Semaphore(信号量)、Mailbox(邮箱)、Message Queue(消息队列)等多种常用的进程间通信机制。与大多商用RTOS不同的是,μC/OS-II公开所有的源代码,并可以免费获得,对商业应用收取少量License费用。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8512
    • 提供者:ttjj120
  1. jisuanyuxianzhi

    0下载:
  2. 给出x值,经计算得到cos(x)的结果,并可清除记录
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:4917
    • 提供者:chai
  1. VC++JISUANQI

    0下载:
  2. VC++计算器 ,有界面 ,有Sin ,cos ,tan cot功能
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39021
    • 提供者:lzm
  1. uCOS-II_LPC2000

    0下载:
  2. pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include \"includes.h\"改为\"config.h\" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOS
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14859
    • 提供者:hyh
  1. list

    0下载:
  2. 内部排序程序,及积分程序,sin,cos,exp-Sort of internal procedures, and integration procedures
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-12
    • 文件大小:2341
    • 提供者:tiantian
  1. VBGRAPHIC

    0下载:
  2. VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发.-VB 6.0 Sin/Cos/Tan/Atan function, image display output, and coordinates programming based on the mouse to accompany them. When you learn to write, and hope to inspire the beginner.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-25
    • 文件大小:11506
    • 提供者:palamer
  1. draw

    0下载:
  2. 可以实现根据相位,周期,幅度进行sin,cos,tan函数的作图功能-Can realize according to phase, the periodicity, amplitude of library functions like sin, cos, tan function of mapping function
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1893429
    • 提供者:中国大哥
  1. circle

    0下载:
  2. function [] = circleagain(a,b,c,r) pixel = 0.1 theta1 = 0 theta2 = 360*pi/180 pix = pixel/r theta = theta1:pix:theta2 global x y z x = a + r*cos(theta) y = b + r*sin(theta) z = ones(1,length(x))*c x=round(x*10)/10 y=ro
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:378855
    • 提供者:boom
  1. Fast sin() and cos() functions

    0下载:
  2. Fast table method to calculate sin and cos
  3. 所属分类:其它

  1. matlabwork-2.17

    1下载:
  2. matlab gui编程 实现调用sin函数和cos函数-matlab gui
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:177074
    • 提供者:ren
  1. Kaleidoscope

    0下载:
  2. CDrawKaleidoscope类中封装了绘制屏幕万花筒的功能,通过rand函数随机取出小圆半径的大小,使用COS和sin求出小园上的点,然后使用CDC类的Line To方法将各个点进行连接。-CDrawKaleidoscope class encapsulates kaleidoscope draw the screen functions are picked randomly by the rand function size small circle radius calculated
  3. 所属分类:Button control

    • 发布日期:2017-03-31
    • 文件大小:343601
    • 提供者:王炳南
搜珍网 www.dssz.com