代码搜索结果
找到约 10,000 项符合
6 的代码
listing 6-6.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class CheckBoxes extends MIDlet implements CommandListener
{
private Display display;
private Form form;
priv
prg6_6.c
// File: prg6_6.c
#include /* These are the usual header files */
#include /* for bzero() */
#include /* for close() */
#include
6-2-6.tex
% 6-2-6.tex
\documentclass{article}
\begin{document}
\setlength{\unitlength}{1mm}
\begin{center}
\begin{picture}(41,21)(-0.5,-0.5)
\put(0,0){\circle*{1}}
\put(0,20){\circle*{1}}
\put(40,2
12-6-6.tex
% 12-6-6.tex
\documentclass{article}
\usepackage[dvipsnames]{pstricks}
\usepackage{CJK}
\begin{document}
\begin{CJK*}{GBK}{song}
\CJKtilde
\begin{center}
\begin{pspicture}(1,1.5)(5,4.5)
examp6_6.m
syms x y;
[x,y]=solve('x^2/2+x+3/2+2/y+5/(2*y^2)+3/x^3=0',...
'y/2+3/(2*x)+1/x^4+5*y^4','x,y');
size(x)
err=[x.^2/2+x+3/2+2./y+5./(2*y.^2)+3./x.^3,y/2+3./(2*x)+1./x.^4+5*y.^4];
norm(double(
例6_6.cpp
#include
//按层次遍历二叉链表
typedef char elemtype;
struct bitree
{
elemtype data;
bitree *lchild,*rchild;
};
bitree *create()//建立二叉链表
{ bitree *q[100]; //定义q数组作为队列存放二叉链表中结点
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 = ');
example6_6.m
load cnoislop;
s=cnoislop;
subplot(7,1,1);
plot(s);
Ylabel('s');
title('原始信号和各层近似');
[c,l]=wavedec(s,6,'db3');
for i=1:6
decom=wrcoef('a',c,l,'db3',7-i);
subplot(7,1,i+1);
plot(deco