代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/200462/15432379
cpp dlltest.cpp
#ifndef CRYPTOPP_DLL_ONLY
#define CRYPTOPP_DEFAULT_NO_DLL
#endif
#include "dll.h"
#include
USING_NAMESPACE(CryptoPP)
USING_NAMESPACE(std)
void FIPS140_SampleApplication()
{
www.eeworm.com/read/200049/15441666
s 24xinit.s
;=========================================
; NAME: 24XINIT.S
; DESC: C start up codes
; Configure memory, ISR ,stacks
; Initialize C-variables
; HISTORY:
; 2001.02.06:purnnamu: draft ver 0
www.eeworm.com/read/200021/15442455
cpp filmreel2document.cpp
/**
*
* @brief Definition of CFilmReel2Document
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// INCLUDE FILES
// Class include
#include "FilmReel2Document.h"
// User inc
www.eeworm.com/read/111947/15499719
s keyboard.s
/*
* keyboard.s
*/
.text
.globl _keyboard_interrupt
/*
* these are for the keyboard read functions
*/
size = 1024 /* must be a power of two ! And MUST be the same
as in tty_io.c !!!! */
h
www.eeworm.com/read/110649/15527994
s keyboard.s
/*
* keyboard.s
*/
.text
.globl _keyboard_interrupt
/*
* these are for the keyboard read functions
*/
size = 1024 /* must be a power of two ! And MUST be the same
as in tty_io.
www.eeworm.com/read/110160/15540981
s keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for th
www.eeworm.com/read/109417/15557888
pas uform_info.pas
//极限1000米
//Author: CrazyWill
//Email: CrazyWill@163.com
unit uForm_Info;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
www.eeworm.com/read/109417/15557893
pas uform_author.pas
//极限1000米
//Author: CrazyWill
//Email: CrazyWill@163.com
unit uForm_Author;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls
www.eeworm.com/read/109038/15566805
h selfmenu.h
// Self-draw menu
class CSelfMenu : public CMenu
{
protected:
void DrawItem(LPDRAWITEMSTRUCT);
void MeasureItem(LPMEASUREITEMSTRUCT);
};
www.eeworm.com/read/107118/15612600
s keyboard.s
/*
* keyboard.s
*/
.text
.globl keyboard_interrupt
/*
* these are for the keyboard read functions
*/
size = 1024 /* must be a power of two ! And MUST be the same
as in tty_io.c !!!! */
he