代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/103157/15461080
bas functions.bas
Attribute VB_Name = "Functions"
Option Explicit
'声明常量
Public Const REG_NONE = 0
Public Const REG_SZ = 1
Public Const REG_EXPAND_SZ = 2
Public Const REG_BINARY = 3
Public Const REG_DWORD = 4
www.eeworm.com/read/113130/15469752
html functions.html
Library Routines
Built-in Functions
Basic I/O
puts(string text) - append a string to
www.eeworm.com/read/112813/15476174
bas functions.bas
Attribute VB_Name = "functions"
'================================================================
'================================================================
'*** SMS Messeng
www.eeworm.com/read/107150/15612332
cs functions.cs
using System;
using System.Runtime.InteropServices;
namespace WinSnmp
{
///
/// Snmp API Functions
///
public class SnmpAPI
{
// Callback
public delegate SNMP
www.eeworm.com/read/106790/15622052
cpp functions.cpp
#include "zlp.h"
extern WORD CRC16(BYTE *puchMsg, WORD usDataLen);
//
local
void AddSOE(CSystemPara *sp, BYTE rtuno, int yxno, BYTE value, BYTE soetype)
{
FTEVENT Event;
FTEVENT *curEven