代码搜索:Mod1
找到约 149 项符合「Mod1」的源代码
代码结果 149
www.eeworm.com/read/366702/2876575
f90 assumed_shape_ranks_2.f90
! { dg-do run }
! Tests the fix for the regression PR26716.
! Test contributed by Martin Reinecke
!
module mod1
implicit none
interface foo
module procedure foo
www.eeworm.com/read/366702/2877344
f90 used_dummy_types_2.f90
! { dg-do compile }
! This tests that the fix for PR25391 also fixes PR20244. If
! the USE mod1 in subroutine foo were deleted, the code would
! compile fine. With the USE statement, the compiler wou
www.eeworm.com/read/366702/2877514
f90 implicit_10.f90
! { dg-do run }
! Check fix for PR24783 where we did try to resolve the implicit type
! from the wrong namespace thus rejecting valid code.
MODULE mod1
IMPLICIT NONE
CONTAINS
S
www.eeworm.com/read/405734/11458589
c modify_s.c
#include "ldap.h"
#include
int main()
{
LDAP *ld;
char *sdn;
char *sn_values[] = {"eeee",NULL};
char *homePhone_values[] = {"12345678",NULL};
int version;
LDAPMod mod1 = {L
www.eeworm.com/read/487231/1239325
pas mod.pas
program mod1(input,output);
var b,p,k,i,len,rest,temp:longint;
binary:array[1..32] of longint;
begin
assign(input,'mod.in');
assign(output,'mod.out');
reset(input);
rewrite(output);
www.eeworm.com/read/305303/3774710
xql mod1.xql
module namespace m = "http://xquery.gnu/testsuite/Mod1";
declare variable $m:vv := 3;
declare function local:add($x, $y) { $x+$y};
declare function m:twice($x) { local:add($x, $x) };
www.eeworm.com/read/359724/10127755
m amp111.m
%Matlab Program 1-11
%Create system model 1
Mod1=ss(-1,1,1,0,'InputDelay',0.1);
%Create system model 2
Mod2=ss(-1,1,1,0,'OutputDelay',0.1);
www.eeworm.com/read/141708/5769175
cpp top.cpp
#include "systemc.h"
#include "sc_mslib.h"
typedef int data_type;
SC_MODULE(mod1) {
// input port, unrefinable, for stimulus
sc_in a;
// Refinable port
sc_outmaster
www.eeworm.com/read/174206/5363409
cpp top.cpp
#include "systemc.h"
#include "sc_mslib.h"
typedef int data_type;
SC_MODULE(mod1) {
// input port, unrefinable, for stimulus
sc_in a;
// Refinable port
sc_outmaster