登录
首页 » Windows开发 » SLR(1)分析表的构造,编译原理实验会用到

SLR(1)分析表的构造,编译原理实验会用到

于 2022-07-23 发布 文件大小:314.10 kB
0 72
下载积分: 2 下载次数: 1

代码说明:

SLR(1)分析表的构造,编译原理实验会用到-SLR (1) analysis table of the structure, principle of the experiment will be used to compile

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 把快捷方式的文件的路径,使用IShellLink。
    怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
    2023-07-15 01:10:03下载
    积分:1
  • 二分查找算法 二分查找算法 二分查找算法
    二分查找算法 二分查找算法 二分查找算法 -binary searchbinary searchbinary searchbinary searchbinary searchbinary searchbinary searchbinary searchbinary search
    2023-07-06 22:55:03下载
    积分:1
  • 传说中的著名程序
    传说中的著名程序-legends of the famous procedure!
    2022-04-16 10:22:51下载
    积分:1
  • c++ guit qt4 code
    c++ gui gt4源码。包括全书所有代码-c++ guit qt4 code
    2022-04-08 12:41:31下载
    积分:1
  • 自动抢答器 规格 要求 根据实际情况写出实际的符合情况的
    自动抢答器 规格 要求 根据实际情况写出实际的符合情况的-Auto Answer device specifications to write according to the actual situation in line with the actual situation
    2023-06-07 23:35:03下载
    积分:1
  • GNSS源代码
    利用MATLAB对GPS、北斗信号进行动态的捕获跟踪,能够很好的帮助理解GPS/北斗的导航原理,也可以改进进行相关的研究
    2023-05-05 14:25:03下载
    积分:1
  • Evc4.0 write their own use a program, the program calls a memory card procedures...
    自己使用evc4.0写的一个程序,程序调用存储卡上的一个程序,并且通过模拟鼠标的操作进行自动化控制程序。可以供学习调用使用其他程序、模拟鼠标点击消息的朋友参考。本程序在wince5.0下调试通过。-Evc4.0 write their own use a program, the program calls a memory card procedures, and by simulating the operation of the mouse to automate control procedures. Can learn to call for the use of other procedures, simulating a mouse click message friend reference. This procedure adopted in wince5.0 debugging.
    2022-10-19 11:10:03下载
    积分:1
  • 这是个MFC框架与sdk关联的小程序,虽是我的练习之作,也可供需要者学习。...
    这是个MFC框架与sdk关联的小程序,虽是我的练习之作,也可供需要者学习。-This is a MFC framework and sdk associated applets, though it is my practice to make, but also for those who need to learn.
    2022-02-02 16:10:53下载
    积分:1
  • 过去用 C++/MFC 程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格...
    过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格、标签以及主窗口背景上使用鼠标右键。毕竟 C# 不是 C++/MFC,那么如何用 C# 处理-past C/MFC development process, often to provide users with the right-mouse click functions, Now.NET framework using C#, the procedure would also like to provide right-click functions, for example, in the text frame, pane, labeling and the main window background on the use of right-clicking. After all, C# instead of C/MFC, how to deal with C#
    2022-03-23 02:05:54下载
    积分:1
  • 基于qt5的STM32 BootLoader和APP程序合成工具
    使用qt creator 5.7.1版本,基于QWidget 开发的,用于STM32单片机,BootLoader程序和app应用程序的合成工具,可选择输出合成的hex文件路径。
    2023-04-08 16:30:04下载
    积分:1
  • 696518资源总数
  • 104684会员总数
  • 30今日下载