代码搜索:STARTING
找到约 9,113 项符合「STARTING」的源代码
代码结果 9,113
www.eeworm.com/read/137531/13314987
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/137370/13325697
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/321496/13403974
stresstest
#! /bin/bash
BR=${1:-"br549"}
ETH0=${2:-"eth0"}
ETH1=${3:-"eth1"}
ETH2=${4:-"eth1"}
echo "Ethernet Bridge stress test"
IP=`/sbin/ifconfig $ETH0 | sed -n -e 's/^.*inet addr:\([0-9][0-9\.]*\).*$/\1/p
www.eeworm.com/read/320816/13417895
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/316923/13514419
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/315631/13539392
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/313005/13599475
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/308740/13694039
readme
Shine 0.1.4
This is a very minimalist implementation of MPEG Layer III
distributed under the GPL licence. It can be used as a
starting point for an encoder.
Gabriel Bouvigne
bouvigne@mp3-tech