代码搜索:Notebook
找到约 1,084 项符合「Notebook」的源代码
代码结果 1,084
www.eeworm.com/read/368108/9711495
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/348907/10860639
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
www.eeworm.com/read/435998/7779618
log db2j.log
----------------------------------------------------------------
2006-11-10 02:21:56.296 GMT:
Booting Cloudscape version IBM Corp. - DBMS:db2j - 5.0.4 - (23973): instance c013800d-010e-cfab-da3c-00a
www.eeworm.com/read/443287/6315914
netedit
#!/usr/bin/wish
###############################################################################
# Copyright (c) 2001, Alexander Gnusin, alexg@ottawa.com #
# All rights reserved.