代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/261198/11659639

m myrand.m

function T = myrand(sizes) % MYRAND Like the built-in rand, except myrand(k) produces a k*1 vector instead of a k*k matrix, % T = myrand(sizes) if length(sizes)==0 warning('myrand[]'); T = rand(1
www.eeworm.com/read/260986/11682913

txt readme.txt

Authors Note: Please see the note in Appendix C regarding the Freetype library. It is required by the SDL_TTF library if you wish to statically link any SDL_TTF programs. However, if you instea
www.eeworm.com/read/157044/11743329

text readme.changes.text

The meshpart toolbox was originally written for Matlab 4.2. This is a list of the original files, from John Gilbert, that Tim Davis modified to work with Matlab 5.1, and a summary of the changes
www.eeworm.com/read/336467/12441628

changelog

2000-09-19 Alex Lancaster * HeatbugModelSwarm.java: Removed language argument to FArgumentsImpl. 2000-09-14 Marcus G. Daniels * HeatbugM
www.eeworm.com/read/124283/14578341

todo

* Check behavior of conjugate_fr in multimin -- the demo results look odd. * Should have made f and df return int instead of void.
www.eeworm.com/read/123658/14617221

x-crds

CC = cc -Wx,-X23 # The following line might be necessary as well or instead of the above. # If you find out that it is necessary, # or if you find out that it is not necessary, # please inform bug-gc
www.eeworm.com/read/168845/5435530

py extract.py

# Copyright David Abrahams 2004. Distributed under the Boost # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ''' >>>
www.eeworm.com/read/167728/5452719

todo

* Check behavior of conjugate_fr in multimin -- the demo results look odd. * Should have made f and df return int instead of void.
www.eeworm.com/read/162614/5519848

c lookup17.c

// { dg-do run } // Bug: t->B is resolved to the type instead of the field. struct A { struct B { } *B; int i, j, k, l, m; }; struct A a; int main () { void *p = a.B; }
www.eeworm.com/read/162614/5526049

f90 logical_comp.f90

! { dg-do compile } ! PR fortran/22503 ! Suggest use of appropriate comparison operator program foo logical :: b b = b .eq. b ! { dg-error ".EQV. instead of .eq." } b = b .ne. b ! { dg-error