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

搜索资源列表

  1. 23825778dtc

    0下载:
  2. 异步电动机直接转矩控制基本原理及交流变频调速系统设计-Induction motor direct torque control and the basic principles of AC variable speed system design
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:267280
    • 提供者:黎明
  1. TrackBarStraightForwardUtility

    0下载:
  2. 实现了类似播放器播放进度的控制功能,可以设置播放速度,播放时间长短等-To achieve a similar player to play the progress of the control function, you can set the playback speed, playback duration, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:39757
    • 提供者:Jason
  1. ChartCtrl_demo

    0下载:
  2. 高速绘图(当轴固定),允许快速的数据绘制 无限数量的系列(内存的限制) 无限量的数据线,点,面, 标准,对数或日期/时间轴线 自动,和/或倒置轴(相互独立) 轴标签 点标签 光滑曲线 格 图例和标题 交互性(通知时,在特定事件发生的控制) 支持手动变焦和鼠标淘金 支持游标 支持滚动的轴 高度可定制的(颜色,标题,标签,边缘,字体等) 支持Unicode 支持打印和保存到一个图像文件-High-speed graphics (when
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:808883
    • 提供者:yaoyao
  1. SCIControlTest

    0下载:
  2. 该程序实现了利用串口发送命令来控制下位机电机转速的监控界面。该界面利用MFC编写,开发环境为VS2008。界面上有一个转速示波器分别显示给定转速和实际转速。并且示波器大小和比例尺还会随着窗口的变化而变化。 其下位机程序为SCIControlTest_DSP-This program implements the control interface of moter speed via serial port. And the interface was programed with MFC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-30
    • 文件大小:12816558
    • 提供者:ZXH
  1. MSChart_demo_for_network_speed_inspect

    0下载:
  2. 用MSChart控件做的一个监测网速的Demo,对于MSChart控件的学习有些帮助。-It is a demo made by MSChart control widget to inspect the network speed.May be it s help for you to learn the MSChart control widget.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4861936
    • 提供者:xia qiang
  1. MosaicEffect

    0下载:
  2. 采用GDI+编程,将图片分割后,一块块掉下来,可以设置各项参数控制下坠的速度等-Use of GDI+ programming, after the image segmentation, a falling block, you can set the parameters control the speed of fall
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:90717
    • 提供者:曼联七号
  1. Automatic_loader_bucket_flat_design_of_the_system_

    0下载:
  2. 装载机铲斗自动放平系统及附属功能的设计利用keil软件进行系统的编程与调试,并对其部分功能进行了仿真验证;提出了将工作区间分为低位区、高位区和临时高位区,利用软件设置了一个数组,采用FIFO法对数组中数据进行更新,定义了一个临时高位区标志位,这一系列方法的综合运用,使单片机系统具有了准确识别自动控制区的能力。利用传感器将各所需参数传入控制系统,系统经过计算后将结果转化为PWM信号,高速开关阀接收到信号后做出响应动作,达到控制铲斗自动放平的目的。 -Loader bucket automati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1583375
    • 提供者:高娃
  1. VCFDemo

    0下载:
  2. 多线程的VC++高速文件搜索代码,设置路径、文件名、包含字符、线程数,程序会快速运行起来,不过你的硬盘可要忙的不亦乐呼了,一般情况下,搜索文件速度受制约的是硬盘,而不是程序本身-Multithreaded VC++ high-speed file search code, set the path, file name, including the characters, the number of threads, the program will quickly run up, but
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:23468
    • 提供者:xyhuang
  1. QNET_init_elvis_bypass

    0下载:
  2. velocity control of dc motor speed using labview
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5733
    • 提供者:ravi
  1. 201083023522542

    0下载:
  2. 超级List列表控件,速度一流,最终版 VB源码¦COM & ActiveX-Super List list control, speed class, the final version of VB source ¦ COM & ActiveX
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-06
    • 文件大小:1151621
    • 提供者:jialinjiang
  1. SimuRWLock

    0下载:
  2. 通过Mutex封装实现的读写锁类。写锁优先于读锁。如果有写锁在等待,则读锁一直等待,直到写锁获取锁,并释放后才能获取。读锁是共享锁,写锁是独占锁。提供Mutex与临界区两种方式可宏切换实现,Mutex为系统内核对象,速度比较慢,但比较好控制。临界区速度快,但无进入临界区无超时时间,对时间控制不精确。 BOOL ReadLock(int timeout=INFINITE) BOOL TryReadLock(int timeout=INFINITE,BOOL bLock=TRUE)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:29442
    • 提供者:ceofit
  1. VB

    2下载:
  2. 机车控制界面VB编程!高速列车VB编程界面-Locomotive control interface VB programming! VB programming interface for high-speed train
  3. 所属分类:界面编程

    • 发布日期:2017-04-11
    • 文件大小:373986
    • 提供者:李想
  1. reu7

    0下载:
  2. THE ANTI LOCK BRAKE SYSTEM MODEL WITH WHEEL SPEED,VEHICLE SPEED AND SLIP RATIO MATLAB. Simulink are used to develop and simulate the controllers. Then, Simulink Coder, and Real-Time Windows Target are used to generate and run the resulting controller
  3. 所属分类:ToolBar

    • 发布日期:2017-03-23
    • 文件大小:24875
    • 提供者:mohammed
  1. Progress-bar-with-the-source-code

    0下载:
  2. 用代码可以很方便的实现进度条源码并可以控制快慢。pangxiao16-With the code can easily achieve the progress bar code and can control the speed. pangxiao16
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:1895
    • 提供者:pangxiao16
  1. comdataprocess

    0下载:
  2. 该程序使用与调PID参数使用,对下位机进行数据采集,在列表中显示,然后上位机实时的动态显示响应曲线。这个程序适用于直流电机的位置闭环控制,内速度换,外位置换,很经典。-The program uses the tune PID parameters used for the next bit machine for data collection, displayed in the list, then the PC real-time dynamic display of the respon
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3542733
    • 提供者:何伟
  1. HMeter

    0下载:
  2. 一个仪表控件的源码,可用于速度\方向等的指示-A source code control instrument can be used to speed \ direction instructions
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-01
    • 文件大小:6117
    • 提供者:luojun
  1. B3006@04.24

    0下载:
  2. 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击) -1 supports A, G, R, D, E, U, T, P and other orders 2 read into. AS
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2289764
    • 提供者:张飞
  1. 152

    0下载:
  2. 在数控系统中,机加工的自动化是以零件的程序设计为中心的,根据既定程序,控制机床的位置和速度。 -In the computer numerical control (CNC), the automation of machining operation centers on parts " programs . The CNC unit depends on program to control the machines " position and speed
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:71862
    • 提供者:陈金斌
  1. softhy703I

    0下载:
  2. Groupfly团购系统功能亮点 ASP.NET3.5+AJAX结合 Groupfly团购系统完美结合ASP.NET的AJAX技术,大幅减少了网络数据传输量,加快了页面操作的响应速度,减少了服务器负担,且用户操作体验更加美 好,安全性更高,易用性更强。 基于规则的权限控制 -Groupfly buy system features highlights ASP.NET3.5+ AJAX with Groupfly buy system combines the ASP.NE
  3. 所属分类:.net

    • 发布日期:2017-06-01
    • 文件大小:14158452
    • 提供者:
  1. AQ

    0下载:
  2. AQ生成静态页控件。控件优势在于只要在模板中写入标记,即可生成相应的静态页,并且不与固定数据库挂钩。无论你是升级旧网站,还是建立新网站,都能够与你现有的建站体系完美兼容。使你的建站速度大幅度提高。控件基于 C# 语言开发,框架版本为.NET Framework2.0。暂只支持ACCESS数据库。-AQ generate static page control. Advantage as long as control is written in the template tag, you can
  3. 所属分类:.net

    • 发布日期:2017-04-10
    • 文件大小:1223967
    • 提供者:godigmh
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 30 »
搜珍网 www.dssz.com