代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/250058/12439205
js currency-format.js
// Please note: this file contains snippets for comparison
// it is not self-contained or ready-to-use code as such
function formatTo(base, precision)
{
var a = roundTo(base, precision);
www.eeworm.com/read/131256/14154158
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/233350/14157384
c recv_ultra.c
/*
* Jean II '99
*
* Receive ultra info.
* Open a Ultra socket and wait for packets...
*/
#include
#include /* Not needed */
#include
#include
www.eeworm.com/read/130981/14164583
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/130563/14185270
m somnet_180.m
% Title : 自组织特征映射应用实例
% Descript : 自组织特征映射模型(<mark>Self</mark>-Organizing feature Map),认为一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的连接权值具有一定的分布。最邻近的神经元互相刺激,而较远的神经元则相互抑制,更远一些的则具有较弱的刺激作用。自组织特征映射法 ...
www.eeworm.com/read/130548/14187227
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
from math import exp, fabs
def _int_array(seq):
size = len(seq)
array = svmc.n
www.eeworm.com/read/232210/14203688
js requestwrapper.js
var requestWrapper=Class.create();
requestWrapper.prototype={
href:'',
request:null,
reqW_Self:null,
initialize:function(href){
reqW_Self=this;
var urlStr=href;
reqW_Self.href=href;
www.eeworm.com/read/130004/14212375
pas singletonunit2.pas
unit SingletonUnit2;
interface
uses classes,SysUtils;
type
TSingletonList = class(TList);
TSingletonl = class
public
constructor Create;virtual;
destructor Destroy; ove
www.eeworm.com/read/231982/14212774
tz drinkrobots.tz
#Name: lzhou ID:048774
#This programm carries out the basic functions of this mutil-agent system
#Load three basic classes
@include "Control.tz"
@include "Mobile.tz"
@include "Stationary.tz"
www.eeworm.com/read/129891/14218895
c test04.c
/* test readline() */
#include "unpthread.h"
static char *infile; /* from argv[1]; read-only by threads */
void *
myfunc(void *ptr)
{
int i, fdin;
char buf[MAXLINE];
FILE *fpout;
snprintf(buf