代码搜索结果
找到约 10,000 项符合
3 的代码
mp3enc_layer3.cpp
/*//////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
mp3dec_layer3.c
/*//////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
mp3enc_layer3.cpp
/*//////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
ch12_3_1.java~3~
/* 程序范例: Ch12_3_1.java */
import javax.xml.parsers.*;
import org.xml.sax.*;
import org.w3c.dom.*;
import java.io.*;
public class Ch12_3_1 {
// 声明XML文件
static Document document;
p
msstkv3round3interoptest.java
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regardin
ch12_3_1.java~3~
/* 程序范例: Ch12_3_1.java */
import javax.xml.parsers.*;
import org.xml.sax.*;
import org.w3c.dom.*;
import java.io.*;
public class Ch12_3_1 {
// 声明XML文件
static Document document;
p
ch3_e3_9.java
import java.io.*;
public class ch3_e3_9
{
public static void main(String args[])
{
String s;
double d;
int i;
boolean b = false;
do{
try {
System.o
ch3_e3_13.java
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
public class ch3_e3_13 extends Applet implements ActionListener
{
Label result;
TextField in1,in2,in3;
Button btn;
int a
ch3_e3_16.java
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
public class ch3_e3_16 extends Applet implements ActionListener
{
Label prompt;
TextField ceiling,floor;
TextArea
ch3_e3_11.java
import java.io.*;
public class ch3_e3_11
{
public static void main(String args[])
{
char ch,min;
try{
System.out.println("请输入一个字符,以'#'结束");
ch = (char)System.in.read();
min