代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/488634/6483006
bas functions.bas
Attribute VB_Name = "Functions"
Option Explicit
Public Const REG_NONE = 0 ' No value type
Public Const REG_SZ = 1 ' Unicode nul terminated string
Public Const REG_EXPAND_SZ = 2 ' Unicode nul ter
www.eeworm.com/read/485474/6563266
js functions.js
/*
*#########################################
* PHPCMS 文件管理器 v4.01
* Copyright (c) 2004-2006 phpcms.cn
* 作者:Longbill ( http://www.longbill.cn )
* 请保留版权信息
*######################################
www.eeworm.com/read/481428/6640995
html functions.html
Functions
Functions are the most powerful building blocks.
www.eeworm.com/read/481344/6652869
h functions.h
/*Initialize:initalize grid map.
Pre:None.
Post:All the cell in the grid map have been set to initial configuration of living cells.*/
void Initialize(Grid map)
{
int row,col; /*coordinate
www.eeworm.com/read/479623/6689416
h functions.h
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
/****** Main.c ****************************************************************/
void InitialSystem( void );
void Delay_mS( uint uiMS );
void ConfigSeria
www.eeworm.com/read/477626/6729486
java functions.java
package tlz;
public class Functions {
public static String getFileName(String filepath){
if(filepath == null) return "";
int pos = filepath.lastIndexOf("\\");
if(pos < 0) pos = filepath.
www.eeworm.com/read/477626/6729514