代码搜索:note
找到约 10,000 项符合「note」的源代码
代码结果 10,000
www.eeworm.com/read/216010/15029517
cpp note.cpp
// Note.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Note.h"
#include "NoteDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/216010/15029518
dsw note.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/216010/15029524
clw note.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CNoteDlg
LastTemplate=CEdit
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Note.h"
www.eeworm.com/read/216010/15029531
h note.h
// Note.h : main header file for the NOTE application
//
#if !defined(AFX_NOTE_H__F2CE3D87_4EC3_11D6_B545_00E04C104C2B__INCLUDED_)
#define AFX_NOTE_H__F2CE3D87_4EC3_11D6_B545_00E04C104C2B__INCLUD
www.eeworm.com/read/114798/15037772
class note.class
www.eeworm.com/read/114798/15037775
java note.java
import java.applet.*;
/**
* 该类可以连续播放或者停止声音文件.
*/
public class Note
{
/** 要播放的声音
*/
private AudioClip tone;
/** 该声音当前是否在播放
*/
private boolean playing;
/**
www.eeworm.com/read/215369/15063382
note1
www.eeworm.com/read/215369/15063400
class note.class
www.eeworm.com/read/215369/15063445
java note.java
package note1;
public class note
{
private int id;
private String title;
private String author;
private String content;
public void setid(int id)
{
this.id=id;
}
public void se
www.eeworm.com/read/215369/15063467