代码搜索:Functions

找到约 10,000 项符合「Functions」的源代码

代码结果 10,000
www.eeworm.com/read/311192/3687365

h functions.h

/* 版权所有 (C) 2007 大连大有吴涛易语言软件开发有限公司 在满足下列所有许可条件的前提下,允许以源代码形式或编译后形式使用或重新发布本源文件的未经修改版本或修改后版本: 1、如果以源代码形式重新发布,必须完整保留作者版权声明。 2、如果以编译后形式重新发布,必须在发布版本的文档中重申作者版权声明。 3、如果重新发布修改后版本,必须注 ...
www.eeworm.com/read/307929/3720808

jsp functions.jsp

www.eeworm.com/read/306289/3743945

lst functions.lst

GAS LISTING /tmp/ccuO39ZM.s page 1 1 .section .mdebug.abi32 2 .previous 3 .section .debug_abbrev,"",@progbits 4 $Ldebug_abbr
www.eeworm.com/read/306289/3743993

c functions.c

#include "example.h" #include "functions.h" #include "fat.h" #include "flash.h" #if defined(CONFIG_HWBLOCK_PCMCIA) #include "pcmcia.h" #endif #if defined(CONFIG_HWBLOCK_SD) #include "sd.h" #endif #
www.eeworm.com/read/306289/3744017

h functions.h

#ifndef FUNCTIONS_H #define FUNCTIONS_H #include "example.h" typedef int(*DATA_OPEN_FUNCTION)(const char*); typedef int(*DATA_CLOSE_FUNCTION)(); typedef int(*DATA_READ_FUNCTION)(void*, int); typede
www.eeworm.com/read/306165/3765312

js functions.js

/* Functions for the advlink plugin popup */ var templates = { "window.open" : "window.open('${url}','${target}','${options}')" }; function preinit() { // Initialize tinyMCE.setWindowArg(
www.eeworm.com/read/306165/3765329

js functions.js

function init() { tinyMCEPopup.resizeToInnerSize(); } function insertEmotion(file_name, title) { title = tinyMCE.getLang(title); if (title == null) title = ""; // XML encode title
www.eeworm.com/read/306165/3765417

js functions.js

/* Functions for the advimage plugin popup */ var preloadImg = null; var orgImageWidth, orgImageHeight; function preinit() { // Initialize tinyMCE.setWindowArg('mce_windowresize', false);
www.eeworm.com/read/305277/3778732

scala functions.scala

import scala.actors.Actor object Test { def foo() = { val x = 1; Actor.receive { case "abc" if x == 2 => Console.println("hi!") } } }
www.eeworm.com/read/303846/3804516

bas functions.bas

Attribute VB_Name = "Functions" Dim File As String Dim intFileNum As Integer Dim strTextLine As String Dim b() As Byte Function ClearAllFields() ' Clears All fields frmMain.txtURL.Text = ""