代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/272218/10965510
cpp 裁剪dlg.cpp
// 裁剪Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "裁剪.h"
#include "裁剪Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endi
www.eeworm.com/read/418061/10966457
java matrix3d.java
/*
* @(#)Matrix3D.java 1.10 04/07/26
*
* Copyright (c) 2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, a
www.eeworm.com/read/272076/10971704
cpp ann1.cpp
#include"iostream.h"
#include "math.h"
#include
#include
#include
#define M 3
#define node 4
void initw(float weight[M][node][node])
{
int i,j;
for(i=0;i
www.eeworm.com/read/272020/10974055
h zclinewidget.ui.h
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you wish to add, delete or rename fu
www.eeworm.com/read/272020/10974061
h zplinewidget.ui.h
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you wish to add, delete or rename fu
www.eeworm.com/read/272020/10974066
cpp datastruct.cpp
#include "datastruct.h"
void ZWorld::setWorld(int X,int Y,int W,int H,
float x1,float y1,float x2,float y2)
{
this->X=X;this->Y=Y;
this->W=W;this->H=H;
www.eeworm.com/read/271915/10975917
cpp gauss.cpp
float* *GaussFE(float* *Matrixg,int nViria)
{
float b;
for(int k = 1; k
www.eeworm.com/read/417751/10976590
h gpoint.h
//--------------------------------------------------
// Desc: POINT and RECT
// Date: 2006.8.25 /update
// Author: artsylee
//
// Copyright (C) 2006 artsylee
//
// 扩展: InvSqrt, Dot, Normal
www.eeworm.com/read/417725/10979111
cs dxfpoint.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DXFFile
{
public class DXFPoint:ICloneable
{
// Fields
public float
www.eeworm.com/read/417725/10979116
cs dxfdata.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;
namespace DXFFile
{
public enum ArcType
{
atCircle,