代码搜索:based

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

代码结果 10,000
www.eeworm.com/read/156528/11795012

m based_neg.m

function [y,PI] = based_neg() % %A new On-Line Negentropy-based Algorithm for Blind Source Separation %copyright 2005.4.14 %author:lucky zhang %used to separate audio signal %usage:[y,PI]=based_
www.eeworm.com/read/150213/12305632

asp based6.asp

dim upfile_5xSoft_Stream Class upload_5xSoft dim Form,File,Version Private Sub Class_Initialize dim iStart,iFileNameStart,iFileNameEnd,iEn
www.eeworm.com/read/229812/4737177

c based01.c

#include "fail.h" #if defined( M_I86 ) || defined( M_I386 ) #include int main( void ) { char c0, c1, c2, c3; char __based( void ) *off; __segment
www.eeworm.com/read/229812/4737245

c based03.c

#include "fail.h" #ifdef M_I86 // 16-bit only! #include // Test casts to __segment type __segment get_ds( void ); #pragma aux get_ds = \ "mov ax,ds" \ valu
www.eeworm.com/read/229812/4737253

c based02.c

#include "fail.h" #if defined( M_I86 ) || defined( M_I386 ) struct S { int s; }; typedef struct S __based(__segname("_STACK")) *SS_PTR; void set_to_one( SS_PTR p ) { p->s = 1;
www.eeworm.com/read/229812/4739208

c based01.c

// REVISIONS: BASED01 // // 93/10/30 -- J.W.Welch -- test applies only to 16-bit #include "fail.h" #include #include #ifdef _M_I86 #define N 10 __segment
www.eeworm.com/read/229812/4739414

c based03.c

#include "fail.h" #if defined( M_I86 ) || defined( M_I386 ) struct S { int s; }; typedef S __based(__segname("_STACK")) *SS_PTR; void set_to_one( SS_PTR p ) { p->s = 1; } _
www.eeworm.com/read/229812/4739434

c based02.c

#include "fail.h" #if ( ! defined( M_I86 ) && ! defined( M_I386 ) ) \ ||( defined(__386__) && ! defined(__OS2__) ) ALWAYS_PASS #else // positive test for special PC pointers // static v
www.eeworm.com/read/334125/3374471

c struct_based.c

/* Unix SMB/CIFS implementation. SMB torture tester - winbind struct based protocol Copyright (C) Stefan Metzmacher 2007 Copyright (C) Michael Adam 2007 This program is free software;