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

搜索资源列表

  1. DAC_SINE_CAL_C

    0下载:
  2. 用2407加AD芯片实现正弦曲线的输出,可控制频率和幅值-2407 AD convert sine
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:37018
    • 提供者:王虎
  1. drawline

    0下载:
  2. 使用绘制线段函数画任意的曲线,例如画正弦曲线。-Creating color from yellow to blue gradient brush, showing a different starting point and end point results.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:20992
    • 提供者:小谢
  1. XIAOQIU

    0下载:
  2. 小球沿正弦曲线运动,可以改变颜色,改变速度-Movement along the sine curve ball
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:748
    • 提供者:xlw
  1. EX12_1

    0下载:
  2. 用java在面板上划出一条有坐标轴的正弦曲线-Using java on the panel to draw a sine curve with coordinate axes
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1278
    • 提供者:hao
  1. 4_6

    0下载:
  2. 编写一个程序,在屏幕上出现一个圆心沿正弦曲线轨迹移动的圆心!-Write a program, on the screen there is a center of a circle along a sinusoidal curve track the movement of the center!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:214745
    • 提供者:张赞
  1. SinTest

    0下载:
  2. 实时正弦曲线演示,是用mian作主方法的,符合编程规则-Real-time sine curve shows
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1959
    • 提供者:AS
  1. 1

    0下载:
  2. 题目:编写一个应用程序,在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,要求每隔1/4周期,圆的填充色与圆的边线都发生变化,颜色自己选取,同时,圆的半径在1/4周期之内由正弦幅值的0.2到0.6倍增长。-Topic: write an application that appear on the screen a circle sine curve track along the solid round, ask every quarter cycle, round and round line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:2119
    • 提供者:樊凤祥
  1. drawpen

    0下载:
  2. 完整的C++6.0代码,可以画基本图形甚至正弦曲线,有7种颜色可以设置-a whole project of C++ 6.0.you can draw basic graph,and even sin.there are 7 colors you can choose.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4485591
    • 提供者:琨琨
  1. project1

    0下载:
  2. 利用VB实现画曲线的方法,利用VB学会画曲线,一条正弦曲线,简单易懂-use VB to make one signle wave
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:4513
    • 提供者:于昊田
  1. ScrollZIMU

    0下载:
  2. 设置正弦曲线的并随着曲线滚动显示字幕,字幕与曲线滚动速度可设置,且字幕和曲线的显示颜色可设置-With the curve rolling subtitles, subtitles, and curve scrolling speed can be set, and the display color can be set
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:3580383
    • 提供者:Galya
  1. DrawApplet

    0下载:
  2. 个人原创代码:编写Java Applet程序,使用 *画一条正弦曲线(提示:y=a* sin(x),坐标要取整)。-The original code of the individual: to write a Java Applet,* draw a sine curve (Hint: y = a* sin (x) coordinates to rounding).
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:691
    • 提供者:李瑞
  1. matlabdongtai

    0下载:
  2. 一个简单的在matlab中实现曲线动态显示的例程。显示的是正弦曲线,逐步向坐标轴右移。给想要matlab动态显示提供点提示。-EnglishSpanishArabicAlpha A simple curve dynamic display routines in Matlab. Shows a sine curve, and gradually shifted to the right to the axis. To want to matlab dynamic display provid
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:14472
    • 提供者:周雅琪
  1. VC

    0下载:
  2. 用Visual C++程序编写一个程序,使屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆, 并当每隔1/8个圆周期,圆的填充色和周边颜色都要变化。-Write a program with Visual C++ program, so that a center of the circle along the sinusoidal trajectory moving solid circle on the screen. And need to be changed every 1/8 r
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:514975
    • 提供者:陶喆
  1. plot3

    0下载:
  2. 利用VB进行plotline控件的运用,画正弦曲线并保存-VB to the plotline control the use of draw the sine curve and save
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:9580
    • 提供者:李建德
  1. matdotnet

    0下载:
  2. C#调用MATLAB的例子,用VS2010打开 MATLAB实现画一个正弦曲线, C#中运行打开MATLAB曲线-C# Calling MATLAB examples, open MATLAB to draw a sine curve using VS2010, C#, running, open the MATLAB curve
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:92362
    • 提供者:vron
  1. SinXFunction

    0下载:
  2. 正弦曲线 j基于MFC用C++ 画正弦曲线 幅值设置在Doc文件-Sinusoidal amplitude sine curve j MFC-based C++ painting set in Doc file
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:5246976
    • 提供者:sjj
  1. bpsin

    0下载:
  2. 设计BP神经网络输入、输出和隐含层,拟合输出正弦曲线-Design of BP neural network input, output and hidden layer, and fitting the output sine curve
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1336
    • 提供者:邢捷希
  1. hts

    0下载:
  2. matlab 检测时频分布中的正弦曲线,C编写,可用matlab调用-matlab sine curve in the frequency distribution of detection, C preparation, available matlab call
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1396
    • 提供者:李波
  1. code

    0下载:
  2. MCS-51驱动LCD12864液晶LCD12864显示正弦曲线-MCS-51 driver LCD12864 LCD LCD12864 Display sine curve
  3. 所属分类:source in ebook

  1. chengxu

    0下载:
  2. 编写程序计算一个人的生物节律指数,它是生理、智力和情绪指数之和。情绪周期 是一个正弦曲线,其振幅为1,周期为28天,在给定的一天内,一个人的情绪指数是 , 是他的年龄(以天计算)类似地,生理和智力周期也是正弦曲线,振幅为1,周期分别是23天和33天。 • 编写输入年月日计算天输的函数computeday; • 编写计算生理指数的函数compute_physiological_index; • 编写计算情绪指数的函数compute_emotional_in
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:778
    • 提供者:吴晓东
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com