代码搜索:STARTING
找到约 9,113 项符合「STARTING」的源代码
代码结果 9,113
www.eeworm.com/read/163233/5511053
hh hwfeatures.hh
class HWFeatureStateC
{
private:
public:
int State; // 1 in state, 0 not in state.
long Time;
char Name[80];
}
class HWFeatureEventC
{
private:
public:
int Starting; // 1 = Starting, 0 i
www.eeworm.com/read/163233/5511060
hh hwfstateevent.hh
//
// HWFStateC - a simple class for feature detector states.
//
class HWFStateC
{
private:
public:
int State; // 1 in state, 0 not in state.
long Time;
char Name[80];
}
//
// HWFEventC - a
www.eeworm.com/read/161438/5554130
c brk.c
#include
#include
void main(void)
{
char *ptr;
printf("Starting heap available %u\n", coreleft());
ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/160303/5575469
sed pluto-log-sanitize.sed
s/^pluto\[[0-9]*\]: /pluto[PID]: /
s=^\(pluto\[PID\]: Starting Pluto (Openswan Version \).*)=\1VERSION)=
/Using KLIPS IPsec interface code/d
www.eeworm.com/read/153151/5653093
java themonk.java
package com.javapatterns.immutable.pig;
public class TheMonk
{
private static Pig bajie;
public static void main(String[] args)
{
System.out.println("==============starting
www.eeworm.com/read/475955/6770963
c brk.c
#include
#include
void main(void)
{
char *ptr;
printf("Starting heap available %u\n", coreleft());
ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/474588/6813320
m logistic.m
function lx=logistic(mu,x0,np)
% function lx=logistic(mu,x0,np)
% Implements lx(n+1) = mu * lx(n) * [1 - lx(n)]
% returns first np iterates starting with x0
lx=zeros(np+1,1);
lx(1)=x0;
for n=
www.eeworm.com/read/472768/6865216
c brk.c
#include
#include
void main(void)
{
char *ptr;
printf("Starting heap available %u\n", coreleft());
ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/471115/6897203
java setpoints.java
import java.awt.Point;
class SetPoints {
public static void main(String[] arguments) {
Point location = new Point(4, 13);
System.out.println("Starting location:");
www.eeworm.com/read/395537/8168705
m beale.m
% Beale function
% --------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% function [fvec,J]=beale(n,m,x,option)
% Problem no. 5
% Dimensions -> n=2, m=3
% Standard starting point ->