CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - include.h

搜索资源列表

  1. kalman

    0下载:
  2. opencv中的kalman滤波器程序, / Use Kalman Filter to model particle in circular trajectory // #include <cv.h> #include <highgui.h> //#include <cvx_defs.h>-opencv kalman filter process in,/Use Kalman Filter to model particle in c
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:1402
    • 提供者:jad
  1. c-sj-qw

    0下载:
  2. 拓展部分的代码 #include "graphics.h" int main() { int gdriver, gmode gdriver=VGA -To expand part of the code# include " graphics.h int main () {int gdriver gmode gdriver = VGA
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:357466
    • 提供者:miao
  1. PID-algorithm

    0下载:
  2. C​ 语​ 言​ 描​ 述​ P​ I​ D​ 算​ 法​ 程​ 序 #include <C8051F020.H> #include <string.h> #include <math.h> //void PIDInit(PID *PP) -C language descr iption of the program of the PID algo
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:4602
    • 提供者:yanhe
  1. AD7880

    0下载:
  2. 基于stm32f103的ad7880采集程序-#include"sys.h" #define CS_AD1 PDout(15) #define CONVST_AD1 PDout(14) #define RD_AD1 PDout(13) #define BUSY_AD1 PDin(12) #define CS_AD2 PGout(15) #define CONVST_AD2 PGout(14) #define RD_AD2 PGout(13) #defi
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:594
    • 提供者:zyang
  1. A-simple-procedure

    0下载:
  2. #include<stdio.h> int main() { printf(“this is a c program.\n”) return 0 }-A simple procedure
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:2066
    • 提供者:lunhua
  1. CCC

    0下载:
  2. 题目:#if #ifdef和#ifndef的综合应用。 1. 程序分析: 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h #define MAX #define MAXIMUM(x,y) (x>y)?x:y #define MINIMUM(x,y) (x>y)?y:x void main() { int a=10,b=20 #ifdef MAX printf( \
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2772
    • 提供者:张欣欣
  1. HUDDSNUN

    0下载:
  2. 题目:#if #ifdef和#ifndef的综合应用。 程序源代码: #include stdio.h #include conio.h #define MAX #define MAXIMUM(x,y) (x>y)?x:y #define MINIMUM(x,y) (x>y)?y:x void main() { int a=10,b=20 #ifdef MAX printf( \40: The larger one is d\n
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2690
    • 提供者:张欣欣
  1. BNUTBDJNBOOFR

    0下载:
  2. 【程序29】 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数,如下解释:(这里是一种简单的算法,师专数002班赵鑫提供) 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h main( ) { long a,b,c,d,e,x scanf( ld ,&x) a=x/10000 分解出万位 b=x 10000
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2698
    • 提供者:张欣欣
  1. CBVBBBVJRNRGRJ

    0下载:
  2. 题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。    1.程序分析 2.程序源 代码如下: #include stdio.h #include conio.h main( ) { long ge,shi,qian,wan,x scanf( ld ,&x) wan=x/10000 qian=x 10000/1000 shi=x 100/10 ge=x 10 if(ge
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2655
    • 提供者:张欣欣
搜珍网 www.dssz.com