代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4737898
cpp func.cpp
#include "dump.h"
//#pragma on ( dump_rank );
typedef char (*pFT_c_Rc)( char );
typedef char (*pFT_i_Rc)( int );
typedef char (*pFT_d_Rc)( double );
typedef int (*pFT_c_Ri)( char );
www.eeworm.com/read/229812/4745110
for func2.for
! func2.c -- Another example of a simple REXX function.
c$define INCL_REXXSAA
c$include rexxsaa.fap
! Declare our exported function. Export it!
c$pragma aux (RexxFunctionHandler) EZFunc2 "E
www.eeworm.com/read/229812/4745111
for func1.for
! func1.for -- Example of a simple REXX function.
c$define INCL_DOS
c$include os2.fap
c$define INCL_REXXSAA
c$include rexxsaa.fap
! Declare our exported function. Don't forget to export it!
www.eeworm.com/read/227821/4767974
pas func.pas
unit Func;
interface
uses DDDK;
function FuncIsGoodReadPtr(ABuf:Pointer;ASize:Cardinal):Boolean;
implementation
//
// this function checks user buffer for read access
// returns true
www.eeworm.com/read/227821/4767987
pas func.pas
unit Func;
interface
uses DDDK;
const
//rules type
RULE_TYPE_PROCESS_PROTECTION = $00000001;
//errors
ERROR_RULE_EXISTS = $80000001;
ERROR_RULE_DOES_NOT_EXIST =
www.eeworm.com/read/226451/4784832
cpp func.cpp
/*
func.cpp -- A program demonstrating function pointers.
*/
#include
void TestFunc ();
int main ()
{
void (*FunctionName)(void);
FunctionName = TestFunc;
Fun
www.eeworm.com/read/224936/4800863
js func.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/224904/4801206
js func.js
function buttontype(type)
{
document.all.item("uctrlResive_txtbox").value = type;
if(document.all.item("txtTitle").value == "")
{
document.all.item("txtTitle").value = "";
}
}
functi
www.eeworm.com/read/219395/4848314
c func.c
/* Funktionsaufruf mit Wert黚ergabe */
/* Bei Linux bitte die Library math.h extra mit -lm hinzulinken */
#include
#include
void kreis_area(float d)
{
float flaeche, pi = 3.
www.eeworm.com/read/217239/4874641
h func.h
/* OBSOLETE -- NOW PART OF BOOZ.H */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1987/02/08
*/
/* Functions defined