代码搜索:squre
找到约 24 项符合「squre」的源代码
代码结果 24
www.eeworm.com/read/489531/6472810
h squre.h
// Squre.h: interface for the Squre class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SQURE_H__8061D5A4_A497_40D6_957E_4F7095165FC2__INCLUDED_)
#d
www.eeworm.com/read/489531/6472833
obj squre.obj
www.eeworm.com/read/489531/6472855
cpp squre.cpp
// Squre.cpp: implementation of the Squre class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "aa.h"
#include "Squre.h"
#ifdef _DEBU
www.eeworm.com/read/209811/15214035
m squre.m
% y(i) = b0 + b1 * x + b2 * x^2 + b3 * x^3 + ...... bn * x^n
% 用最小二乘法来估计上式中的b0, b1, ..., bn
x = ( -4 : .1 : 4 )'; % 横坐标,以列向量表示
Num = length( x ); % 横坐标的点数
A = [ ones( Num, 1 ), x,
www.eeworm.com/read/334851/12570132
exe squre.exe
www.eeworm.com/read/334851/12570138
asm squre.asm
; program calculate the squre of a two bit unsigned integer
; code by brvman 2008/06/02
.model small
.code
.386
start:
mov ax, @data
mov ds, ax
mov es, ax ; for instruction sto
www.eeworm.com/read/334851/12570161
obj squre.obj
www.eeworm.com/read/209812/15214034
m squre2.m
% y(i) = b0 + b1 * x + b2 * x^2 + b3 * x^3 + ...... bn * x^n
% 用递推最小二乘法来估计上式中的b0, b1, ..., bn
x = ( -4 : .1 : 4 )'; % 横坐标,以列向量表示
n = size( x, 1 ); % 横坐标的点数
A = [ ones( n, 1 ), x, x.^
www.eeworm.com/read/385917/8781886
vhd squre_root_unit.vhd
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity square_root_unit is
generic (n:natural:=4);
port (A: in std_logic_vector(n-1 downto 0);
B: in std_logic_vector(n-1 downto 0)
www.eeworm.com/read/414887/11096899
frm 例8.8.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic