搜索结果
找到约 98 项符合
SQUARE 的查询结果
按分类筛选
- 全部分类
- matlab例程 (18)
- 技术资料 (16)
- 通讯/手机编程 (6)
- 其他 (6)
- 数学计算 (5)
- 单片机开发 (5)
- 数值算法/人工智能 (3)
- 游戏 (3)
- Java编程 (3)
- 嵌入式/单片机编程 (3)
- 加密解密 (2)
- 其他书籍 (2)
- 电子书籍 (2)
- Applet (2)
- 数据结构 (2)
- 其他行业 (2)
- 源码 (1)
- 书籍 (1)
- PCB相关 (1)
- 电源技术 (1)
- DSP编程 (1)
- 书籍源码 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- Linux/Unix编程 (1)
- 教育系统应用 (1)
- 编辑器/阅读器 (1)
- 汇编语言 (1)
- 人工智能/神经网络 (1)
- Java书籍 (1)
- 生物技术 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- VIP专区 (1)
Java书籍 /*请分别定义图形类Shape(抽象基类)
/*请分别定义图形类Shape(抽象基类),继承类矩形类Rectangle、正方形类Square、
圆形类Circle;它们具有的方法是计算周长和面积。在另一个类的main函数中分别创建矩形、
正方形和圆形对象,设置所需的属性值,打印其周长和面积。*/ ...
matlab例程 The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the ave
The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the average of all possible directional power spectra. This function computes and plots the RAPS of an input image. The function was written to produce the RAPS for square weather radar reflectivity images s ...
Applet 利用多态性编程
利用多态性编程,创建一个square类,实现求三角形、正方形和圆形面积。方法
//抽象出一个共享的类,定义一个函数求面积的公共界面。再重新定义各面积的求面积
//函数,在主类中创建不同类的对象,并求不同形状的面积
Java编程 分别定义图形类Shape(抽象基类)
分别定义图形类Shape(抽象基类),继承类矩形类Rectangle、正方形类Square、
圆形类Circle;并且计算周长和面积。在另一个main函数中分别创建矩形、 正方形和圆形对象,设置所需的属性值,打印其周长和面积。(备注:只要把该文件解压,把里面的东东COPY去即可使用) ...
数据结构 声明一个基类Shape(点), 在此基础上派生出Rectangle(长方形)和Circle(圆),这三个类都有GetArea()函数计算对象的面积,构造函数
声明一个基类Shape(点), 在此基础上派生出Rectangle(长方形)和Circle(圆),这三个类都有GetArea()函数计算对象的面积,构造函数,析构函数等有关函数。再使用Rectangle类创建一个派生类Square(正方形)。并设计创建各种类的对象,调用所有函数。设计函数f(Shape &a)能对不同对象的实参调用计算打印出对象的面积。 ...
书籍 Beginning+C+for+Arduino
I can remember buying my first electronic calculator. I was teaching a graduate level statistics course and I
had to have a calculator with a square root function. Back in the late 1960s, that was a pretty high-end
requirement for a calculator. I managed to purchase one at the “educational discount ...
技术资料 sony CMOS传感器 IMX385LQR-C DataSheet
DescriptionThe IMX385LQR-C is a diagonal 8.35 mm (Type 1/2) CMOS active pixel type solid-state image sensor with a squarepixel array and 2.13 M effective pixels. This chip operates with analog 3.3 V, digital 1.2 V, and interface 1.8 V triplepower supply, and has low power consumption. High sensitivi ...
数学计算 The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti
The module LSQ is for unconstrained linear least-squares fitting. It is
based upon Applied Statistics algorithm AS 274 (see comments at the start
of the module). A planar-rotation algorithm is used to update the QR-
factorization. This makes it suitable for updating regressions as more
data become a ...
单片机开发 This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simula
This project is created using the Keil ARM CA Compiler.
The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 and PORT3.1
This ARM Example may be debugged using onl ...
其他书籍 We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude mo
We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude modulation,
phase-shift keying, and pulse amplitude modulation
communications systems.We study the performance of a standard
CFO estimate, which consists of first raising the received signal to
the Mth ...