-
论述*P++等价于(*p)++还是等价于*(p++)的问题,为了验证这个问题,编写了下面的小程序(vc++6.0编译环境),作为验证...
论述*P++等价于(*p)++还是等价于*(p++)的问题,为了验证这个问题,编写了下面的小程序(vc++6.0编译环境),作为验证-Paper* P++ Is equivalent to (* p)++ Or equivalent to* (p++) Problems, in order to verify this issue, prepared the following small program (vc++ 6.0 compiler environment ), as a validation
- 2022-11-30 23:50:03下载
- 积分:1
-
SOCKET网络编程
SOCKET网络编程-SOCKET Network Programming
- 2022-05-29 03:13:31下载
- 积分:1
-
这是我写的一个关于国家的国旗与国歌的小软件,点击国旗可以播放国歌,显示国家名称等基本资料。还有一个小游戏,根据国名选择该国的国旗。这个小软件还有很多不足之处,请...
这是我写的一个关于国家的国旗与国歌的小软件,点击国旗可以播放国歌,显示国家名称等基本资料。还有一个小游戏,根据国名选择该国的国旗。这个小软件还有很多不足之处,请大家指点,谢谢!-This is the one I wrote on the country"s national flag and national anthem of the small software, click on the national flag can play the national anthem, showing names of countries such basic information. There is also a small game, according to choose the name of the country"s flag. The small software There are many shortcomings, pointing out please, thank you!
- 2022-01-26 05:05:31下载
- 积分:1
-
一个虚拟桌面的源码, Visual C++实现, 包装成类, 方便使用!
一个虚拟桌面的源码, Visual C++实现, 包装成类, 方便使用!-A virtual desktop of the source code, Visual C++ Realize, packing into a category, user-friendly!
- 2022-05-08 16:21:11下载
- 积分:1
-
使用comm控件进行串口编程
使用comm控件进行串口编程-controls for the use of comm Serial Programming
- 2022-02-14 12:25:44下载
- 积分:1
-
1 PCI
一个PCI驱动源代码,IO端口访问,驱动接口代码等-1 PCI-driven source code, IO port access, driver interface code, etc.
- 2022-02-22 06:45:35下载
- 积分:1
-
production avi file.
制作avi文件的程序。-production avi file.
- 2022-08-21 18:42:32下载
- 积分:1
-
得到当前IE窗口中的源码
得到当前IE窗口中的源码-current IE window to be the source
- 2022-05-16 19:13:42下载
- 积分:1
-
VC series of small game procedures, give your reference, thank you for your use,...
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习.-VC series of small game procedures, give your reference, thank you for your use, give more to help me, to learn from each other.
- 2022-03-15 22:34:16下载
- 积分:1
-
c语言的编译器
c语言的编译器,语法分析,词法分析。分析程序生成器 (分析器生成器) 是一个指定某个格式中的一种语言的语法作为它的输入,并为该种语言产生分析过程以作为它的输出的程序。在历史上,分析程序生成器被称作编译-编译程序 (编译器编译程序),这是由于按照规律可将所有的编译步骤作为包含在分析程序中的动作来执行。现在的观点是将分析程序仅考虑为编译处理的一个部分,所以这个术语也就有些过时了。合并 LALR(1) 分析算法是一种常用的分析生成器,它被称作 Yacc (另一个编译器编译程序)。给出 Yacc 的概貌来,将使用Yacc为小语言开发一个分析程序。
- 2023-04-18 04:50:03下载
- 积分:1