代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/453458/7419848
java recorddata.java
import javax.microedition.rms.*;
import java.util.*;
import java.io.*;
class recordData
{
private RecordStore playStore;
private int logoNum;
private Date nowDate;
private String dat
www.eeworm.com/read/453233/7424530
m test2.m
n=0:15; %定义序列的长度是15
a=0.1; f=0.0625; x=exp(-a*n).*sin(2*pi*f*n);
close all; subplot(2,1,1); stem(x);
subplot(2,1,2); stem(abs(fft(x)))
www.eeworm.com/read/452871/7431585
cs canshuguanli.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/452763/7433225
java jdbcselect.java
/**
* ClassName:JdbcSelect
* Description: D:\jdbc\JdbcSelect.java 综合查询例子
* Copyright: Copyright (c) 2002
* Company:
* @author:Liyunshan
* @version 1.0
*/
import java.sql.*;
clas
www.eeworm.com/read/452759/7433257
java jdbcconnect.java
/**
* ClassName:JdbcConnect
* Description:
* Copyright: Copyright (c) 2002
* Company:
* @author:Liyunshan
* @version 1.0
*/
import java.sql.*;
public class JdbcConnect
{
public s
www.eeworm.com/read/452710/7435571
c,v snclient.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.29.17; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
www.eeworm.com/read/452710/7435609
c snclient.c
/* snclient.c - snclient */
#include
#include
#include
#include
#ifdef SNMP
#include
/*--------------------------------------------------
www.eeworm.com/read/452607/7436861
mq4 [ea]framecloser_ron_mt4_v04.mq4
/*
+------------+
|FrameCloser |
+------------+
Theory of operation
===================
Close all open (not pending) orders at BasketProfit
TIME FRAME
==========
M1
PAIRS
=====
EUR
www.eeworm.com/read/452607/7436862
mq4 [ea]2bar trend_ron_mt4_v01.mq4
//
// 2 Bar Trend
extern int ProfitMade=65;
extern int LossLimit=20;
extern double OCSpread=8;
// Bar handling
datetime bartime=0;
bool TradeAllowed=true;
int start()
{
dou