代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/433368/7937646
m e0657.m
H=dialog('BackingStore','off', 'ButtonDownFcn' ,'if isempty(allchild(gcbf)),close(gcbf), end','MenuBar','none','Visible','on')
www.eeworm.com/read/398555/7939576
cs intro.cs
using System;
using System.Data.OleDb;
using System.Data;
//5_1_a_s_p_x.c_o_m
namespace _211
{
///
/// Intro 的摘要说明。
///
public class Intro:IDisposable
{
privat
www.eeworm.com/read/398555/7939911
cs intro.cs
using System;
using System.Data.OleDb;
using System.Data;
//5_1_a_s_p_x.c_o_m
namespace _211
{
///
/// Intro 的摘要说明。
///
public class Intro:IDisposable
{
privat
www.eeworm.com/read/398535/7941053
prg 系统主程序.prg
set path to E:\数据库\FORMS\
do form "系统启动表单.scx"
set path to E:\数据库\PROGS\
do "系统设置.prg"
read events
clear events
close all
quit
www.eeworm.com/read/398504/7942966
java context.java
package newsserver;
import java.sql.*;
import javax.naming.*;
import javax.sql.*;
import java.util.*;
/**
* Title:
*
* Description: server for news
*
* Copyright:
www.eeworm.com/read/298644/7948063
asv bandpass.asv
close all;
Fp1=150;Fp2;3400;Fs1=50;Fs2=4000;
Wp1=Fp1/24000;Wp2=Fp1/24000;
Ws1=Fs1/24000;Ws2=Fs2/24000;
Wp=[Wp1 Wp2];
Ws=[Ws1 Ws2];
Rs=1;Rs=40;
[N,Wn]=ellipord(Wp,Ws,Rp,Rs);
[B,A]=ellip(N,1,40,
www.eeworm.com/read/197976/7959296
java server.java
import java.net.*;
import java.io.*;
public class Server
{
public static void main(String args[])throws IOException
{
ServerSocket s=new ServerSocket(8080);
System.out.pri
www.eeworm.com/read/197958/7960406
m lathe2optim.m
clear;close;
s0=[170,400];
[s,opt]=fmins('lathe2optimfun',s0);
n0=s(1),m0=s(2),minfee=opt(8)