搜索结果
找到约 67 项符合
compare 的查询结果
按分类筛选
- 全部分类
- 其他 (7)
- Java编程 (5)
- 数据结构 (4)
- 单片机开发 (4)
- matlab例程 (4)
- Linux/Unix编程 (3)
- 软件 (3)
- 模拟电子 (2)
- 单片机编程 (2)
- 微处理器开发 (2)
- 通讯/手机编程 (2)
- 数值算法/人工智能 (2)
- 行业发展研究 (2)
- 技术资料 (2)
- VIP专区 (2)
- 电子政务应用 (1)
- VC书籍 (1)
- 操作系统开发 (1)
- 其他数据库 (1)
- 数学计算 (1)
- Oracle数据库 (1)
- Internet/网络编程 (1)
- CA认证 (1)
- FlashMX/Flex源码 (1)
- 嵌入式/单片机编程 (1)
- 系统设计方案 (1)
- 通讯编程文档 (1)
- 其他书籍 (1)
- 文件格式 (1)
- 其他嵌入式/单片机内容 (1)
- 软件设计/软件工程 (1)
- SQL Server (1)
- VHDL/FPGA/Verilog (1)
- 笔记 (1)
- 论文 (1)
- 书籍 (1)
数学计算 Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The require
Using Jacobi method and Gauss-Seidel iterative methods to solve the following system
The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
Linux/Unix编程 电路仿真程序 Classic Ladder is coded 100% in C.It can be used for educational purposes or anything you wan
电路仿真程序 Classic Ladder is coded 100% in C.It can be used for educational purposes or anything you want...
The graphical user interface uses GTK.
In the actual version, the following elements are implemented :
* Booleans elements
* Rising / falling edges
* Timers
* Monostables
* Compare o ...
其他 The goal of this exercise is to understand the concept of Carrier-Sensing in IEEE 802.11 standard an
The goal of this exercise is to understand the concept of Carrier-Sensing in IEEE 802.11 standard and compare Physical Carrier Sense and Virtual Carrier Sense mechanisms.
通讯/手机编程 There are two files in the zip folder. bpsk_spread.m and jakesmodel.m Steps for simulation: 1] Run
There are two files in the zip folder. bpsk_spread.m and jakesmodel.m
Steps for simulation:
1] Run jakesmodel.m first
2] Then run bpsk_spread.m .
3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented
4] The resulting performa ...
CA认证 DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if
DESProcess
FILE *mfp,*cfp
int ttch=0,xorRes,ttbitdiff=0
char mch,cch
float bdiff=0
if((mfp=fopen(mfile,"r"))==NULL)
{cout<<"Cannot open the file to compare"<<endl }
if((cfp=fopen(cfile,"r"))==NULL)
{cout<<"Cannot open the file to compare"<<endl }
else
{
while(!feof(mfp)&!feof(cfp))
...
单片机开发 The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc
The DHRY program performs the dhrystone benchmarks on the 8051.
Dhrystone is a general-performance benchmark test originally
developed by Reinhold Weicker in 1984. This benchmark is
used to measure and compare the performance of different
computers or, in this case, the efficiency of the code
gener ...
单片机开发 本例展示了如何利用外设TIM2来产生四路频率不同的信号。 TIM2时钟设置为36MHz
本例展示了如何利用外设TIM2来产生四路频率不同的信号。
TIM2时钟设置为36MHz,预分频设置为2,使用输出比较-翻转模式(Output Compare Toggle Mode)。
TIM2计数器时钟可表达为:TIM2 counter clock = TIMxCLK / (Prescaler +1) = 12 MHz
设置TIM2_CCR1寄存器值为32768,则CC1更新频率为TIM2计数器时钟频率除以CCR1寄存 ...
其他 The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Ed
The C++ Editor is a text editor for C++ programmers. The editor have
color syntax highlighting. Editor s main purpose is to edit source
code files outside the IDE (Integrated Development Environment) with
multiple opened copies of program, when programmer needs to find,
replace or compare source ...
matlab例程 In this program we calculate the scattering field of a infinite rectangular surface. I use Physical
In this program we calculate the scattering field of a infinite rectangular surface. I use Physical Optic method and compare the result with exact solution.
行业发展研究 In computer vision, sets of data acquired by sampling the same scene or object at different times, o
In computer vision, sets of data acquired by sampling the same scene or object at different times, or from different perspectives, will be in different coordinate systems. Image registration is the process of transforming the different sets of data into one coordinate system. Registration is necessa ...