代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/338509/12302859
h tool.h
#pragma once
#include "mylib.h"
namespace mylib {
class time_conuter{
public:
enum Stat {started, ended, uninitialized};
time_conuter(void) : _beg(0), _total(0), _stat(uninitialized){}
www.eeworm.com/read/251851/12315006
txt gettingstarted.txt
Here are a few tips to help you get started.
* Type 'AboutCheckMate' to see the version information.
* Type 'cmhelp' to launch the HTML-based on-line help.
If the command cmhelp does not brin
www.eeworm.com/read/336465/12441855
nlogo aaa---fire-project.nlogo
globals [
initial-trees ;; how many trees (green patches) we started with
burned-trees ;; how many have burned so far
]
breeds [
fires ;; bright red turtles -- the leading edge of the f
www.eeworm.com/read/336465/12441995
nlogo ---ogenj.nlogo
globals [
initial-trees ;; how many trees (green patches) we started with
burned-trees ;; how many have burned so far
]
breeds [
fires ;; bright red turtles -- the leading edge of the f
www.eeworm.com/read/233811/14134605
c fm.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* fm.c
*
* This file contains code that implements the edge-based FM refinement
*
* Started 7/23/97
* George
*
* $Id: fm.c,v 1.1
www.eeworm.com/read/233811/14134626
c mfm.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* mfm.c
*
* This file contains code that implements the edge-based FM refinement
*
* Started 7/23/97
* George
*
* $Id: mfm.c,v 1
www.eeworm.com/read/233811/14134642
c debug.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* debug.c
*
* This file contains code that performs self debuging
*
* Started 7/24/97
* George
*
* $Id: debug.c,v 1.1 1998/11/27
www.eeworm.com/read/233811/14134645
h struct.h
/*
* Copyright 1997, Regents of the University of Minnesota
*
* struct.h
*
* This file contains data structures for ILU routines.
*
* Started 9/26/95
* George
*
* $Id: struct.h,v 1.1 1998/11
www.eeworm.com/read/233811/14134671
c_bak wkkm.c_bak
/*
* Copyright 2005, Yuqiang Guan
*
* wkkm.c
*
* This file contains weighted kernel k-means and refinement.
*
* Started 12/04
* Yuqiang Guan
*
*
*/
#include
extern int cutType;
www.eeworm.com/read/233811/14134672
c mlkkm.c
/*
* Copyright 2005,
*
* mlkkm.c
*
* This file contains the top level routines for the multilevel kernel k-means algorithm
*
*
* Started 12/2004
* Yuqiang Guan
*
* $Id: kmetis.c,v 1.1 199