代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/171975/9728022
cpp basic.cpp
// <mark>Basic</mark>.cpp: implementation of the <mark>Basic</mark> class.
// 随机射线法,用于解决大型优化问题的最优解.
// 2006年1月由本人编制,如有任何问题,请联系xiaofc4395@sina.com
// 这个程序目前只支持变量有界约束,不支持其它类型的约束.
// 函数本身是求极大值的,如果需要求极小值,需要做简单处理(前面*负号 ^_ ...
www.eeworm.com/read/171975/9728031
h basic.h
// Basic.h: interface for the Basic class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BASIC_H__0F4A231A_2229_410D_8DBC_94263C78601B__INCLUDED_)
#d
www.eeworm.com/read/270032/11051154
h basic.h
#include
#include
#include
typedef struct {
double x, y;
} point_t, vector_t;
typedef struct {
point_t v0, v1;
int is_inserted;
int root0, root1;
} segment
www.eeworm.com/read/270032/11051286
h basic.h
// -*- C++ -*-
// basic.h by George Vanecek, Jr. June 1994
#ifndef _BASIC_H_
#define _BASIC_H_
#ifndef _IOSTREAM_H
#include
#endif
#ifndef __MATH_H__
#include
#endif
#ifndef _
www.eeworm.com/read/413417/11156918
h basic.h
// Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved.
// This software is proprietary and confidential to Analog Devices, Inc. and its licensors.
// File : $Id: //depot/Development/Vis
www.eeworm.com/read/412544/11193797
jpg basic.jpg
www.eeworm.com/read/266529/11221011
cpp basic.cpp
// Problem Basic wall maze
// Algorithm breadth first search
// Author Adrian Kuegel
// Date 2006.07.08
#include
#include
#include
#include