-
《vc精华文摘
《vc精华文摘-数据库》-"vc essence Digest-database"
- 2023-09-05 18:05:04下载
- 积分:1
-
Compiler Principle small programs have a small problem source files as follows :...
编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Principle small programs have a small problem source files as follows : main () (int a, b a = b = a 10 20) output requirements are as follows : (2, "main") (5 ,"(") (5, " ) ") (5 ,"{"} (1," int ") (2," a ") (5 ,",") (2," b ") (5," ") (2," a " ) (4 ,"=") (3,10) (5, "") (2, "b") (4 ,"=") (2, "a") (4, "") (3,20 ) (5, "") (5 ,")")
- 2022-04-18 02:56:06下载
- 积分:1
-
a cd player procedures
一个cd播放器的程序-a cd player procedures
- 2022-03-28 18:44:18下载
- 积分:1
-
最新Visual+C++使用手册,希望对大家有用哈!
最新Visual+C++使用手册,希望对大家有用哈!-最新Visual+C++使用手册,希望对大家有用哈!
- 2022-03-20 08:24:45下载
- 积分:1
-
用VB实现个人助手界面
用VB实现个人助手界面-VB interface personal assistant
- 2023-03-02 03:35:03下载
- 积分:1
-
AC确定型自动机多模板匹配算法源代码,希望对你们有点用处1...
AC确定型自动机多模板匹配算法源代码,希望对你们有点用处1-AC Automatic machine to determine multi-template matching algorithm source code, I hope one of you a bit useless
- 2023-06-21 21:20:06下载
- 积分:1
-
prepared by the small alarm clock procedures
一个用C++编写的小闹钟程序-prepared by the small alarm clock procedures
- 2022-08-24 09:09:39下载
- 积分:1
-
旅行的销售人
旅行推销员问题(TSP) 回答了以下问题: 鉴于城市和每一对城市之间的距离的列表,什么是最短的路线,访问每个城市完全一次并返回到起源城市? 此代码中使用遗传算法来解决问题。
- 2022-02-25 00:39:43下载
- 积分:1
-
Please read your package and describe it at least 40 bytes in English.
System w...
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-08-09 04:00:47下载
- 积分:1
-
VC串口通信程序源码
应用背景在VC++6.0平台下利用Cserialport串口通信类结合MFC消息映射机制实现串口通信程序,实现了波特率,能校验位、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符,可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件关键技术Cserialport串口通信类 MFC消息映射机制 windows定时器相关知识
- 2023-06-04 07:05:04下载
- 积分:1