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

搜索资源列表

  1. sin(x)1

    0下载:
  2. 这是我大一的时候做的sin(x)源程序,库函数的实现-This my freshman year when do sin (x) source, the realization of library functions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18.95kb
    • 提供者:罗本
  1. Sin

    0下载:
  2. Draw Sin with VC++!no twinkle!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:42.58kb
    • 提供者:roseamy
  1. 两球在sin曲线上

    0下载:
  2. 两球在sin曲线上,可用来学习VC编程,学习系统函数的调用和界面的生成.-twice in sin curves can be used to learn the VC program, learning system function call interface and the formation.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:9.45kb
    • 提供者:王云
  1. draw-sin-graph

    0下载:
  2. 一个使用VB完成的函数曲线绘图小程序,可以实现基本的三角函数绘制,如正弦,余弦,正切等-a VB completed mapping function curves small programs, can achieve a basic trigonometry mapping, such as sine, cosine, tangent, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:1.03kb
    • 提供者:杨沧海
  1. sin

    0下载:
  2. 实现环境为vc++,能实现小球沿着SIN曲线不间断的自由运动-The realization of the environment vc++, To achieve a small ball along the SIN curve uninterrupted freedom movement
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:44.9kb
    • 提供者:李平
  1. sin

    0下载:
  2. 正弦波点计算点数随意设定,请联系我,有意想不到的惊喜-Sinusoidal set point calculation of points at random, please contact me, there is an unexpected surprise
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:986byte
    • 提供者:songpeng
  1. sin

    0下载:
  2. 一个能够求函数正弦和余弦值的vc程序源代码。-Seeking function of a sine and cosine values of vc source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:25.19kb
    • 提供者:zgeagle
  1. ComplexFunction

    0下载:
  2. 本程序包括大部份复数处理函数:abs()、arg()、conj()、sin()、cos()、sinh()、cosh()、exp()、log()、log10()、norm()、polar()、pow()、sqrt()等。-look it yourself.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-05
    • 文件大小:986.81kb
    • 提供者:雾水葛
  1. SIN

    0下载:
  2. 简易正弦波发生器 //精英团队提供 //控制信号 :P20 //数据线 :P0口-include <reg52.h> sbit WR2 = P2 ^ 0 unsigned char code sin[256]
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:953byte
    • 提供者:刘海
  1. sin

    0下载:
  2. 方波产生部分代码,正弦波产生部分代码,仅供新手参考-Square-wave part of the code generated, part of the code generated sine wave
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:dede
  1. PWM_sin

    0下载:
  2. PWM-SIN显示,C语言程序,AVR开发板编写,即SPWM单片机产生-PWM-SIN show, C language programs, AVR development board to prepare, that is, generate SPWM Microcontroller
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:12.66kb
    • 提供者:minqiang
  1. GAFMAX

    0下载:
  2. 遗传算法 求下列函数的最大值 obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].-Optimization problem by genetic algorithm of a function obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:4.72kb
    • 提供者:HU
  1. C_Calculator

    0下载:
  2. c语言计算器,实现加、减、乘、除、加括号、sin/cos/tan函数-c language calculator to achieve add, subtract, multiply, divide, add parentheses, sin/cos/tan functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.66kb
    • 提供者:hanyu
  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
    • 文件大小:11.24kb
    • 提供者:palamer
  1. SIN

    0下载:
  2. 正弦曲线 ROM 数据序列生成器。 用于硬件产生正弦波,避免低层调用SIN函数。 根据DAC的位数不同,可以设置不同的分辨率。 生产的数据在当前目录的SIN.TXT文件中,直接复制到源码中或者烧录ROM、FLASH中。-sin data generater. for DAC use.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:23.52kb
    • 提供者:tmp_tmp_1
  1. Sin(x)

    0下载:
  2. Console Application for calculating Sin(x) from tylor serie
  3. 所属分类:.net

    • 发布日期:2017-03-26
    • 文件大小:766byte
    • 提供者:MTR
  1. sin

    0下载:
  2. 这是用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
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-13
    • 文件大小:3.42mb
    • 提供者:高峰
  1. Fast sin() and cos() functions

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

  1. 自定义sin函数值计算器

    0下载:
  2. 自定义sin函数值计算器,使用C#进行计算器的编写,控制台输出(Custom sin function value calculator)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:40kb
    • 提供者:Hkhan
  1. output sin()

    0下载:
  2. c语言教程:输入振幅、相位和间隔增量,输出一个sin图像。(C language course: input amplitude, phase and interval increment, and output an sin image.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:3kb
    • 提供者:小鸟orz
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com