-
语法分析器 使用算符优先分析方法 可以输出 first集 last集 并对输入的字符串进行处理 判断是否输入合法...
语法分析器 使用算符优先分析方法 可以输出 first集 last集 并对输入的字符串进行处理 判断是否输入合法-Parser using the operator first set of analysis methods can be exported first and last set of input processing to determine whether the input string is valid
- 2022-08-05 20:37:39下载
- 积分:1
-
C++向量
C++ Vectors
C++ Double-Ended Queues
C++ Lists
C++ Priority Queues
C++ Queues
C++ Stacks
C++ Sets
C++ Multisets
C++ Maps
C++ Multimaps
C++ Bitsets
Iterators
- 2023-02-19 05:45:03下载
- 积分:1
-
Microchip的PIC的比特计数代码
microchip Pic bitcount code
- 2022-03-18 14:01:12下载
- 积分:1
-
基于windows程序设计——自动关机
压缩文件包括:自动关机.sln.............................................................自动关机.ncb......................................................自动关机.suo...................................................resource.h..................................................自动关机.aps......................................................自动关机.cpp.................................................自动关机.rc.....................................................自动关机.vcproj.................................................自动关机.exe.........................
- 2022-03-06 04:09:08下载
- 积分:1
-
rs232 串口通行 16进制
用于与rs232通行用,环境vs2012,能直接发送和接受16进制数据,可作为软件串口调试或串口通信开放用。能直接运行。
- 2023-02-02 16:35:03下载
- 积分:1
-
对于残缺棋盘的图形演示,可以演示出是如何放入棋盘的
对于残缺棋盘的图形演示,可以演示出是如何放入棋盘的-Defective chessboard graphics for presentations, can be a demonstration of how the board Add the
- 2022-06-06 15:16:42下载
- 积分:1
-
本例实现了相应键盘的功能,按上下左右可以改变字母的位置,按字母可以改变字母。...
本例实现了相应键盘的功能,按上下左右可以改变字母的位置,按字母可以改变字母。-Example realize the corresponding functions of the keyboard, press down around the letters can change the location of alphabetical letters can be changed.
- 2023-02-16 03:00:02下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
本程序演示了如何理利用STL来简化编程。例子功能为在一个文件中查找某个单词的所有变体:如STL,LTS...
本程序演示了如何理利用STL来简化编程。例子功能为在一个文件中查找某个单词的所有变体:如STL,LTS-this program demonstrated how to use Jimmy STL to simplify programming. Examples of functional document in a word search for a particular variant of all : If STL, LTS
- 2022-04-29 03:36:16下载
- 积分:1
-
Snake game hopes of learning vc++ The users some help or a graduation project fo...
贪吃蛇游戏希望对学习vc++的网友们有些帮助或是对做毕业设计的人们有些小小的帮助-Snake game hopes of learning vc++ The users some help or a graduation project for people to do some small help
- 2022-03-10 10:39:16下载
- 积分:1