代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/358903/10176457
m mp_utm.m
function [X,Y,vals,labI]=mp_utm(optn,varargin)
% MP_UTM Universal Transverse Mercator projection
% This function should not be used directly; instead it is
% is accessed by vari
www.eeworm.com/read/358903/10176496
m mp_tmerc.m
function [X,Y,vals,labI]=mp_tmerc(optn,varargin)
% MP_TMERC Transverse Mercator projection
% This function should not be used directly; instead it is
% is accessed by various hi
www.eeworm.com/read/358682/10182185
cpp lotto.cpp
// lotto.cpp -- probability of winning
#include
// Note: some implementations require double instead of long double
long double probability(unsigned numbers, unsigned picks);
int main()
www.eeworm.com/read/279804/10392343
js 03.js
// This is another version of the add_to_totals() function. It doesn't
// work, though, because instead of changing the array itself, it tries to
// change the reference to the array.
function add_to_
www.eeworm.com/read/279731/10397331
pas tapidial.pas
unit TapiDial;
{TTapiDial is simple dialing component, which implements dialing
through TAPI interface, instead of writing to COM ports directly.
This component is based mostly on TAPI Test by Da