代码搜索:partial
找到约 10,000 项符合「partial」的源代码
代码结果 10,000
www.eeworm.com/read/158793/5594924
c cheat.c
/*
* NanoBreaker, a Nano-X Breakout clone by Alex Holden.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/475765/6778120
m p9_15.m
% P9_15.M MATLAB Inverse Transforms
% Called PFE.M for partial fraction expansion
fprintf('See the diary file P9_15.dir')
www.eeworm.com/read/194767/8186632
m probitder.m
function pderivpb = probitder(pbar, beta);
% pderivpb = probitder(beta);
% partial derivative of input arguments for probit function
yy = normpdf(beta(1:end-1) * pbar + beta(end));
pderivpb = yy .
www.eeworm.com/read/173490/9655226
cpp idctref.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/270032/11051441
c fixsqrt.c
/* The definitions below yield 2 integer bits, 30 fractional bits */
#define FRACBITS 30 /* Must be even! */
#define ITERS (15 + (FRACBITS >> 1))
typedef long TFract;
TFract
FFracSqrt(TFract x)
www.eeworm.com/read/414250/11123515
cpp idctref.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/266535/11220450
cc bound.cc
// Problem Bound Found
// Algorithm Partial Sums, Sort, Two Pointers
// Runtime O(n*log(n))
// Author Walter Guttmann
// Date 16.10.1999
#include
#include
#include
www.eeworm.com/read/334648/12583318
cpp idctref.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/334200/12618303
c cmd.c
/*
Copyright (C) 1996-1997 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So