代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/179235/9364488
pas functions.pas
unit Functions;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
function CheckInternetOnline: boolean; //检查互联网是否在线
function IsIP(S:
www.eeworm.com/read/178967/9380300
cpp functions.cpp
// ----------------------------------------------------
// Name: functions.cpp
// Description: some small functions needed somewhere. general functions
// Introduced: chgloor Thursday, August 28, 200
www.eeworm.com/read/178967/9380316
h functions.h
using namespace std;
long time2sec (const char *time);
www.eeworm.com/read/178529/9393762
tar functions.tar
www.eeworm.com/read/374502/9401877
h functions.h
/*
* functions.h -- header file for functions.c
*
* Copyright 1995, 2002 EPIC Software Labs
* See the COPYRIGHT file for copyright information
*/
#ifndef __functions_h__
#define __functions_h__
www.eeworm.com/read/374502/9401932
c functions.c
/* $EPIC: functions.c,v 1.156 2006/06/18 17:33:51 jnelson Exp $ */
/*
* functions.c -- Built-in functions for ircII
*
* Copyright (c) 1990 Michael Sandroff.
* Copyright (c) 1991, 1992 Troy Rollo.
www.eeworm.com/read/373749/9441072
hpp functions.hpp
//生成基-2比特逆序数,以后可改为多基逆序数
//采用移位运算实现!/ & %
unsigned long bitinv(unsigned power,unsigned k)
{
unsigned kk;
unsigned long sum=0;
power=(11;
www.eeworm.com/read/373697/9442357
js functions.js
function check_mobile1(mobile,passwd)
{
//alert("check");
var re = /\b13[0-9]{9}\b/;
var re3 = /\b4[0-9]{6}\b/
//var reid =/\b[0-9]{7}\b/;
var re2 =/\b[0-9]{1,11}\b/;
if (!re.exec(mobile) && !re
www.eeworm.com/read/373457/9455132
cs functions.cs
using System;
using System.Text;
using System.Web.Security;
namespace RobertSoft
{
///
/// functions
///
public class Functions
{
public Functions()
{
//
www.eeworm.com/read/176998/9477704
c functions.c
/*
* functions.c This file contains the functions that talk to the modem
* and the serial port. It seperates the user interface
* from the low-level functions. The script language also
* uses t