-
给出给定LL(1)文法的FIRST和FOLLOW集,求出相应的分析表以及对给定字符串进行分析,判断是否属于该文法...
给出给定LL(1)文法的FIRST和FOLLOW集,求出相应的分析表以及对给定字符串进行分析,判断是否属于该文法 -Give a given LL (1) grammar of the FIRST and FOLLOW sets, calculated the corresponding analysis table, as well as an analysis of the given string to determine whether or not belong to the grammar
- 2023-03-16 18:40:03下载
- 积分:1
-
用C#生成Excel文件的方法和Excel.dll组件生成的方法
用C#生成Excel文件的方法和Excel.dll组件生成的方法-C# Generation Excel documents the methods and components Excel.dll generation method
- 2022-05-19 05:57:21下载
- 积分:1
-
实现二叉树的前序、中序、后序排列,以菜单形式出现
实现二叉树的前序、中序、后序排列,以菜单形式出现-achieve binary tree of the former sequence, sequence after sequence arranged in the form of a menu
- 2022-01-26 07:27:36下载
- 积分:1
-
键盘读键程序,采用扫描得方法来判断是否有按键被按下
键盘读键程序,采用扫描得方法来判断是否有按键被按下-Reading keyboard key procedures, the use of scanning methods to determine whether a button has been pressed
- 2022-04-16 05:15:19下载
- 积分:1
-
Window Wrapper for WinCE Win32 "Hello World" a
Window Wrapper for WinCE Win32 "Hello World" a
- 2022-07-11 17:29:20下载
- 积分:1
-
数字 PHP + 德尔菲
PHP + 指纹识别的 Delphi 源代码,这是值得参考 !
- 2022-04-09 14:34:30下载
- 积分:1
-
让桌面下满樱花
用VB语言开发的一个桌面小程序,运行后可以看到桌面下满樱花的效果,可以从压缩包解压后,在路径bin/Release/樱花.exe直接运行,也可以用Visual Studio 2010 以上的软件版本打开
- 2023-08-17 14:50:04下载
- 积分:1
-
明渠非恒定流
一阶精度半隐式特征线法计算明渠非恒定流。可用于天然河道,渠道水面线,非恒定流水力过程的数值计算。采用特征线法将微分方程转换为代数方程。
- 2022-02-11 21:44:20下载
- 积分:1
-
wince下的源代码集合打包,下载后安装。
学习wince嵌入式开发的推荐下载阅读,甚至可以找到自己想要的代码。...
wince下的源代码集合打包,下载后安装。
学习wince嵌入式开发的推荐下载阅读,甚至可以找到自己想要的代码。-Jack the source code pool package, download and install it. Learning Jack embedded developers to download the recommendation read, or even want to find their own code.
- 2023-01-22 22:00:04下载
- 积分:1
-
DX9录像ffmpeg编码H.264
应用背景由DX9捕获屏幕数据给ffmpeg编码成H.264 但性能不是很好 代码不多,ffmpeg的头文件和链接库自己去官网找 关键技术
bool directx_cap::get_frame_to_buffer(int size, DWORD* buffer)
{
if (sizeGetFrontBufferData(0, d3d9_sur_ptr_);
D3DLOCKED_RECT lockedRect;
if (FAILED(d3d9_sur_ptr_->LockRect(&lockedRect, NULL, D3DLOCK
- 2022-03-14 06:25:01下载
- 积分:1