代码搜索:Notebook
找到约 1,084 项符合「Notebook」的源代码
代码结果 1,084
www.eeworm.com/read/167637/9957988
pas frmreaddevices.pas
unit FrmReadDeviceS;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, fcLabel, StdCtrls, TFlatButtonUnit,ICCTRL,IniFiles,
TFl
www.eeworm.com/read/165967/10044153
htm createnotebook.htm
add information
function validateForm()
{
if (document.notebook.name.value=="")
{
window.alert ("请输入名字")
re
www.eeworm.com/read/164050/10133754
m mbookzzy.m
function mbookzzy(filename)
% mbookzzy.m 在MATLAB指令窗中创建或打开Notebook文件
% filename 已有的Notebook文件全名(包含路径名和扩展名的)字符串
% 调用格式 mbookzzy 新建Notebook文件
% mbookzzy(filename) 打开已有Notebook文件
w
www.eeworm.com/read/278318/10548283
transcript
# Reading D:/Modeltech_5.5c/win32/../tcl/vsim/pref.tcl
# OpenFile F:/notebook/EDA/技术资料/fft16(16点FFT源代码)/vhdl/fft16.vhd
www.eeworm.com/read/348705/10871869
makefile
CC = gcc
notebook: notebook.c
$(CC) `gtk-config --cflags` notebook.c -o notebook `gtk-config --libs`
clean:
rm -f *.o notebook
www.eeworm.com/read/348705/10873426
c gtknotebook.c
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/273691/10906362
pas frmmain.pas
unit frmMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, ActnList, ComCtrls, RzListVw, RzTreeVw, RzPrgres, IniFiles,
StdCt