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

搜索资源列表

  1. pmsm3_1

    4下载:
  2. 本程序来自TI公司网站原程序,其功能是通过传统的矢量控制算法来实现对永磁同步电机的控制,矢量控制采用双闭环结构,内环为电流环,外环为速度环,其速度的采集是通过编码器获得。是一个不可多得矢量控制例程。控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍! -this program from the company's Web site TI program, its function is through the traditional vector c
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1001776
    • 提供者:徐克
  1. pmsm3_2

    1下载:
  2. 本程序来自TI公司网站原程序,其功能是通过传统的矢量控制算法来实现对永磁同步电机的控制,矢量控制采用双闭环结构,内环为电流环,外环为速度环,其速度的获得是靠滑模自适应算法求得。是一个不可多得无速度传感器矢量控制例程。控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍! -this program from the company's Web site TI program, its function is through the traditional
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1053090
    • 提供者:徐克
  1. MP3CoderDecoderSourceCodeBaseOnDSP

    0下载:
  2. mp3dec.h - The main header file defining the structures and functions in the decoder mp3dec.c - The main source file, including the main loop and most decoding functions mp3dec_D.h - The windowing function data huff.c - The huffman decoder (
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:36513
    • 提供者:slam
  1. PLL_RX+10.7MHZ_ts9256

    0下载:
  2. pll锁向环控制程序,让你进入无线控制领域,采用ts9256作例子,有工程文件直接用keil c打开。-pll to lock loop control procedures, allow you to enter the field of wireless control using ts9256, for example, works that document the direct use of keil c open.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:23155
    • 提供者:hxc
  1. CLangue

    0下载:
  2. 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:159798
    • 提供者:liming
  1. Encrypt

    0下载:
  2. What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in \"c\" also.) Program fl
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9683
    • 提供者:刘博
  1. datadraw3.0.8.tar

    0下载:
  2. DataDraw is an ultra-fast persistent database for high performance programs written in C. It s so fast that many programs keep all their data in a DataDraw database, even whi le being manipulated in inner loop s of compute intensive appl icatio
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:710274
    • 提供者:balife
  1. Lgsp2410UBoot

    0下载:
  2. NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isDownloadReady flag is added. Apr.10.2
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:641306
    • 提供者:高东升
  1. glib-2.16.1.tar

    0下载:
  2. This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6413799
    • 提供者:zhouguochen
  1. 贪婪法解最短回路问题

    0下载:
  2. 一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的结点都包含在部分解中。-deformation with a greedy method for the Traveling Salesman circuit C code ideological one. Choose a minimum as part of the solution side. 2. Choose one of th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13940
    • 提供者:莫非
  1. 跳水动作

    0下载:
  2. 试验内容: 跳水比赛中运动员每完成一个跳水动作,都有J名裁判员为其打分,但每次总成绩中都要去掉一个最高分和一个最低分。每个运动员需要完成C个动作,每次动作结束都要按当前总成绩为全部运动员重新排序,结果在运动员出场比赛时显示出来。设总共有N个运动员参加比赛,其编号为1,2,… N。 编一个程序实现这一功能。 要求: 1、 建立一个*head为头结点的单链表 2、 以动作C为主循环,对每个动作输入每个运动员所有裁判打分。输入每个 运动员的所有打分后,立即对单链表按sum域(累计分)从小到大重新排序
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8608
    • 提供者:韦培凯
  1. weizhiopenloop.rar

    0下载:
  2. 这是一个对无刷直流电机进行位置开环控制的DSP程序,采用c语言进行编程,This is a brushless DC motor for the location of open-loop DSP control procedures, using c language programming
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:2291
    • 提供者:黄明明
  1. glib-2.12.11

    0下载:
  2. glib是一个开源的跨平台的库,本程序是glib的Windows版本,glib-dev-2.12.11.zip包含头文件,和lib库。-GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:865634
    • 提供者:sealskysea
  1. MotorAutotune

    3下载:
  2. 电机参数自整定,根据电机参数进行PID运算,来自实际变频器真实源码,先进的C++平台,绝对的核心技术。-Motor Autotune,for Dc motor field current loop which is based on the time constant.
  3. 所属分类:DSP program

    • 发布日期:2014-11-21
    • 文件大小:2369
    • 提供者:小宁
  1. LTE_Link_Level_6_r917

    0下载:
  2. LTE链路级的仿真,非常的全面。考虑了现有LTE的大部分技术。MATLAB仿真,有些功能是用C代码写的。http://www.pudn.com/downloads240/sourcecode/comm/wireless/detail1121790.html 的内容的最新版本。-The LTE Link Level simulator simulator is provided with a test simulation scenario that can be used to verify
  3. 所属分类:3G develop

    • 发布日期:2017-05-16
    • 文件大小:4478746
    • 提供者:
  1. video_process_base_on_DSPandFPGA

    0下载:
  2. 基于高速数字信号处理器(DSP) 和大规模现场可编程门阵列( FPGA) ,成功地研制了小型 化、低功耗的实时视频采集、处理和显示平台. 其中的DSP 负责图像处理,其外围的全部数字逻辑功能都集成在一片FPGA 内,包括高速视频流FIFO、同步时序产生与控制、接口逻辑转换和对视频编/ 解码器进行设置的I2 C 控制核等. 通过增大FIFO 位宽、提高传输带宽,降低了占用EMIF 总线的时间 利用数字延迟锁相环逻辑,提高了显示接口时序控制精度. 系统软件由驱动层、管理层和应用层组成,使得硬件管
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:547256
    • 提供者:John
  1. liboop.tar

    0下载:
  2. c程序事件/消息循环操作函数库-c procedures for event loop management functions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:314103
    • 提供者:tiger.zz
  1. chengxushejishiyan4

    0下载:
  2. 一、实验题目: 实验4 程序的形式化推导 二、实验内容: (1) 根据给定的问题,建立前置谓词和后置谓词。 (2) 根据条件语句的推导策略,建立程序中的条件语句。 (3) 构造循环不变式,确立界函数。 (4) 根据循环语句的推导策略,建立程序中的循环语句。 (5) 面向目标,退到出所要的程序。 三、实验目的 根据条件语句的推导策略和循环语句的推导策略,基于最弱前置条件的概念,用比较形式化的方法,从设计要求达到的目标一步步推导出程序。 四、实验要求: 运用
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:8144
    • 提供者:沈炯
  1. masm32

    0下载:
  2. MASM has a number of built in operators that allow a programmer to use C style evaluation and loop code when writing high level Windows code that interfaces with the operating system. More often than not, low level algorithms do not use any of t
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:90471
    • 提供者:Bremher Naus
  1. 2sd

    0下载:
  2. 本例中用一个循环语句给a数组各元素送入奇数值,然后用第二个循环语句输出各个奇数。在第一个 for语句中,表达式3省略了。在下标变量中使用了表达式i++,用以修改循环变量。当然第二个for语句也可以这样作,C语言允许用表达式表示下标。 程序中最后一个printf语句输出了两次a[5]的值,可以看出当下标不为整数时将自动取整。-In this case with a loop to a surprising array of values into the elements, and then th
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:lili
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com