代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/471255/6900347
c floor.c
#include
#include
#define M 50 /*矩阵阶数*/
int i,j,k,l,z; /* 循环变量 */
int n, /* 节点数 */
m, /* 支路数 */
www.eeworm.com/read/469695/6925379
mla chars.mla
"End Script"
"If flag #~ is ~ then"
INT 0 255
BOOL
"Else"
"Endif"
"Set flag #~ to ~"
INT 0 255
BOOL
"Display message ~"
TEXT
"Add Char ID=~ Definition=~ Type=~ AI=~ XP
www.eeworm.com/read/469695/6925408
cpp core_graphics.cpp
/**************************************************
WinMain.cpp
GameCore Component
Programming Role-Playing Games with DirectX
by Jim Adams (01 Jan 2002)
***************************************
www.eeworm.com/read/469695/6925436
h mcl.h
#ifndef _MCL_H_
#define _MCL_H_
typedef struct sCharacterDefinition
{
// Misc data
char Name[32]; // Name of character
long Class; // Class # of character
lon
www.eeworm.com/read/469695/6925442
cpp chars.cpp
#include "Core_Global.h"
#include "MCL.h"
#include "MIL.h"
#include "MSL.h"
#include "Chars.h"
#include "Spell.h"
cCharacterController::cCharacterController()
{
m_Font = N
www.eeworm.com/read/469695/6925480
h mcl.h
#ifndef _MCL_H_
#define _MCL_H_
typedef struct sCharacterDefinition
{
// Misc data
char Name[32]; // Name of character
long Class; // Class # of character
lon
www.eeworm.com/read/469695/6925486
cpp chars.cpp
#include "Core_Global.h"
#include "Frustum.h"
#include "MCL.h"
#include "MIL.h"
#include "MSL.h"
#include "Chars.h"
#include "Spell.h"
cCharacterController::cCharacterController()
{
m_
www.eeworm.com/read/469695/6925505
cpp charactercontroller.cpp
#include "Core_Global.h"
#include "Frustum.h"
#include "MCL.h"
#include "MIL.h"
#include "MSL.h"
#include "Chars.h"
#include "Spell.h"
cCharacterController::cCharacterController()
{
m
www.eeworm.com/read/106031/6934474
cpp lagrange.cpp
/*该程序完成拉格朗日插值法通用子程序*/
#include"stdafx.h"
#include
class Lagrange
{
public:
void flag(void);
private:
float *p,*q; //用指针动态分配内存空间
www.eeworm.com/read/384731/6960109
cpp quaternion.cpp
/*
* Quaternion.cpp
*
* Copyright (C) 1999 Stephen F. White
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu