搜索资源列表
步进电机精确控制
- 步进电机控制,能很好地学习单片机控制步进电机的原理及应用。-stepper motor control, can be a good learning SCM stepper motor control and application of the principle.
33335
- 较 为 系 统 地 介绍 了 IP 电 话 技 术 的 原 理 和 相 关 协 议 , 描 述 了 SIP 的 相 关 实 体 、 服 务 分 层 和 消 息 处 理 过 程 , 结 合 嵌 入 式 技 术 设 计 、 实 现 了 一 个 基 于oSIP 协 议 栈 的 SIP 服 务 器 , 并 对 该 服 务 器 进 行 了 试 验 。 -more systematic introduction of IP phone technology and the principle of
tree
- 最小生成树 算法 利用二叉树原理生成最小生成书 数据结构实验-Principle of minimum spanning tree algorithm uses a binary tree data structure generated experimental Smallest Book
linkedqueue
- 用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
compute1
- 组成原理课试验,实现1.加法运算2.减法运算3原码一位乘4补码一位乘5.原码加减交替除法6.补码加减交替除法-Composition Principle lesson tests, to achieve 1. Adder computing 2. Subtraction computing the original code, a 3 by 4 by 5, a complement. The original code division 6 alternating addition and su
cifafenxi
- 用VC++实现的编译原理中的词法分析,代码详细具体,可执行文件齐全!-With VC++ Compiler to achieve the principle of lexical analysis, code detailed, complete executable file!
nd
- 实现NFA到DFA的转换,是编译原理初学者比较好的参考资料-Achieve NFA to DFA conversion, the principle is to compile a better reference for beginners
bdsfx
- 编译原理中的用VC实现了算富优先分析算法,本程序可以实现简单的表达式分析求结果。-Compilation Principle of a balance with VC priority rich analysis algorithm, the process can be achieved for a simple analysis of the results of expression.
CEx_DFA
- 这个编译原理最基本的东西,有穷自动机,实现了编译的第一步-Compile the most basic principle of the thing, DFA, the first step towards the realization of the compiler
BigIntegerMultiply
- 输入两个大整数,整数长度可以很长,原则上没有长度限制,将这两个大整数进行相乘得出结果。-Enter the two big integers, integer length can be very long, in principle, there is no length limit, these two big integers multiplying the result.
cifafenxi
- 用C语言实现的PL0词法分析器,简单易用,初学编译原理的同学可以-C language realization PL0 of lexical analyzer, ease of use,Beginners compiling principle of the students can have a look
Hiding-Information
- 这个小程序用作实现信息隐藏原则。其实质,是通过函数来完成在控制台下,画一些字符构成的简单图形。-This code implements the principle of Hiding Information .
cifafenxi
- 编译原理实验课程词法分析程序。键盘输入源程序(以#结束),输出单词符号的二元式。-Compile principle experiment courses lexical analyzer. Keyboard input source (#), type of binary output word symbols.
kill-win
- 小恶作剧软件。有惊无险地"破坏"windows的dos程序,有相应的修复程序,附turbopascal编的源码,其实原理很简单!-Small prank Software. Narrowly " destroyed" windows dos program, there is a corresponding fix, with turbopascal compile the source, in fact, the principle is very simple!
bufengtouzhen
- 布冯投针 找一根铁丝弯成一个圆圈,使其直径恰恰等于平行线间的距离d。可以想象得到,对于这样的圆圈来说,不管怎么扔下,都将和平行线有两个交点。因此,如果圆圈扔下的次数为n次,那么相交的交点总数必为2n。 现在设想把圆圈拉直,变成一条长为πd的铁丝。显然,这样的铁丝扔下时与平行线相交的情形要比圆圈复杂些,可能有4个交点,3个交点,2个交点,1个交点,甚至于都不相交。 由于圆圈和直线的长度同为πd,根据机会均等的原理,当它们投掷次数较多,且相等时,两者与平行线组交点的总数可望也是一样的。这就是说,
bianyishiyan
- 编译原理实验,包括词法分析,语法分析,语义分析及中间代码生成,还有实验报告。很完全-Compiler principle experiment, including lexical analysis, parsing, semantic analysis and intermediate code generation, as well as experimental report. It is completely
Chapter1
- windows消息运行机制,VC++深入详解第一章,mfc的内部运行原理-the windows messages run mechanism, VC++ Depth explain the internal operation principle, mfc
Chat1
- 一个基于UDP原理的多线程聊天室程序。代码简单易懂,可运行。-One is based on the principle of UDP multi-threaded chat room procedures 。
Newton
- 此程序实现了利用牛顿迭代法解方程的算法,重要的是利用牛顿迭代法的基本原理,通过编程算出了最后的解-This program implements the algorithm using Newton iterative method of solving equations, newton method basic principle, be programmed to calculate the final solution
scaner
- 编译原理扫描器,按照有限自动机和词法分析器的原理制作而成。-The compiler theory scanner, made in accordance with the principle of finite automata and lexical analyzer.