代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/154628/11941761
cpp 16_3.cpp
//16_3
#include
#include "account.h"
#include "savings.h"
#include "checking.h"
void DoSavings(int n);
void DoChecking(int n);
void DoAccess(int n);
void main()
{
int se
www.eeworm.com/read/154628/11941763
cpp 16_1.cpp
//16_1.cpp
#include
#include "account.h"
#include "savings.h"
#include "checking.h"
void main()
{
Savings* pS;
unsigned aN;
float val;
cout
www.eeworm.com/read/154628/11941767
cpp 16_2.cpp
//16_2.cpp
#include
#include "account.h"
#include "savings.h"
#include "checking.h"
void main()
{
unsigned aN;
float val;
cout
www.eeworm.com/read/343491/11944505
m testjointdiag.m
% A quick test of the joint diagonalization vode.
clear
M = 32 ; % Dimension
K = 32 ; % Number of matrices in the stack
threshold = 1.0e-10 ; % Accuracy
%% building a random orthonormal ma
www.eeworm.com/read/154491/11950516
configure
#!/bin/sh
# configure script for zlib. This script is needed only if
# you wish to build a shared library and your system supports them,
# of if you need special compiler, flags or install director
www.eeworm.com/read/153823/12004161
m normlonlat.m
function XY = normlonlat(XY)
%NORMLONLAT Convert longitude and latitude to normal form.
% XY = normlonlat(XY)
% XY = n x 2 matrix of longitude-latitude pairs (in decimal degrees)
%
% Normal
www.eeworm.com/read/153823/12004301
m wtrouselect.m
function Idx = wtrouselect(w,m,n)
%WTROUSELECT Weighted roulette selection.
% Idx = wtrouselect(w,m,n)
% w = p-element vector of weights
% Idx = m x n matrix of random indices between 1 an
www.eeworm.com/read/153764/12008406
readme
Due to copyright restrictions, the scangen, fmq, and spim tools must be
obtained directly from the University of Wisconsin. See the README file
in the root directory of the distribution.
Fmq and sca
www.eeworm.com/read/153259/12046103
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. I