资源列表
C++.chm.
- C++英文教程 通俗易懂 顺便加强英文能力-C++ English tutorial easy to understand the way to strengthen the English
ImageProcessing
- 数字图象获取处理计算法 -Digital image processing method to obtain
hsjsy
- 汽车后视镜球头耐磨机试验机程序。原理是通过控制上下左右4个气缸往复运动,模拟人手扳动后视镜做耐久试验-Car rearview mirror ball wear-resistant machine testing machine procedures. Principle is that by controlling the up and down about four-cylinder reciprocating motion, simulation staff pulled the rear
yuesefu
- 经典的约瑟夫问题,呵呵,大家应该很熟悉不过了 ,不过还是值得看看! -Joseph classic problem, huh, huh, we should be very familiar, but it is still worth to see!
sizeyunsuan
- 用栈实现的四则运算算法,功能很简单,主要是用于联系栈的使用!-Stack achieved with four algorithms, function is very simple, mainly used to link the use of the stack!
covmodel_web
- 计算网络连通性的模型 网络下的 希望对大家有用-Computing network connectivity network under the model of hope for all of us useful
recALL
- 能够在联机的环境下,识别数字、英文字符及汉字-In-line environment, identifying the number of English characters and Chinese characters
thinner
- 细化算法,对轮廓和其他图像进行细化的处理,并且让轮廓更加清晰。-Thinning Algorithm for contour and other refined image processing, and let the outline more clearly.
bochs-2.3.7.win32msvc-src
- bochs 源码-Bochs source
interrupt
- 实验实现串口中断实验,通过中断和计算机进行通信 * 首先接受联机信号,然后接受计算机的相关控制信号 * 本实验中,采用发送不同的字符给计算机来模拟接收到的不同的计算机控制命令 * 通过扩展,可以实现不同的功能 *-Experimental realization of serial interruption experiments, carried out through suspension and computer
AvlTree
- 平衡树:AVL树的是一种平衡的二叉搜索树。每次插入,删除的时候需要一个局部的平衡化操作-Balanced tree: AVL tree is a balanced binary search tree. Each insertion, deletion, when the need for a balance of local operation
cifafenxi
- 实验内容:设计并实现C语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法拼写错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的