代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/457166/7333224
cpp mytree.cpp
#include "stdafx.h"
#include "MyTree.h"
#include
#include
#include
#include "ChGL.h"
MyTree::MyTree() {
this->maxBranchDepth = 5 + ( rand() % 4 );
this->ma
www.eeworm.com/read/457166/7333252
cpp branch.cpp
#include "stdafx.h"
#include "Branch.h"
#include "ChGL.h"
#include
#include
Branch::Branch( int depth, float length, float twist, float expand, float radius, int slices, cha
www.eeworm.com/read/457166/7333253
cpp leaf.cpp
#include "stdafx.h"
#include "Leaf.h"
#include "ChGL.h"
#include
Leaf::Leaf( float size, float twist, float expand, char* bmpPath ) {
// scales = 0.5f;
this->size = size;
thi
www.eeworm.com/read/456891/7337407
txt circlefit.txt
//for circle fit
float slopeTable[361]; //record the slope from 0 to 360 degree
float cosTable[361];
float sinTable[361];
void poDefineAllCircles()
{
int i, r;
double theta;
for(i
www.eeworm.com/read/456598/7343978
c 例1-4.c
/* Note:Your choice is C IDE */
#include
#include
main()
{
float * p;
p=(float * )calloc(100,sizeof(float)); /* 强制转化为float型指针 */
if(p==NULL)
printf("\n Allocati
www.eeworm.com/read/456569/7345056
c 4.c
#include
#include
void main()
{
int x = 25, y = 25 , z = 30;
float f = 25.095, h = 25.095;
printf("*************************************\n");
printf("** This is a logi
www.eeworm.com/read/456568/7345265
c ftest.c
//*****************************************************************************
// Filename: ftest.c
// Version: 0.01
// Description: test r against rtest (array of n elements)
// Returns e
www.eeworm.com/read/456389/7350013
txt iracode.txt
码率为0.5的IRA码在AWGN信道下的仿真程序
#include
#include
#include
#include
#define maxfi 50 //信息位长度
#define N 7928 //交织位长度
#define a 8 //IRA码校验节点参数
#define codelth N
www.eeworm.com/read/456386/7350058
c intepoint.c
# include
void avsco(float *psco, float *pave);
void avcour5(char *pcou, float *psco);
void fali2(char *pcou, int *pnum, float *psco, float *pave);
void excellence(char *pcou, int *pnu
www.eeworm.com/read/456386/7350115
c k_algorithm.c
#include
#include
#include
#include
int vectornum;
int vectorsize;
float * datafield;
float * tempcenter;
struct GROUP
{