代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/160109/10569556

c readval.c

#include "stdio.h" #define MAX 5000 void main() { FILE *fp1,*fp2,*fp3; float ver[50]; int nodenum,t[14],i,j; int num_node[4]; int node_number; float val[MAX]; char ch,s1[80],s2[80],s3[80],va
www.eeworm.com/read/278099/10570028

c rand1.c

/* +++Date last modified: 05-Jul-1997 */ /************************************************************************ This random number generator originally appeared in "Toward a Universal Random
www.eeworm.com/read/352164/10577031

txt pid.txt

3。PID代码 //定义变量 float Kp; //PI调节的比例常数 float Ti; //PI调节的积分常数 float T; //采样周期 float Ki; float ek; //偏差e[
www.eeworm.com/read/159920/10588810

c rand1.c

/************************************************************************ This random number generator originally appeared in "Toward a Universal Random Number Generator" by George Marsaglia and A
www.eeworm.com/read/277956/10591093

cpp e3888_57_0.cpp

#include #include #include typedef enum {ERROR,OK} Status; typedef struct { char c; float f; }TElemType; typedef struct BiTNode { TElemType data; struct
www.eeworm.com/read/423029/10592920

txt mainc.txt

// ---------------------------------------------------------------------------- // ATMEL Microcontroller Software Support - ROUSSET - // --------------------------------------------------
www.eeworm.com/read/422934/10600632

h gyro.h

/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. All Rights Reserved. */ /* Open Source Software - may be modified and shared by
www.eeworm.com/read/422934/10600682

h servo.h

/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. All Rights Reserved. */ /* Open Source Software - may be modified and shared by
www.eeworm.com/read/422934/10600775

cpp pwm.cpp

/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. All Rights Reserved. */ /* Open Source Software - may be modified and shared by
www.eeworm.com/read/422934/10601307

h pidcontroller.h

/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. All Rights Reserved. */ /* Open Source Software - may be modified and shared by