代码搜索:example3
找到约 169 项符合「example3」的源代码
代码结果 169
www.eeworm.com/read/260388/11729600
dsw example3.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/260388/11729609
dsp example3.dsp
# Microsoft Developer Studio Project File - Name="example3" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/256637/11982345
vbp example3.vbp
Type=Exe
Module=ModMain; ModMain.bas
Startup="Sub Main"
HelpFile=""
Title="Example3"
ExeName32="Example2.exe"
Command32=""
Name="Example3"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
Mi
www.eeworm.com/read/225922/14511068
f90 example3.f90
PROGRAM example3
! Code converted using TO_F90 by Alan Miller
! Date: 2001-06-09 Time: 23:45:41
USE Kernel_Regression
IMPLICIT NONE
INTEGER, PARAMETER :: n = 250, m = 300, ihom = 1, nue
www.eeworm.com/read/110325/15536506
vbp example3.vbp
Type=Exe
Module=ModMain; ModMain.bas
Startup="Sub Main"
HelpFile=""
Title="Example3"
ExeName32="Example2.exe"
Command32=""
Name="Example3"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
Mi
www.eeworm.com/read/109332/15558867
pbt example3.pbt
Save Format v3.0(19990112)
appname "example3";
applib "example3.pbl";
liblist "example3.pbl";
type "pb";
www.eeworm.com/read/485595/6554266
mak example3.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMEGA -D_EE_EXTIO -DATMega1280 -l -g -Mavr_enhanced -Wf-use_elpm
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x20000 -ucrtatmega.o -bfunc_lit:0x
www.eeworm.com/read/131520/14142667
m example6.m
clf
F = 8;
subplot(2,2,1)
example1(0,0,4,5,F+3)
subplot(2,2,2)
example2(0,0,4,5,F-2)
subplot(2,2,3)
example3(0,0,4,5,F-2)
subplot(2,2,4)
example4(0,0,4,5,F-2)
www.eeworm.com/read/176398/9500199
m example3.m
% needs to have smaller q
function [Samples, nof_samples, classification] = Example3()
Samples = [ 0 0 0;
0 1 0;
1 0 0;
1 1 0;
0 0 1;
0 1 1;
1 0 1;
1 1 1;
www.eeworm.com/read/126641/6015742
makefile
CC=cc
CFLAGS= -g -I../../include -Wall
LIBS= -L../.. -lcrypto
EXAMPLES=example1 example2 example3 example4
all: $(EXAMPLES)
example1: example1.o loadkeys.o
$(CC) -o example1 example1.o loadkeys.