代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/187358/8830857
h ogsextern.h
/* ************************************************************************
* *
* GPS Simulation
www.eeworm.com/read/187283/8835685
h tm-hp9k3bsd.h
#include "tm-m68k.h"
/* See tm-m68k.h. 7 means 68020 with 68881. */
#define TARGET_DEFAULT 7
/* Define __HAVE_68881__ in preprocessor, unless -msoft-float is specified.
This will control the u
www.eeworm.com/read/384677/8851194
txt pid.txt
Windows Live?
Live 网络Live Search
MSN
帐户反馈帮助中心全部服务 搜索
登录
公告板
您的共享空间
PID算法汇集(C语言)
/*main.c*/
/*DA模块两路(OUT1、OUT2)输出三角波经AD10次采样并与之比较经数字滤波、双闭环PID调节后PWM生成以及经逆变后电压控制*/
www.eeworm.com/read/285268/8856952
java l1.java
import java.io.*;
public class l1 {
/**
* @param args
*/
public static void main(String[] args)throws IOException {
// TODO Auto-generated method stub
BufferedReader in=new Buffered
www.eeworm.com/read/285187/8863120
h graph4.h
//图类结构体定义与相关操作graph4.h
typedef struct
{char *data;
int *visited;
float **edge;
int max,size;
}Graph;
//初始化图
void SetGraph(Graph *G,int n)
{int i,j;
G->data=new char[n];
G->visited=new
www.eeworm.com/read/428391/8873403
cpp cankaobai tianjia.cpp
#include "stdafx.h"
#include "mydib.h"
const float thresholdco = 0.05;
//象素个数的临界常数
const int thresholdnum = 100;
//灰度级数组
int histogram[256];
for(i =0;i
www.eeworm.com/read/285004/8877016
c avevar.c
void avevar(data,n,ave,svar)
double data[],*ave,*svar;
int n;
{
int j;
float s;
*ave=(*svar)=0.0;
for (j=1;j
www.eeworm.com/read/428296/8877313
zb readme.zb
This program needs data file.It can draw curvers.
data file format: int float int float......
www.eeworm.com/read/428296/8877406
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/428242/8881769
c maxsum.c
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* maxsum.c -- time algs for maximum-sum subsequence
* Input: algnum, n
* Output: algnum, n, answer,