代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/326091/13166264
mak eval.mak
#/****************************************************************/
#/* */
#/* ST9+ Software Toolchain V6 Tutorial
www.eeworm.com/read/239056/13304618
m yulei.m
function a=yulei()
format compact
Theta
y0=[60 0 0 Theta*pi/180 0 0];%给函数赋初值
tspan=[0 10];
[t,y]=ode45('projectiledes',tspan,y0);
subplot(2,3,1),plot(t,y(:,1))
subpl
www.eeworm.com/read/322103/13389855
dfm datalink.dfm
object DataConnection: TDataConnection
OldCreateOrder = False
Left = 270
Top = 232
Height = 194
Width = 278
object con: TADOConnection
ConnectionString =
'Provider=Micro
www.eeworm.com/read/320071/13433218
bat zmlibs.bat
masm /Dmodel=small /Mx /t /w2 desqv;
masm /Dmodel=small /Mx /t /w2 unixdos;
masm /Dmodel=small /Mx /t /w2 zfunc;
bcc -c -X -ms batch.c zmdos.c
tlib /C /0 zmlib_s +batch +desqv +unixdos +zfun
www.eeworm.com/read/318168/13484502
def smarty.def
;; PSPad code template for SMARTY Template engine
;; Author: Pavel Kochman
;; E-mail: kochi@centrum.cz
;; Update: 31.8.2004
;;
;; (black) XHTML
;; B (blue)
;; D (dark gray) Modificators
www.eeworm.com/read/315969/13533542
dfm udata.dfm
object dmPer: TdmPer
OldCreateOrder = False
Left = 382
Top = 308
Height = 150
Width = 215
object acPer: TADOConnection
Connected = True
ConnectionString =
'Provider
www.eeworm.com/read/315969/13533556
~dfm udata.~dfm
object dmPer: TdmPer
OldCreateOrder = False
Left = 382
Top = 308
Height = 150
Width = 215
object acPer: TADOConnection
Connected = True
ConnectionString =
'Provider
www.eeworm.com/read/314812/13558554
cs square.cs
// Square.cs - Elements of a game square.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
// (c) Copyright 2002-2004 Paul Y