代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/165570/5481480
old checkingaccount.tex.old
\begin{program}
\PACKAGE\ Accounts;\\
\IMPORT\ People.Customer;\\
\\[\emptyline]
\textrm{/**}\>\textrm{A checking account allows an overdraft up to the line of}\\
\>\textrm{credit of the account.
www.eeworm.com/read/164931/5485816
hlp trackjob.hlp
The Track Job dialog box is for enabling the periodic checking of returned
output files of running jobs.
===================
MONITORED USER JOBS
===================
The list of users whose jobs are t
www.eeworm.com/read/337546/3328390
h crypto_des.h
/*
* Cryptographic API.
*
* Function for checking keys for the DES and Tripple DES Encryption
* algorithms.
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/324920/3487331
h crypto_des.h
/*
* Cryptographic API.
*
* Function for checking keys for the DES and Tripple DES Encryption
* algorithms.
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/316872/3584774
h crypto_des.h
/*
* Cryptographic API.
*
* Function for checking keys for the DES and Tripple DES Encryption
* algorithms.
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/306178/3745011
h mgb.h
void destroy(object me)
{
destruct(me);
}
/*
void init()
{
object ob;
::init();
ob = this_player();
}
*/
void checking(object me,object ob)
{
object
www.eeworm.com/read/290808/3971383
c ga_port.c
#include "gai_hdr.h"
/*
* Go through all the addrinfo structures, checking for a match of the
* socket type and filling in the socket type, and then the port number
* in the corresponding socket a
www.eeworm.com/read/286314/4040083
cs struct.cs
using System;
public enum AccountType {Checking, Deposit}
public struct BankAccount
{
public long accNo;
public decimal accBal;
public AccountType accType;
}
class Test
{
www.eeworm.com/read/286314/4040091
cs struct.cs
using System;
public enum AccountType {Checking, Deposit}
public struct BankAccount
{
public long accNo;
public decimal accBal;
public AccountType accType;
}
class Test
{
www.eeworm.com/read/286314/4040095
cs struct.cs
using System;
public enum AccountType {Checking, Deposit}
public struct BankAccount
{
public long accNo;
public decimal accBal;
public AccountType accType;
}
class Test
{