代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/140665/13068655
cpp xqromo.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qromo
DP funcl(const DP x)
{
return sqrt(x)/sin(x);
}
DP func
www.eeworm.com/read/140558/13075165
c fet410_wdt_01.c
//******************************************************************************
// MSP-FET430P410 Demo - WDT, Toggle P5.1, Interval Overflow ISR, DCO SMCLK
//
// Description: Toggle P5.1 using W
www.eeworm.com/read/242302/13076766
txt 如何使窗体检测到焦点是否切换.txt
你 可 以 利 用 API函 数 SetCapture或 系 统 级 的 Hook函 数 (VB只 能 实 现 线 程 级 的 Hook函 数 )扑 捉 到 鼠 标 在 其 它 窗 口 的 动 作 。 但 按 照 你 的 要 求 , 如 果 用 户 使 用 键 盘 将 当 前 窗 口 改 变 也 应 该 检 测 得 出 来 才 行 。 下 面 给 出 一 种 这 样 的 方 法 。 你 可 以 在
www.eeworm.com/read/242302/13079456
txt 怎样用vb作一个超过规定时间就发生某个事件的程序.txt
你可以使用VB标准控件Timer,设置它的Interval属性为你要等待的时间,到时间就发生Timer事件。VB的Timer控件只能定时1分钟,如果你要等待的时间比较长,可以参考“如何能使Timer控件定时超过一分钟”所说的方法。
www.eeworm.com/read/140062/13112105
cpp d3r6.cpp
#include "iostream.h"
#include "math.h"
#include "string.h"
char choose[10];
double funcl(double x)
{
return sqrt(x) / sin(x);
}
double funcu(double x)
{
double pi = 3.1415926;
www.eeworm.com/read/241646/13127400
h timer3.h
//----------------------------------------------------//
//-------Institute Of Computing Technology-----------//
//------------Chinese Academic Science---------------//
//-----中国科学院计算技术研究所先进测试技术实
www.eeworm.com/read/139752/13136439
frm gform.frm
VERSION 5.00
Begin VB.Form GForm
BorderStyle = 1 'Fixed Single
Caption = "Kewl Jewels! - by Simon Price"
ClientHeight = 5184
ClientLeft = 0
ClientTop
www.eeworm.com/read/241323/13156349
m trf1.m
function f=trf1(X,V,E);
%> This file calculates the transfer matrix for 1D Schroedinger DE
%> for an interval with a constant potential
%> Call: trf1(X,V,E)
%> Input: X=[X1, X2] is the interval as a
www.eeworm.com/read/139229/13172866
cpp hnblockstreamtest.cpp
/*
* HnBlockStreamTest.cc
* Copyright (C) 1999 Norio Katayama
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
www.eeworm.com/read/241049/13174887
cpp d3r6.cpp
#include "iostream.h"
#include "math.h"
#include "string.h"
char choose[10];
double funcl(double x)
{
return sqrt(x) / sin(x);
}
double funcu(double x)
{
double pi = 3.1415926;