代码搜索:Notebook
找到约 1,084 项符合「Notebook」的源代码
代码结果 1,084
www.eeworm.com/read/479786/6678797
makefile
CC = gcc -g
all: notebook
notebook: notebook.o
$(CC) `gtk-config --libs` notebook.o -o notebook
notebook.o: notebook.c
$(CC) `gtk-config --cflags` -c notebook.c -o notebook.o
clean:
rm note
www.eeworm.com/read/479786/6678799
makefile
CC = gcc -g
all: notebook
notebook: notebook.o
$(CC) `gtk-config --libs` notebook.o -o notebook
notebook.o: notebook.c
$(CC) `gtk-config --cflags` -c notebook.c -o notebook.o
clean:
rm note
www.eeworm.com/read/479786/6678804
makefile
CC = gcc -g
all: notebook
notebook: notebook.o
$(CC) `gtk-config --libs` notebook.o -o notebook
notebook.o: notebook.c
$(CC) `gtk-config --cflags` -c notebook.c -o notebook.o
clean:
rm note
www.eeworm.com/read/158400/11621173
nb 试题二.nb
(************** Content-type: application/mathematica **************
CreatedBy='Mathematica 5.0'
Mathematica-Compatible Notebook
This notebook can be us
www.eeworm.com/read/339239/12246595
m exm04112_1.m
randn('state',2) %为仿真的可重复性而设
x=-5:5;y=-5:5;[X,Y]=meshgrid(x,y); %产生“经纬”矩阵
%以下两条指令本可写成一条。因Notebook无法正确处理续行号,不得不如此。
zz=1.2*exp(-((X-1).^2+(Y-2).^2))-0.7*exp(-((X+2).^2+(Y+1).^2));
Z=-500+zz+ra
www.eeworm.com/read/129636/14234376
m exm04112_1.m
randn('state',2) %为仿真的可重复性而设
x=-5:5;y=-5:5;[X,Y]=meshgrid(x,y); %产生“经纬”矩阵
%以下两条指令本可写成一条。因Notebook无法正确处理续行号,不得不如此。
zz=1.2*exp(-((X-1).^2+(Y-2).^2))-0.7*exp(-((X+2).^2+(Y+1).^2));
Z=-500+zz+ra
www.eeworm.com/read/225610/14531282
nb untitled-1.nb
(************** Content-type: application/mathematica **************
CreatedBy='Mathematica 5.0'
Mathematica-Compatible Notebook
This notebook can be us
www.eeworm.com/read/212376/15156935
m exm04112_1.m
randn('state',2) %为仿真的可重复性而设
x=-5:5;y=-5:5;[X,Y]=meshgrid(x,y); %产生“经纬”矩阵
%以下两条指令本可写成一条。因Notebook无法正确处理续行号,不得不如此。
zz=1.2*exp(-((X-1).^2+(Y-2).^2))-0.7*exp(-((X+2).^2+(Y+1).^2));
Z=-500+zz+ra
www.eeworm.com/read/207654/15265981
makefile
CC = gcc -Wall
notebook: notebook.c notebook.c
$(CC) `gtk-config --cflags` `gtk-config --libs` notebook.c -o notebook
clean:
rm -f *.o notebook
www.eeworm.com/read/206235/15298066
nb ch303.nb
(************** Content-type: application/mathematica **************
CreatedBy='Mathematica 5.0'
Mathematica-Compatible Notebook
This notebook can be us