代码搜索:improved
找到约 1,236 项符合「improved」的源代码
代码结果 1,236
www.eeworm.com/read/101208/15841418
c improved.c
/*@A (C) 1992 Allen I. Holub */
/* Revised parser */
#include
#include "lex.h"
void factor ( void );
void term ( vo
www.eeworm.com/read/389019/8554316
h improved_cholesky.h
int improved_Cholesky(double A[][n])
{
double v[n];
int i,j,k;
j=0;
for(i=j+1;i
www.eeworm.com/read/182135/9215115
tcl pwscript-improved.tcl
# Penguin Warrior game script (Tcl).
# This version of the script implements two states:
# attack and evade. In the attack state, the opponent
# homes in on the player and fires its weapons. After it
www.eeworm.com/read/181814/9236518
rar improved tsp.rar
www.eeworm.com/read/162300/10316531
m genn_improved.m
% genn_improved.m
clear all
NNTWARN OFF
%(Pi,Ti)为样本,FieldDR为变量范围
p=-1:0.01:1;
t=sin(3*p)+1;
%p=rand(2,20);
%t=sin(2*p(1,:)+p(2,:));
%网络结构确定
[r,q]=size(p);
[s2,q]=size(t);
s1=5;
[w1,b1]=r
www.eeworm.com/read/450722/7477548
c improved1.c
/* Improved bare-bones 1D FDTD simulation. */
#include "fdtd1.h"
#include
int main()
{
Grid g;
double imp0=377.0;
int mm;
SizeX = 200; // siz
www.eeworm.com/read/450722/7477552
c improved3.c
/* FDTD simulation where main() is primarily used to call other
* functions that perform the necessary operations. */
#include "fdtd3.h"
int main()
{
Grid *g;
ALLOC_1D(g,1,Grid); // allocate
www.eeworm.com/read/450722/7477561
c improved2.c
/* Further improved bare-bones 1D FDTD simulation. */
#include "fdtd2.h"
#include "ezincarg.h"
int main()
{
Grid *g;
ALLOC_1D(g,1,Grid); // allocate memory for Grid
www.eeworm.com/read/323777/13319358
pdf improved associationrulealgorithmanditsapplication.pdf
www.eeworm.com/read/476224/6764227