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

搜索资源列表

  1. Drawn_CV_Envelope.pde

    0下载:
  2. Arduino Code for a Synthesizer Module that remembers envelope shapes and outputs CVs in a loop.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1142
    • 提供者:kx
  1. bldc

    0下载:
  2. 无刷电机DSP2407控制程序,是一个工程文件,可以用来实现无刷电机的开环控制。如果在此基础上再加入A/D采样环节,可做闭环控制。-DSP2407 brushless motor control program is a project file that can be used to achieve open-loop brushless motor control. If on this basis re-join the A/D sample links, can be closed-lo
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:11313
    • 提供者:lidawei
  1. GPS_CAcodeSignal

    1下载:
  2. 主要是关于GPS卫星C/A码信号的产生、捕获以及跟踪的S曲线图,还有科斯塔斯环的一个实例。-Mainly on the GPS satellite C/A code signal generation, capture and track the S curves, there is an instance of Costas Loop.
  3. 所属分类:GPS develop

    • 发布日期:2017-04-03
    • 文件大小:4929
    • 提供者:qiyongqiang
  1. bass24

    2下载:
  2. BASS 音频库最新2.4版。内含basscd24、bassenc24、bassflac24、bassmidi24、bassmix24、basswm24、basswv24等多个插件。是进行音频处理的理想函数库。 BASS is an audio library for use in Windows and Mac OSX software. Its purpose is to provide developers with the most powerful and efficient (y
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-04
    • 文件大小:1214230
    • 提供者:Ferret
  1. closepole

    0下载:
  2. [自動控制]CLOSED LOOP POLES計算工具,使用者輸入系統Function(由TF, ZPK, SS, FDS建立),以及feedback controller,程式會計算出closed loop poles. -CLOSED LOOP POLES calculation tools for automation control. POLE=POLEPLACE(P,C) returns the closed loop system poles for a given plan
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1391
    • 提供者:Sam Chan
  1. PhaseLockedLoop

    0下载:
  2. This tutorial starts with a simple conceptual model of an analog Phase-Locked Loop (PLL). Through elaboration it ends at a model of an all digital and fixed-point phase-locked loop. The final model can serve a starting point for code generation (both
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:399701
    • 提供者:张骅
  1. c++

    0下载:
  2. c++ example for a while loop
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:217513
    • 提供者:azhar
  1. RTL8019

    0下载:
  2. 本文件夹中的代码是“RTL8019”的驱动代码。 main.c 该文件包括了main主函数,为读者朋友提供了一个以太网主循环的例子,读者朋友可根据自己系统以及用到的协议来自行更改这个循环。 RTL8019.C 该文件包括了RTL8019读写寄存器、重启芯片、接收数据包、发送数据包等各个底层驱动函数,以及ARP、以太网数据包处理等初级处理函数。 IP.C 该文件包括了UDP等IP层的协议代码。-The code in the folder is " RTL8019&
  3. 所属分类:DSP program

    • 发布日期:2017-04-15
    • 文件大小:7150
    • 提供者:小胖
  1. PWM

    0下载:
  2. 关于各种电机的PWM程序: 工程1,采用C语言完成的主要功能有 1:用定时器1中断让LED闪烁; 2:用定时器2的比较单元产生一路PWM; 3:用EVB模块产生6路PWM; 另外四个汇编程序依次分别是: SVPWM(软件法)程序, 交流异步矢量程序, 直流双极性双闭环可逆控制程序, 和采样SPWM程序。 -PWM motor on a variety of programs: Project 1, using C language to complet
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:81936
    • 提供者:bullwell
  1. printf_star

    0下载:
  2. printf star by a for-loop by c-printf star by a for-loop by c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:771
    • 提供者:白帥帥
  1. code

    0下载:
  2. VC++MFC模拟连续分配内存存储管理系统,首次适应算法 、循环首次适应算法、最佳适应算法 -VC++ MFC allocates memory for continuous analog storage management system, the first fit algorithm, loop the first fit algorithm, the best fit algorithm
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:223202
    • 提供者:赵凯
  1. classical-algorithm-c-language

    0下载:
  2. c语言经典算法 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++) /*以下为三重循环*/ for(j=1 j<5 j++) for (k=1
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:70307
    • 提供者:zhang
  1. c_while

    0下载:
  2. C语言中while循环一般对初学者来说是容易搞混淆的,且不容易掌握。本文档详细讲述了C语言while循环的用法,供初学者参考。-While loop in C language is generally easier for beginners to engage in confusing and not easy to grasp. This document describes the usage of the while loop in C, reference for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:273356
    • 提供者:小马
  1. shijian

    0下载:
  2. c语言编写的51单片机的时间程序,不是定时器用的for循环模拟的,忘记了-c language program 51 single time, not the timer is used for loop simulation and forget
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:代斌
  1. Loop-program-by-cPP

    0下载:
  2. 这是网上收集的经典的C++题目,面试必考,祝你成功。-c++ loop program for the interview testing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3313
    • 提供者:JOhn
  1. batten

    0下载:
  2. 首先用背景色清空画布,然后画食物,其次是通过for循环将贪吃蛇的每个蛇块画在画布上,以此达到游戏效果。 C#实现,有参考价值。-First empty the canvas with the background color, and then draw the food, followed by the for loop Snake snake block painting on canvas in order to achieve gaming effects. C# impleme
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:62196
    • 提供者:彭超
  1. bujindianji--C

    0下载:
  2. 步进电机是将电脉冲信号转变为角位移或线位移的开环控制元步进电机件。在非超载的情况下,电机的转速、停止的位置只取决于脉冲信号的频率和脉冲数,而不受负载变化的影响,当步进驱动器接收到一个脉冲信号,它就驱动步进电机按设定的方向转动一个固定的角度,称为“步距角”,它的旋转是以固定的角度一步一步运行的。可以通过控制脉冲个数来控制角位移量,从而达到准确定位的目的;同时可以通过控制脉冲频率来控制电机转动的速度和加速度,从而达到调速的目的。-Stepping motor is will signal into
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:14199
    • 提供者:童晓萍
  1. f2

    0下载:
  2. for循环实现C语言精确延时-for loop in C precision delay precision delay for loop in C
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:3981
    • 提供者:one
  1. Fibonacci-series-in-c-using-for-loop

    0下载:
  2. Fibonacci series using recursion method
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:153746
    • 提供者:mahek abeer
  1. lesson16

    0下载:
  2. 矩阵键盘扫描,用C语言编写,用for循环来写,可以顺利执行-Keyboard scan matrix, with the C language, with a for loop to write to the successful implementation of
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:804
    • 提供者:huigujiang
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com