资源列表
ssd1963_stm32_pre
- Ssd1963 driver code for stm32f103
ll(1)
- 这是我根据郭一晶老师的报告指导,编写的LL(1)词法分析器,它的突出之处是它分析的是C++,它的缺点之处是分析表是手工计算,并且不完整。-This is my teacher according to Guo Yijing reporting guidelines, prepared by the LL (1) lexical analyzer, its prominent place is its analysis is C++, its drawback is that the analys
CSharp-textnote
- 本代码运用C#实现笔记本的基本功能,例如字体字号的改变,加粗加黑的变换,实现打印功能-The code to use C# to achieve the basic functions of the notebook, such as changing the font size, bold with black transform, printing
uart2
- matlab uart (serial) communication
entry-test-final
- It is digital form of a test for a university, industry etc and it also contains a .
ReadFile
- 磁盘扇区的读写程序,从而完成一次完整的磁盘扇区数据访问操作-Disk sector read and write procedures, thus completing a full disk sector data access operations
perceptron
- m file for perceptron
Detection_mvt
- MOTION DETECTION IN C-MOTION DETECTION IN C++
new
- 编写一个程序,来检测c语言中的简单语法错误。包括:不配对的圆括号,方括号,花括号,双引号,单引号,不合法的注释,不匹配的if-else-Write a program to detect simple syntax errors in c language. Including: no matching parentheses, square brackets and braces, double quotes, single quotes, not legal comments, don t
PCF8583-RTC-Real-Time-Clock-Lib-AVR
- PCF8583 RTC Real Time Clock Lib AVR
SB2_FullStatistics
- 这是相关向量机的工具包文件的part4,相关向量机作为机器学习的一种,被广泛用于数据预测、模式识别等等。-This is related to vector machine toolkit files part4, relevance vector machine as a machine learning, it is widely used for data prediction, pattern recognition, and so on.
wenjain1
- 正则表达式转化为DFA。首先转化为逆波兰表达式。再建立语法分析树,求firstops,followops,lastops,nullable函数,构建DFA。-Regular expressions into DFA. First into reverse Polish notation. Re-establishing the parse tree, seeking firstops, followops, lastops, nullable function, build DFA.