代码搜索:explore
找到约 416 项符合「explore」的源代码
代码结果 416
www.eeworm.com/read/215323/15065139
c common.c
/*
common.c
includes most of the modules
this file is part of Divonne
last modified 14 Feb 05 th
*/
static void Explore(void *voidregion, cSamples *samples, cint depth, cint flags);
static v
www.eeworm.com/read/373369/9460289
java reflection.java
//: enumerated/Reflection.java
// Analyzing enums using reflection.
import java.lang.reflect.*;
import java.util.*;
import net.mindview.util.*;
import static net.mindview.util.Print.*;
enum Ex
www.eeworm.com/read/175467/9546808
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Explore.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/169058/9882983
java reflection.java
//: enumerated/Reflection.java
// Analyzing enums using reflection.
import java.lang.reflect.*;
import java.util.*;
import net.mindview.util.*;
import static net.mindview.util.Print.*;
enum Ex
www.eeworm.com/read/281224/10255678
txt 开发日志.txt
0:53 2003-12-2
今天 在去濮阳的路上,仔细思量了一下近段工作进程,决定以下路线:
1. 采用<mark>EXPLORE</mark>风格主界面,而不是MDI. 这样的好处是使用结构统一,(为什么非得在二个窗口中各放一个LISTVIEW才能OLEDRAG呢? 一个窗口不也能放二个LISTVIEW吗?原来我怕这样关于LISTVIEW的代码会意外增加一倍,后来仔细忖了一下,不会太多, 还担心后调整二个LV的大小 ...
www.eeworm.com/read/278517/10528875
txt readme.txt
A Visual basic project to explore IDL features.
NOTE: Build ExploreIDL first.
www.eeworm.com/read/278517/10528923
txt readme.txt
Client program to explore various possibilities
of IDL.
Function TestMethods contains calls to various
other function, each of which explores one aspect
of IDL. Uncomment one function at a time
www.eeworm.com/read/453591/6946920
m hookjeeves.m
function [x,minf,nit]=hookejeeves(n,h,f,x0,toll)
x = x0; minf = eval(f); nit = 0;
while h > toll
[y] = explore(h,n,f,x);
if y == x, h = h/2; else
x = 2*y-x; [z] = explore(h,n,f,x);
if
www.eeworm.com/read/332978/7141762
java reflection.java
//: enumerated/Reflection.java
// Analyzing enums using reflection.
import java.lang.reflect.*;
import java.util.*;
import net.mindview.util.*;
import static net.mindview.util.Print.*;
enum Ex