代码搜索结果
找到约 10,000 项符合
8 的代码
eg8_8.m
syms x y; %定义基本变量
f = (x+y)^3; %创建符号表达式
f1 = expand(f) %展开多项式f
examp8_8.m
x=-3+6*rand(200,1); y=-2+4*rand(200,1); % 重新生成样本点
z=(x.^2-2*x).*exp(-x.^2-y.^2-x.*y);
ii=find((x+1).^2+(y+0.5).^2>0.5^2); % 找出不满足条件的点坐标
x=x(ii); y=y(ii); z=z(ii); plot(x,y,'x')
t=[0:.1:2*pi,2*pi
crc8_8.v
//////////////////////////////////////////////////////////////////////////////
//
// crc calculation
// This VERILOG code was generated using CRCGEN.PL version 1.6
// Last Modified: 02/26/2001
// Opti
8-8-2.txt
package Untitled10;
import java.awt.*;
import com.borland.jbcl.layout.*;
import java.awt.event.*;
public class Frametest extends Frame {
XYLayout xYLayout1 = new XYLayout();
Label label1 =
ex8_8.m
%
% This program generates an impedance transformation
% plot in the Smith Chart as described in Example 8-8
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theo
fig8_8.m
%
% This program generates an impedance transformation
% plot for the circuits shown in Figure 8-8 (b) and (c)
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: The
chapter8-8.cpp
//文件名:CHAPTER8-8.cpp
#include
#include
#if _MSC_VER > 1020 // if VC++ version is > 4.2
using namespace std; // std c++ libs implemented in std
#endif
int main( )
{
font8_8.h
/****************************************************************************************
* 文件名:FONT8_8.H
* 功能:8*8 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
font8_8.c
/****************************************************************************************
* 文件名:FONT8_8.C
* 功能:8*8 ASCII码字体及显示函数。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
****
ch8_8.cpp
//*********************
//** ch8_8.cpp **
//*********************
#include
#include
void main()
{
int arraysize; //元素个数
int *array;
cout