-
SNIKER
说明: 贪吃蛇mvc框架 UI框架 帧同步局域网对战(Vulgar Snake Frame UI Frame Frame Synchronized LAN Battle)
- 2018-12-22 11:31:56下载
- 积分:1
-
Windows.API-函数、接口、编程实例
Windows.API-函数、接口、编程实例,编译环境VC6,助你学习VC编程
- 2022-01-26 02:01:28下载
- 积分:1
-
kingbos
关于教育网站的开发和架构,采用三层架构模式,使用于多企业(Website development framework on education)
- 2013-09-08 13:46:48下载
- 积分:1
-
bcb
说明: BCB串口通讯源码示例程序。利用winapi函数,而非控件。(BCB examples of serial communication program source. Use WINAPI function, rather than control.)
- 2008-08-31 10:26:21下载
- 积分:1
-
nordic_esb-master2
说明: nordic esb bootloader
- 2020-06-22 03:20:01下载
- 积分:1
-
eightQueue
用回溯法,求解八皇后问题。该算法是算法设计与分析的一个常用例题的求解(By backtracking to solve the eight queens problem. The algorithm is algorithm design and analysis to solve a common example)
- 2011-04-25 23:28:58下载
- 积分:1
-
Classes
classes in c++ and helps to learn the language
- 2015-02-13 02:45:36下载
- 积分:1
-
LightStripe_Calibration_Reconstruction
采用线结构光技术对摄像机进行标定、光平面标定和三维重建。Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measurement using light stripe technique.(Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measurement using light stripe technique.)
- 2020-12-14 15:09:14下载
- 积分:1
-
can 代码包括互斥等
can的相关代码,包括互斥等,收发数据,解析数据
- 2022-03-24 02:58:19下载
- 积分:1
-
1
说明: 编译原理实验 表达式翻译器:一个中缀表达式到后缀表达式的翻译器
表达式文法及其翻译模式定义如下:
expr expr + term {print(‘+’)} | expr - term {print(‘-’)}| term
term term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor
factor ( expr ) | id {print(id.lexeme)} | num {print(num.value)}
(Translator expression: an infix expression to postfix expression translator)
- 2012-04-20 20:07:12下载
- 积分:1