代码搜索:Notebook
找到约 1,084 项符合「Notebook」的源代码
代码结果 1,084
www.eeworm.com/read/227861/14408057
m exm045_1.m
%exm045_1.m
%(1)使用字符串表示被处理函数
P1=0.1;P2=0.5; %按泛函指令要求,这里参数必须用P1,P2,...表示
y_C='sin(x).^2.*exp(-P1*x)-P2*abs(x)'; %这里自变量必须用x表示
%(2)作图法观察函数零点分布
x=-10:0.01:10; %对自变量采样,采样步长不宜太大。
Y=eval(y
www.eeworm.com/read/118089/14888016
makefile
CC = gcc
all: yq
yq: main.c misc.c menu.c toolbar.c createtree.c notebook.c list.c clist.c rc.c configfile.c dialog.c toolbarfunc.c createfile.c menufunc.c option.c
$(CC) `gtk-config --cflags` `gt
www.eeworm.com/read/207654/15265972
makefile
CC = gcc -Wall
all: webtraffic
bitmaps.o: bitmaps.c
$(CC) `gtk-config --cflags` -c -g bitmaps.c
filesel.o: filesel.c
$(CC) `gtk-config --cflags` -c -g filesel.c
progressbar.o: progressbar.
www.eeworm.com/read/206159/15299232
plg ledkey.plg
礦ision3 Build Log
Project:
E:\notebook\Data\gl_proj\usblab\D12 Kit\Nled_key fw\ledkey.uv2
Project File Date: 08/04/2006
Output:
Build target '
www.eeworm.com/read/392361/8348222
m exm045_1.m
%exm045_1.m
%(1)使用字符串表示被处理函数
P1=0.1;P2=0.5; %按泛函指令要求,这里参数必须用P1,P2,...表示
y_C='sin(x).^2.*exp(-P1*x)-P2*abs(x)'; %这里自变量必须用x表示
%(2)作图法观察函数零点分布
x=-10:0.01:10; %对自变量采样,采样步长不宜太大。
Y=eval(y
www.eeworm.com/read/369274/9657372
py meldapp.py
### Copyright (C) 2002-2006 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU General Public License as pub