代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/293222/6281304
cpp mydll.cpp
/* Copyright (c) 2004, Nokia. All rights reserved */
// INCLUDE FILES
#include "Mydll.h"
GLDEF_C TInt E32Dll(TDllReason/*aReason*/)
{
return (KErrNone);
}
EXPORT_C CMyClass* CMyClass::
www.eeworm.com/read/316075/6282936
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/432365/6289513
cpp userlistboxview.cpp
/* Copyright (c) 2007, Nokia. All rights reserved */
#include "UserListboxAppUi.h"
#include "UserListboxView.h"
#include "UserListboxContainer.h"
#include "UserListbox.hrh"
#include "UserListbox.
www.eeworm.com/read/310703/6306555
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 the French
www.eeworm.com/read/493738/6389927
py svm.py
import svmc
from svmc import C_SVC, NU_SVC, ONE_CLASS, EPSILON_SVR, NU_SVR
from svmc import LINEAR, POLY, RBF, SIGMOID, PRECOMPUTED
from math import exp, fabs
def _int_array(seq):
size = len(seq)
a
www.eeworm.com/read/493294/6400503
m plotsom.m
function h = plotsom(W)
%PLOTSOM Plot the Self-Organizing Map in 2D
%
% plotsom(W)
%
% Plot the Self-Organizing Map W, trained by som.m. This is only
% possible if the map is 2D.
%
% See al
www.eeworm.com/read/493101/6406596
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 the French keyboard
*/
www.eeworm.com/read/492007/6429696
makefile
#####################################################################
#
# Created by u'nSP IDE 11:55:22 12/15/05
#
##############################################################
www.eeworm.com/read/491632/6432026
pm mplayer.pm
package MPlayer;
use strict;
use IPC::Open3 'open3';
use threads;
use threads::shared;
my $tv_thread_run : shared = 1;
my @moutput : shared = 1;
BEGIN {
use vars qw ($VERSION @error
$mout $