登录
首页 » Windows核心 » c编译器实现源代码,对想学习系统编程特有帮助,特别是对正在学习编译原理的朋友有很高参考价值...

c编译器实现源代码,对想学习系统编程特有帮助,特别是对正在学习编译原理的朋友有很高参考价值...

于 2022-03-14 发布 文件大小:107.54 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

c编译器实现源代码,对想学习系统编程特有帮助,特别是对正在学习编译原理的朋友有很高参考价值-c compiler source code to achieve the learning system to help specific programming, especially for the study was compiled tenets of friends have a very high reference value

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

发表评论

0 个回复

  • 模拟键盘击键,很生动的,很有意思,而且配有声音,呵呵.
    模拟键盘击键,很生动的,很有意思,而且配有声音,呵呵.-simulated keyboard keystrokes, very lively, very interesting, but equipped with a voice-huh.
    2022-06-11 23:30:00下载
    积分:1
  • The results of the program is running the disk blocks should be included in the...
    在程序运行的结果中应包含磁盘块的分配与回收操作。可根据输入的文件名、文件大小进行模拟磁盘分配,并在每次分配与回收后显示分配与回收是否成功,以及分配、回收的磁盘块号。在程序执行过程中,至少应包含分配不成功一次的信息。-The results of the program is running the disk blocks should be included in the distribution and recovery operations. According to the input file name, file size simulated disk allocation, and displayed after each allocation and recovery of the success of the distribution and recycling, as well as distribution, recovery of disk block number. In the program implementation process should include distribution of at least one unsuccessful information.
    2022-05-21 11:20:58下载
    积分:1
  • 不用多说了,自己看吧,这样的程序在.net2003下很好实现这个是6。0版的...
    不用多说了,自己看吧,这样的程序在.net2003下很好实现这个是6。0版的-Needless to say, you see. Such procedures. Net2003 under achieving this is a very good six. 0 version of the
    2023-01-25 14:35:04下载
    积分:1
  • Windows自带的
    windows自带的api存在问题,微软自己的文档都说在磁盘访问频繁的情况下,初始分配的定额缓冲区会溢出,造成部分磁盘访问不能监视,就是readdirectorychangesw这个函数存在问题,本类很好的解决了这个问题。-windows built-in api problems, Microsoft
    2022-06-30 00:35:33下载
    积分:1
  • 利用内存映射文件测试NTFS的稀疏文件存储能力
    利用内存映射文件测试NTFS的稀疏文件存储能力-Use memory-mapped file to test NTFS sparse file storage capacity
    2023-04-27 17:25:04下载
    积分:1
  • windows程序中读取bios内容
    在windows程序中读取bios内容 -Procedures in the windows read bios content
    2022-02-28 12:08:41下载
    积分:1
  • 扫描本机PCI设备,并显示所有设备总线号,设备号,和功能号。可以读所有的寄存器值,如果存在的话。...
    扫描本机PCI设备,并显示所有设备总线号,设备号,和功能号。可以读所有的寄存器值,如果存在的话。-This project is designed for scanning all the PCI devices in the system. The software can get all the devices’ Bus Numbers, Device Numbers and Function Numbers. It also can read all of the register values if the device is valid. In addition, a GUI is provided to the customer.
    2022-03-23 04:59:16下载
    积分:1
  • good hotel management system for the hotel housing management, staff management,...
    不错的宾馆管理系统,对宾馆住房管理,职工管理,工作调度都有不错的解决。-good hotel management system for the hotel housing management, staff management, job scheduling had good solution.
    2022-07-28 04:08:18下载
    积分:1
  • LUMINARY ARM operation of the FLASH code.
    LUMINARY ARM的FLASH操作代码。-LUMINARY ARM operation of the FLASH code.
    2022-05-17 18:10:45下载
    积分:1
  • WINDOWS编程.rar
    这是一本经典的Windows核心编程指南,从第1版到第5版,引领着数十万程序员走入Windows开发阵营,培养了大批精英。 作为Windows开发人员的必备参考,本书是为打算理解Windows的C和C++程序员精心设计的。第5版全面覆盖Windows XP,Windows Vista和Windows Server 2008中的170个新增函数和Windows特性。书中还讲解了Windows系统如何使用这些特性,我们开发的应用程序又如何充分使用这些特性,如何自行创建新的特性。... 随着微软宣布放弃对 Windows XP以及以前版本的支持,Windows Vista 的普及势在必行,迟早会安装到普通用户的计算机上。Windows Vista 有很多吸引人的新特性,相信大家不用不知道,一用忘不了。(在翻译 Microsoft Press的 Windows Vista Inside Out一书的过程中,我已经深切体会到她的妙处)。作为一名程序员,有必要在第一时间适应在新的操作系统下的编程。历经 15 年,本书也随着 Windows操作系统的“改朝换代”,升级到第 5版,即Windows via C/C++。如果您要用 C/C++开发 Windows 应用程序,那就不要走弯路,直接让Jeffrey告诉您如何利用 Windows的新特性和新函数来编写出高效、优美的 Windows应用程序。 目录: 第I部分 必备知识 第1章 错误处理 3 1.1 定义自己的错误代码 7 1.2 ErrorShow示例程序 7 第2章 字符和字符串处理 10 2.1 字符编码 11 2.2 ANSI字符和Unicode字符 与字符串数据类型 12 2.3 Windows中的Unicode函数 和ANSI函数 14 2.4 C运行库中的Unicode函数 和ANSI函数 16 2.5 C运行库中的安全字符串函数 17 2.5.1 初识新的安全字符串函数 18 2.5.2 在处理字符串时如何获得 更
    2022-07-20 22:32:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载