代码搜索:Getting
找到约 2,749 项符合「Getting」的源代码
代码结果 2,749
www.eeworm.com/read/456569/7344537
cpp string.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
//STRING.CPP--Example from Getting Started */
#include
#include
class String {
char *char_ptr; // p
www.eeworm.com/read/456569/7344567
h stack2.h
// Borland C++ - (C) Copyright 1991 by Borland International
// stack2.h: A Stack class derived from the List class
// from Getting Started
#include "list2.h"
class Stack : public List
www.eeworm.com/read/456569/7344671
cpp dynpoint.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// DPOINT.CPP -- exercise in Getting Started
#include
#include
#include
#include "figures.h"
www.eeworm.com/read/456569/7344894
c salestag.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* SALESTAG.C--Example from Getting Started.
SALESTAG.C calculates a sales slip. */
#include
#define RATE 0.065
www.eeworm.com/read/456085/7358840
m apen.m
%% Aproximate Entropy of a time series
%% apen(S,m,r)
%% S=time series m=pattern length r=similarity criterion
function app_entropy=apen(simout,m,r) % Getting the input data from vario
www.eeworm.com/read/450295/7486053
m confuneq_ms_ar.m
% Equality and inequality constraints for ms(k)-ar(p) estimation
function [c,ceq]=confuneq_MS_AR(param)
global k_global; % Getting k
k=k_global;
% Organizinh transition probabilities
fo
www.eeworm.com/read/449030/7520016
s syscalltest2.s
# syscalltest2.s - An example of getting a return value from a system call
.section .bss
.lcomm pid, 4
.lcomm uid, 4
.lcomm gid, 4
.section .text
.globl _start
_start:
movl $20, %eax
in
www.eeworm.com/read/324128/7808988
txt 09.txt
Smell Your Cheese Often So You Know
When It Is Getting Old
Later, after not finding Cheese for what seemed a very long time, Haw came across a huge Cheese Station which looked promising. W
www.eeworm.com/read/328865/12997792
c broadcastget.c
/* broadcastGet.c - demo for getting a broadcast message */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,15Sep97,mm cast arg 2 of bin
www.eeworm.com/read/141210/13033190
changelog
apmd (3.0.2-1) unstable; urgency=low
* Change the way apmd_proxy is spawned, to prevent lockups when it runs
subprocesses like pump or xlock. (closes: Bug#98604)
* Getting rid of tailf (close