虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Compare

  • 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

    标签: Gauss-Seidel iterative following methods

    上传时间: 2016-02-06

    上传用户:zmy123

  • 电路仿真程序 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 of arithmetic expressions

    标签: educational anything purposes Classic

    上传时间: 2014-01-13

    上传用户:xg262122

  • 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.

    标签: Carrier-Sensing understand exercise standard

    上传时间: 2014-01-10

    上传用户:ljt101007

  • 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 performance is stored in BER_awgn. 5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file. 6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable. 7] Run the simulation. To Compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray

    标签: bpsk_spread jakesmodel simulation folder

    上传时间: 2016-05-19

    上传用户:ynsnjs

  • 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)) { ttch++ mch=fgetc(mfp) cch=fgetc(cfp) xorRes=mch^cch ttbitdiff+=(xorRes&1)+(xorRes&2)/2+(xorRes&4)/4+(xorRes&8)/8+(xorRes&16)/16+(xorRes&32)/32+(xorRes&64)/64+(xorRes&128)/128 } bdiff=float(ttbitdiff)*100/float(ttch*8) } *bitdiff8byte=float(ttbitdiff)*100/float(8*8) return bdiff

    标签: DESProcess ttbitdiff xorRes bdiff

    上传时间: 2016-07-02

    上传用户:1079836864

  • 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 generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on string handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC

    标签: general-performanc benchmarks Dhrystone dhrystone

    上传时间: 2016-11-30

    上传用户:hphh

  • 本例展示了如何利用外设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寄存器值,为366.2 Hz。因此,TIM2通道1可产生一个频率为183.1 Hz的周期信号。 同理,根据寄存器TIM2_CCR2 、TIM2_CCR3和 TIM2_CCR4的值,TIM2通道2可产生一个频率为366.3 Hz的周期信号;TIM2通道3可产生一个频率为732.4 Hz的周期信号;TIM2通道4可产生一个频率为1464.8 Hz的周期信号。 可以通过示波器观察各路输出

    标签: TIM2 MHz 36 如何利用

    上传时间: 2014-01-21

    上传用户:plsee

  • 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 code. The program can compile the file using for this purpose the Microsoft VC compiler. Most effectively the editor can be used with a file search utility. The search utility Search&Edit or IDE Helper is available for download on developer s WEB site (http://www.easydevtools.com/dwnl_frame.htm).

    标签: editor highlighting programmers The

    上传时间: 2013-12-08

    上传用户:x4587

  • 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.

    标签: rectangular scattering calculate Physical

    上传时间: 2014-01-19

    上传用户:362279997

  • 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 necessary in order to be able to Compare or integrate the data obtained from different measurements. Image registration is the process of transforming the different sets of data into one coordinate system. To be precise it involves finding transformations that relate spatial information conveyed in one image to that in another or in physical space. Image registration is performed on a series of at least two images, where one of these images is the reference image to which all the others will be registered. The other images are referred to as target images.

    标签: different computer acquired sampling

    上传时间: 2013-12-28

    上传用户:来茴