代码搜索:Events
找到约 10,000 项符合「Events」的源代码
代码结果 10,000
www.eeworm.com/read/340194/12175163
cpp khtml_events.cpp
/* This file is part of the KDE project
Copyright (C) 2000 Simon Hausmann
This library is free software; you can redistribute it and/or
modify it under the terms of th
www.eeworm.com/read/340194/12175180
h kjs_events.h
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)
* Copyright (C) 2003 Apple Computer, Inc.
*
* This library is free software; you can redistrib
www.eeworm.com/read/340194/12175381
cpp kjs_events.cpp
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)
* Copyright (C) 2003 Apple Computer, Inc.
*
* This library is fr
www.eeworm.com/read/250058/12439150
js handle_events.js
addLoadListener(initEvents);
function initEvents()
{
var mylink = document.getElementById("mylink");
mylink.onclick = engage;
return true;
}
function engage()
{
alert("Engag
www.eeworm.com/read/148696/12442721
cpp wait_events.cpp
#include
// Child thread procedure. The child waits to get event. It then sits idle
// for five seconds and sets the event again so another thread can use it.
DWORD WINAPI ChildThre
www.eeworm.com/read/148696/12442731
mak wait_events.mak
# Nmake macros for building Windows 32-Bit apps
all: Wait_E~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/233013/14173804
m hyperbolic_events.m
function [d] = hyperbolic_events(dt,f0,tmax,h,tau,v,amp,snr,L);
%HYPERBOLIC_EVENTS: A program to generate data containing linear events.
%
% [d] = linear_events(dt,f0,tmax,h,tau,p,amp,snr);
%
% IN
www.eeworm.com/read/233013/14173809
m linear_events.m
function [d,t,h] = linear_events(dt,f0,tmax,h,tau,p,amp,snr,L);
%LINEAR_EVENTS: A program to generate data containing linear events.
%
% [d] = linear_events(dt,f0,tmax,h,tau,p,amp,snr,L);
%
% IN d
www.eeworm.com/read/128628/14288188
cpp wait_events.cpp
#include
// Child thread procedure. The child waits to get event. It then sits idle
// for five seconds and sets the event again so another thread can use it.
DWORD WINAPI ChildThre