代码搜索结果

找到约 10,000 项符合 6 的代码

sample6_6.java

/* * 示例程序Sample6_6: Interpolation类的连分式等距插值 */ package javaalgorithm.sample; import javaalgorithm.algorithm.Interpolation; public class Sample6_6 { public static void main(String[] args)

lab6_6.cpp

// lab6_6.cpp #include "employee.h" void main(void) { Employee emp[5] = { Employee("张三","平安大街3号", "北京", "100000"), Employee("李四","王府井大街20号", "北京", "100000"), Employee("赵刚","中山路112号",

example_6_6.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example_6_6", "http://localhost/Example_6_6/Example_6_6.csproj", "{DEB260CC-8EB2-4124-A

exercise6_6.java

import javax.swing.JOptionPane; public class Exercise6_6 { static String output = ""; /** Main method */ public static void main(String[] args) { // Prompt the user to enter year Strin

lab6_6.cpp

// lab6_6.cpp #include "employee.h" int main() { Employee emp[5] = { Employee("张三","平安大街3号", "北京", "100000"), Employee("李四","王府井大街20号", "北京", "100000"), Employee("赵刚","中山路112号", "重庆"

example_6_6.py

from Tkinter import * import random root = Tk() class Indicator: def __init__(self, master=None, label='', value=0.0): self.var = DoubleVar() self.s = Scale(master, label=label, variable

dialog6.java~6~

package ct; import java.awt.*; import javax.swing.*; import com.borland.jbcl.layout.*; import javax.swing.border.*; /** * Title: * Description: * Copyright: Copyright (c) 2006

program_6_6.m

% Program 6_6 % Power Series Expansion of a Rational z-Transform % % Read in the number of inverse z-transform coefficients % to be computed N = input('Type in the length of output vector = ');