代码搜索:CLOSE

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

代码结果 10,000
www.eeworm.com/read/442234/7656638

m exm1.m

hmE=uimenu(gcf,'Label' ,'Example'); hmEsub1=uimenu(hmE,'Label','Grid','Callback','Grid'); hmEsub2=uimenu(hmE,'Label',' View'); hmEsub21=uimenu(hmEsub2,'Label','sin',... 'Ca
www.eeworm.com/read/442208/7657121

m lixiangzhengxian.m

%理想采样信号序列 %首先产生信号x(n),0
www.eeworm.com/read/442187/7657642

c dameon.c

#include #include #include #include #include #include #include #define MAXFILE 65535 int main() { pid_t p
www.eeworm.com/read/442120/7658855

m test1.m

close all; clear all; dt=0.001; t=0:dt:1; f1=5; f2=10; s1=2*cos(2*pi*f1*t); s2=5*sin(2*pi*f2*t); plot(t,s1,'r'); hold plot(t,s2,'b');
www.eeworm.com/read/441852/7663997

pas clear.pas

unit clear; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, baseform, StdCtrls, Buttons, DB, ADODB; type Tfclear = class(Tfbaseform
www.eeworm.com/read/441784/7665093

m run.m

% quadrature clc; disp ('Calkowanie numeryczne:'); x = linspace (-5, 5, 100); grid; plot (x, f(x), 'r'); grid; pause; close; a = input ('Podaj a: '); b = input ('Podaj b: '); n = input
www.eeworm.com/read/441705/7666582

cpp parameter.cpp

#include "stdafx.h" #include #include "Filer.h" #include "Parameter.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///
www.eeworm.com/read/441677/7667030

c tv_t.c

/*----------------------------------------------------------------------------+ | | This source code has been made available to you by IBM on an AS-IS | basis. Anyone receiving this sourc
www.eeworm.com/read/441189/7675021

txt vc1.txt

VC++ MFC 使用CStdioFile类来操作文件,是个很简单的例子,有源代码下载。 源代码: //----- 使用 CStdioFile 类来读取文件 ---- www.5has.com 制作代码 简单例子 CString str, s, s2; s = s2 = ""; CStdioFile file; f
www.eeworm.com/read/441132/7675291

fixprogs

#!/usr/bin/perl # # fixprogs - run through the list of entropy commands and # score out the losers # $entscale = 50; # divisor for optional entropy measurement sub usage { return("Usa