Beyond Compare

共 152 篇文章
Beyond Compare 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 152 篇文章,持续更新中。

迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,

迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be m

Software Development Case Study: C# and Beyond the PL 微软亚洲研究院 高章博士主讲

Software Development Case Study: C# and Beyond the PL 微软亚洲研究院 高章博士主讲

this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 compu

this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt a

these notes give an overview of beyond C to java and a good idea on how to develop applications in j

these notes give an overview of beyond C to java and a good idea on how to develop applications in java

Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April

Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April 2002. (See the catalog page for this book.) Table of Contents Copyright Page Preface Cha

windiff compare different files

windiff compare different files

这个程序是编译程序的一部分

这个程序是编译程序的一部分,用于阅读源代码,并识别其中的标记符、关键词(以字母开头)、数(以数字开头)。其中数按其是否以0开头分为10进制和8/16进制,而16进制的第二位是“x”。将上述所有识别的内容分类显示在屏幕和文件result.txt中。 函数scan负责整个识别、输出过程,compare1负责识别单个字符,compare2识别词。

Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PB

Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it an

have recently become very interested in the area of genetic algorithms and Ant Colony Optimization t

have recently become very interested in the area of genetic algorithms and Ant Colony Optimization techniques. I was determined to write a complete program demonstrating these two techniques. In parti

本例展示了如何设置TIM工作在输出比较-非主动模式(Output Compare Inactive mode)

本例展示了如何设置TIM工作在输出比较-非主动模式(Output Compare Inactive mode),并产生相应的中断。 TIM2时钟设置为36MHz,预分频设置为35999,TIM2计数器时钟可表达为: TIM2 counter clock = TIMxCLK / (Prescaler +1) = 1 KHz 设置TIM2_CCR1寄存器值为1000, CCR1寄存器值1

AVL Tree implementation: I also included a test function to compare the AVL Tree performance with S

AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!

1.kruscal_CDT: 在Eclipse里面的CDT和MinGW(提供gcc)的环境下所编写的。 2.kruscal_VC2005: 在VC2005里面编写的。 3.以上两个的代码有点不同,

1.kruscal_CDT: 在Eclipse里面的CDT和MinGW(提供gcc)的环境下所编写的。 2.kruscal_VC2005: 在VC2005里面编写的。 3.以上两个的代码有点不同,区别主要在于compare函数 4.kruscal算法里面,我有两个不同的实现,一个是最小化堆里面放EdgeNode的指针,一个是最小化堆里面放EdgeNode的Object实例。前者使用了co

Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ

Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can u

nand nor flash description and compare document.

nand nor flash description and compare document.

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 inpu

beyond linux from scratch 6.1, blfs是lfs功能的扩展版

beyond linux from scratch 6.1, blfs是lfs功能的扩展版

超越S参数測试安捷龙网络分析仪PNA-X Beyond the S parameter test Ansett long network analyzer PNA-X

超越S参数測试安捷龙网络分析仪PNA-X Beyond the S parameter test Ansett long network analyzer PNA-X

The CGHMaker Hologram Construction Kit allows you to create your own holographic objects programmati

The CGHMaker Hologram Construction Kit allows you to create your own holographic objects programmatically in Java and without requiring any special tools beyond a simple text editor.

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 Environme

使用软件程序仿真C500微控制器系列SSC(同步串行通道)功

The solution presented in this paper and in the attached source files emulates the most<BR>important SSC functions by using SW routines implemented in C. The code is focused on<BR>the SAB C513, but wi