代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/167728/5453348
todo
use macros so that all complex arithmetic can use native complex types if compiler supports them
make sure double/float are replaced by BASE everywhere
gbmv_c : use conj*imag instead of having bra
www.eeworm.com/read/165393/5483188
h serial390.h
#ifndef SERIAL390_H
#define SERIAL390_H
#warning "Please use instead of "
#include
#endif SERIAL390_H
www.eeworm.com/read/162614/5521243
c ctors19.c
// { dg-do assemble }
// GROUPS passed constructors
// ctor file
// From: mkohtala@vinkku.hut.fi
// Date: Tue, 5 Oct 1993 19:31:16 +0200
// Message-Id:
// Subje
www.eeworm.com/read/159030/5588676
tests10
// 10. BAD TYPE: array instead of int
class Program
{
int a[10];
int i;
boolean b;
void main()
{
a[1]=a;
}
}
www.eeworm.com/read/158865/5593875
x-lynx
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
CC = $(OLDCC)
OLDCC = /bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash
# Show we need to use the C versio
www.eeworm.com/read/158865/5593936
x-lynx
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
CC = $(OLDCC)
OLDCC = /bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash
www.eeworm.com/read/473563/6846248
java occjni.java
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 1.3.32
*
* Do not make changes
www.eeworm.com/read/473563/6846265
java occjni.java
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 1.3.32
*
* Do not make changes
www.eeworm.com/read/473219/6848860
m checklmi.m
function [pres,dres] = checklmi(F)
%
% CHECKLMI is obsolete. See CHECKSET instead
[pres,dres] = checkset(F);