代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/154354/11968033
h simple.h
// simple.h - written and placed in the public domain by Wei Dai
/*! \file
Simple non-interface classes derived from classes in cryptlib.h.
*/
#ifndef CRYPTOPP_SIMPLE_H
#define CRYPTOPP_SIMPL
www.eeworm.com/read/256674/11979327
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/256674/11979332
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file
www.eeworm.com/read/256674/11979338
simple_unload
#!/bin/sh
module="simple"
device="simple"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[rn]
www.eeworm.com/read/256584/11985006
c simple.c
#pragma option f0 /* remove page breaks from listing file */
/*
* CYC Code Development System
* Tutorial Example
* SIMPLE.C
* This code may be adapted for any purpose
* when used with the
www.eeworm.com/read/342704/12005315
asv simple.asv
close all %关闭所有的窗口
clear all %清除所有的变量
k=input('取样点数=k,k=[100] ');
if isempty(k),
k=100;
end;
L=input('最大隐层神经元个数=L,L=[20] ');
www.eeworm.com/read/342704/12005317
m simple.m
close all %关闭所有的窗口
clear all %清除所有的变量
k=input('训练集点数=k,k=[100] ');
if isempty(k),
k=100;
end;
L=input('最大隐层神经元个数=L,L=[20] ');
www.eeworm.com/read/153678/12012897
h simple.h
//: C04:Simple.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple header that prevents re
www.eeworm.com/read/152187/12133542
abl simple.abl
module simple
title 'Simple ABEL example
Dan Poole Data I/O Corp 15 Oct 1987'
U7 device 'P14H4';
A1,A2,A3 pin 1,2,3;
N1,N2,N3 pin 4,5,6;
AND,NAND pin 14,15;
equations
AND = A1
www.eeworm.com/read/151849/12168978
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else