代码搜索:try
找到约 10,000 项符合「try」的源代码
代码结果 10,000
www.eeworm.com/read/245201/12811304
c try_array.c
#include "Array.h"
template
void try_array( Array &iA )
{
cout
www.eeworm.com/read/144124/12812049
c try-from.c
/*
* This program can be called via a remote shell command to find out if the
* hostname and address are properly recognized, if username lookup works,
* and (SysV only) if the TLI on top of IP
www.eeworm.com/read/143965/12826726
axf try3.axf
www.eeworm.com/read/143965/12826756
axf try4.axf
www.eeworm.com/read/244572/12856221
hex try8.hex
www.eeworm.com/read/244572/12856223
bin try8.bin
www.eeworm.com/read/244572/12856231
asm try8.asm
;协议:波特率:9600 $LED 01001 OXAA OXAA OXAA A
ADDATA EQU 50H
SWITCH EQU 4BH
ADRECDATA EQU 060H
ORG 0000H
AJMP MAIN
ORG 000BH
www.eeworm.com/read/330946/12860147
m try1.m
clear;
x0=[3,2]';
e1=[0.5,0.5]';
a1=0;%设置k的区间
a2=1;
a=a1+0.382*(a2-a1);
b=a1+0.618*(a2-a1);
while b-a>0.001
xa=x0+a*e1;
xb=x0+b*e1;
fa=getf(xa);
fb=getf(xb);
www.eeworm.com/read/329960/12923539
exp first-try.exp
global objdir
load_lib standard.exp;
set executable "$objdir/coin_toss_test"
set result [ghmm_load $executable ];
set status [lindex $result 0];
set output [lindex $result 1];
pass "coin_toss_test";