代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/450111/7490664
h defs.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/450111/7490672
asm digits.asm
.model compact
.386p
.data
Digits db '0123456789abcdef'
.code
public _GetDigit
_GetDigit pro
www.eeworm.com/read/450111/7490748
h defs.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/450111/7490781
h defs.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/450061/7491209
cs fraction.cs
using System;
using System.Collections.Generic;
using System.Text;
///
/// 分数,设置这个类的目的是可以让除法运算不丢失有效数字
///
class Fraction : IComparable
{
///
www.eeworm.com/read/446971/7562066
c ch01.1.2.c
// #include
// using namespace std;
#include
/**
**
read()
sort()
compact()
write()
**
**/
void read() { cout
www.eeworm.com/read/399805/7835094
m display.m
function display(vr)
%DISPLAY(VR) display for a videoReader object
if isequal(get(0,'FormatSpacing'),'compact')
disp([inputname(1) ' =']);
disp(vr)
else
disp(' ')
disp([inputname(
www.eeworm.com/read/399805/7835154
m display.m
function display(vr)
%DISPLAY(VR) display for a videoReader object
if isequal(get(0,'FormatSpacing'),'compact')
disp([inputname(1) ' =']);
disp(vr)
else
disp(' ')
disp([inputname(
www.eeworm.com/read/197875/7964880
c ch01.1.2.c
// #include
// using namespace std;
#include
/**
**
read()
sort()
compact()
write()
**
**/
void read() { cout
www.eeworm.com/read/298014/7977534
m modusqu.m
%产生调幅、调频及调相波形
clf;
%format,compact,
t=0:0.001:1;
A0=10;w0=200;phi0=0;
x=A0*square(w0*t+phi0);
subplot(3,1,1),plot(t,x),hold
axis([0,1,-12,12])
xlabel('t'),ylabel('载波信号')
%输入信号参数
dA=5*sin(0.1