代码搜索:Text

找到约 10,000 项符合「Text」的源代码

代码结果 10,000
www.eeworm.com/read/211815/15172548

xml text colors.xml

www.eeworm.com/read/211544/15178655

gif link_text.gif

www.eeworm.com/read/210839/15191704

il mirror_text.il

;***************************************************************************** /* * Author: Patrick DOS SANTOS * ======= Senior Application Engineer MCM * Cadence Design Sys
www.eeworm.com/read/209610/15216533

c text1.c

/*************************************************************************** * Copyright (C) 2007 by CHEN CHEN,,, * * cc@cc-desktop * *
www.eeworm.com/read/209404/15220600

m text12.m

%input datas y=[0.898 2.38 3.07 1.84 2.02 1.94 2.22 2.77 4.02 4.76 5.46 6.53 10.9 16.5 22.5 35.7 50.6 61.6 81.8]; n=length(y); x=1:n; A=expfitxy(x,y) a=A(1) b=A(2) disp(sprintf('y=%fexp(%fx)',a
www.eeworm.com/read/209404/15220609

m text7.m

%text work A=[4 -1 0 -1 0 0;-1 4 -1 0 -1 0;0 -1 4 -1 0 -1;-1 0 -1 4 -1 0;0 1 0 1 4 -1;0 0 -1 0 -1 4] b=[0 5 -2 5 -2 6]; X0=[1;2;3;6;5;4]; disp(sprintf('jacob iteration')); [X,n]=jacobi(A,b,X0,0.0
www.eeworm.com/read/209404/15220610

asv text7.asv

%text work A=[4 -1 0 -1 0 0;-1 4 -1 0 -1 0;0 -1 4 -1 0 -1;-1 0 -1 4 -1 0;0 1 0 1 4 -1;0 0 -1 0 -1 4] b=[0 5 -2 5 -2 6]; X0=[1;2;3;6;5;4]; %[X,n]=jacobi(A,b,X0,0.0001,10000) [X,n]=gaosai(A,b,X0,0.
www.eeworm.com/read/209404/15220618

m text8.m

x=[0,0.1,0.195,0.3,0.401,0.5]; y=[0.39894 0.39695 0.39142 0.38138 0.36812 0.35206]; L1(x,y,0.15) L1(x,y,0.31) L1(x,y,0.47) L2(x,y,0.15) L2(x,y,0.31) L2(x,y,0.47) La(x,y,0.15) La(x,y,0.31) La
www.eeworm.com/read/209404/15220623

m text12.m

%input datas y=[0.898 2.38 3.07 1.84 2.02 1.94 2.22 2.77 4.02 4.76 5.46 6.53 10.9 16.5 22.5 35.7 50.6 61.6 81.8]; n=length(y); x=1:n; %turn y=aexp(bx) into ln(y)=ln(a)+bx y1=log(y); %solve linea
www.eeworm.com/read/208892/15233097

txt text1.txt

#include using namespace std; //使用标准命名空间std #define M 3 //矩阵的行数 #define M 4 //矩阵的列数 class Matrix { int a[M][N]; //存放二维树组的值 public