代码搜索:Mod1

找到约 149 项符合「Mod1」的源代码

代码结果 149
www.eeworm.com/read/300827/13891044

bas mod1.bas

Attribute VB_Name = "Mod1" Public adoCon As New ADODB.Connection Public adoRs As New ADODB.Recordset Public Sub main() adoCon.Open "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data S
www.eeworm.com/read/237787/13929527

bas mod1.bas

Attribute VB_Name = "Mod1" Public adoCon As New ADODB.Connection Public adoRs As New ADODB.Recordset Public Sub main() adoCon.Open "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data S
www.eeworm.com/read/237781/13930570

bas mod1.bas

Attribute VB_Name = "Mod1" Public adoCon As New ADODB.Connection Public adoRs As New ADODB.Recordset Public Sub main() adoCon.Open "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data S
www.eeworm.com/read/446061/7586076

m qpskd.m

function qpskd(g,f) %Modulation QPSK %Example: g is a binay vector; f is the carrier frequency. %qpskd([1 0 1 1 0 0],2) t=0:2*pi/99:2*pi; cp=[];sp=[]; mod=[];mod1=[];bit=[]; for n=1:2:length(
www.eeworm.com/read/343759/11929190

xml unsignmulti.cbx.xml

www.eeworm.com/read/479036/6698187

m qpskd.m

function qpsk=qpskd(g,f) %Modulation QPSK %Example: %qpskd([1 0 1 1 0 0],2) t=0:2*pi/99:2*pi; cp=[];sp=[]; mod=[];mod1=[];bit=[]; for n=1:2:length(g); if g(n)==0 & g(n+1)==1;
www.eeworm.com/read/229812/4737383

cpp diag0198.cpp

struct QQ1; struct QQ1 { // location of 'QQ1' should be here }; typedef int QQ1; struct __cdecl SS1 { int a; }; union UU5 { SS1 x; }; #ifdef _MSC_VER #define MOD1 #define
www.eeworm.com/read/229812/4738315

c diag0198.c

struct QQ1; struct QQ1 { // location of 'QQ1' should be here }; typedef int QQ1; struct __cdecl SS1 { int a; }; union UU5 { SS1 x; }; #define MOD1 far #define MOD2 near #
www.eeworm.com/read/305303/3774691

am makefile.am

include $(top_srcdir)/Make-rules KAWALIB = $(top_builddir) KAWA = ../../../bin/kawa.sh EXTRA_CLEAN = tmp* *.log testing.zip *.class Mod1/*.class Mod2/*.class java_sources = TestMisc.java TestSuite.j
www.eeworm.com/read/366702/2876589

f90 namelist_52.f90

! { dg-do run } ! PR36582 Namelist I/O error: Bogus "Cannot match namelist object" ! Test case derived from PR. module mod1 type screen_io_type integer :: begin end type screen_io_type type adjoint_