代码搜索:answer
找到约 6,541 项符合「answer」的源代码
代码结果 6,541
www.eeworm.com/read/298071/7975945
bs2 ex14 - lcd magic 8-ball.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex14 - LCD Magic 8-Ball.BS2
' Purpose... Magic 8-Ball simulation
' Author.... Parall
www.eeworm.com/read/396446/8107316
m newton.m
%牛顿法
%非线性方程求解
%fun_in为方程输入,x0为初值,N迭代次数,r为下山因子
%answer为答案输出,e迭代差输出,flag奇异标志,k迭代次数输出
%例子[answer,e,flag,k]=Newton('x^3-x-1',1,1e-10,1e-7,100,1)
function [answer,e,flag,k]=Newton(fun_in,x0,e1,e2,N,r)
www.eeworm.com/read/145329/12735809
m vtb8_3.m
function VTB8_3(node,x,zero,ncon,p,f)
% VTB8_3 VTB8_3 allows you to view the results of VTB8_2
% I suggest you print the file vtb8read.
if nargin==0
[filename,pathname]=uigetfile('*.out','Open Proj
www.eeworm.com/read/142160/12960080
c descert.c
#include
main()
{
char key[8],plain[8],cipher[8],answer[8];
int i;
int test;
int fail;
desinit(0);
for(test=0;!feof(stdin);test++){
get8(key);
printf(" K: "); put8(key);
setke
www.eeworm.com/read/240985/13181956
cpp emp1_07.cpp
// {emp1_07}
#include"tools.h"
main()
{
Into_graph();
if (Answer_yes("xxxxx[y/n?]") )
cout
www.eeworm.com/read/138045/13269936
c tstdio.c
/* ======================================================================*/
/* tstdio.c 9-9-92 support for stdio frontend for
Tierra Simulator V4.0: Copyright (c) 1992 Dan Pirone & Virtual Life
www.eeworm.com/read/305099/13778809
c descert.c
#include
#include
#include "ndes.h"
void get8(cp)
char *cp;
{
int i,t;
for(i=0;i
www.eeworm.com/read/304259/13797129
m inbox1.m
function [del] = inbox1;
% [del] = inbox1 dialogue box for data sampling for SFR calculation
% Usage: [del] = inbox1
% del = sampling interval in mm
% Calls inputdlg function, supplied with the tool