代码搜索:answer
找到约 6,541 项符合「answer」的源代码
代码结果 6,541
www.eeworm.com/read/145328/12735935
m steep.m
% Steepest Descent Method
% By Kshitij Deshpande
clc
clear all
warning off
prompt = {'Coeficients if X1=','Coefficients of X2=','Coefficeint of X1X2=','Initial Point='};
def = {'[2 1 0]','[1
www.eeworm.com/read/138045/13269870
c tturbo.c
/* ======================================================================*/
/* tturbo.c 9-9-92 support for Turbo C frontend for
Tierra Simulator V4.0: Copyright (c) 1992 Dan Pirone & Virtual Life
www.eeworm.com/read/320005/13436637
qbe industry.qbe
Query
ANSWER: :PRIV:ANSWER.DB
INDUSTRY.DB | IND_CODE | IND_NAME |
| _join1 | Check |
MASTER.DB | SYMBOL | CO_NAME | EXCHANGE | CUR_PRICE | YRL_HIGH | YRL_LOW |
|
www.eeworm.com/read/316636/13519645
txt steepest.descent.method.matlab.txt
最速下降梯度法matlab程序
% Steepest Descent Method
clc
clear all
warning off
prompt = {'Coeficients if X1=','Coefficients of X2=','Coefficeint of X1X2=','Initial Point='};
def = {'[2 1 0]','[1 -1 0]',
www.eeworm.com/read/146056/5740581
c messages.c
/* $Id: messages.c,v 1.28 2005/02/20 14:36:56 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof
*
* This program is free software; you can redistribute it and/or
* modi
www.eeworm.com/read/137483/5823976
sql create_tbl_accountadd.sql
/* **************************************************************************
Create Database for Legend of Mir 2
All written by Euy-heon, Jeong
Copyright (C) 2001 Wemade Entertainment. All
www.eeworm.com/read/136812/5861395
makefile
#
# @(#)Makefile 1.1 92/07/30 (C) 1989 SMI
#
CFLAGS=-O
LOBJS= nres_rcv.o nres_search.o nres_send.o herror.o nget_answer.o ngethostbyname.o rpc_as.o svc_run_as.o svc_udp.o
LINTSRCS= nres_rcv.c nres_
www.eeworm.com/read/134163/5894620
cpp test.cpp
// test.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
int main(int argc, char* argv[])
{
HANDLE
www.eeworm.com/read/133596/5903963
cpp test.cpp
// test.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
int main(int argc, char* argv[])
{
HANDLE
www.eeworm.com/read/125133/6032779
py factoring-task.py
"""
An example task.
A task is an object you create to put your jobs onto borednet.
"""
import dealer
import math
class FactoringTask:
"""Use borednet to factor a number. The search for facto