代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/162614/5527209
c strct-stdarg-1.c
#include
struct tiny
{
char c;
char d;
char e;
char f;
char g;
};
f (int n, ...)
{
struct tiny x;
int i;
va_list ap;
va_start (ap,n);
for (i = 0; i < n; i++)
{
www.eeworm.com/read/162614/5527393
c 931004-14.c
#include
struct tiny
{
char c;
char d;
char e;
char f;
};
f (int n, ...)
{
struct tiny x;
int i;
va_list ap;
va_start (ap,n);
for (i = 0; i < n; i++)
{
x = va
www.eeworm.com/read/160391/5571324
m bic_score_cpd.m
function score = BIC_score_CPD(CPD, fam, data, ns, cnodes)
% BIC_score_CPD Compute the BIC score of a tabular CPD
% score = BIC_score_CPD(CPD, fam, data, ns, cnodes)
if iscell(data)
local_data
www.eeworm.com/read/160391/5571438
m log_prob_node.m
function L = log_prob_node(CPD, self_ev, pev)
% LOG_PROB_NODE Compute sum_m log P(x(i,m)| x(pi_i,m), theta_i) for node i (discrete)
% L = log_prob_node(CPD, self_ev, pev)
%
% self_ev(m) is the evi
www.eeworm.com/read/100052/15571769
c memory.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include
#include
#include "ar
www.eeworm.com/read/105215/15674940
c memory.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include
#include
#include "ar
www.eeworm.com/read/100178/15881648
c memory.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include
#include "arch.h"
#include "mis
www.eeworm.com/read/305173/13777516