代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/314817/13558411
cs rapifindfilesthread.cs
// RapiFindFilesThread.cs - Creates a background
// thread to retrieve file names from the device.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Co
www.eeworm.com/read/314817/13558435
cs rapifindfilesthread.cs
// RapiFindFilesThread.cs - Creates a background
// thread to retrieve file names from the device.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Co
www.eeworm.com/read/135686/5882524
txt language.txt
/** @ingroup wpcap
*/
/** @defgroup language Filtering expression syntax
* @{
\htmlonly
Note: this document has been drawn from the tcpdump man page. The original versio
www.eeworm.com/read/456224/6278862
m sec7_2_1_calc.m
%
% Optimization with MATAB; Dr P.Venkataramana=
% Chapter 7 Section 7.2.1
% External Penalty Function Method
% Symbolic Calculations (partial)
% Example 7.1
format compact
% define the fu
www.eeworm.com/read/346387/11751549
m demo.m
function demo
% demo.m Demonstration of fMRI analysis with Indepandent component analysis (ICA)
% by Thomas Kolenda 2002
format compact
CommandMenu=1;
while CommandMenu~=0
Co
www.eeworm.com/read/249894/12463153
cs persistent.cs
namespace Perst
{
using System;
using System.Runtime.InteropServices;
using System.Diagnostics;
#if !COMPACT_NET_FRAMEWORK
using System.ComponentModel;
#endif
///
www.eeworm.com/read/479931/1327163
cgs nop.cgs
# sh testcase for nop
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global nop
nop:
nop
pass
www.eeworm.com/read/479931/1327206
cgs frchg.cgs
# sh testcase for frchg
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
frchg
frchg
frchg
frchg
pass
www.eeworm.com/read/479931/1327310
cgs fschg.cgs
# sh testcase for fschg
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
fschg
fschg
fschg
fschg
pass
www.eeworm.com/read/246079/4497169
vb yaodurant.controls.eventgrabber.vb
' YaoDurant.Controls.EventGrabber.vb - Wrapper class for
' control event grabber support provided by
' YaoDurantControls.dll
'
' Code from _Programming the .NET Compact Framework with C#_
' and