-
这是我学C++大学教程时写的一个例子
猜数字的游戏
个人感觉《C++大学教程》这本书很适合c++初学者,可以学到很多软件及c++知识...
这是我学C++大学教程时写的一个例子
猜数字的游戏
个人感觉《C++大学教程》这本书很适合c++初学者,可以学到很多软件及c++知识-This is my school C++ University Guide wrote an example of personal feeling猜数字game
- 2022-08-06 06:36:54下载
- 积分:1
-
考虑一个排队系统,顾客到达后,若无空闲服务台则等待,否则接受服务后离开,仿真目的是统计服务台前的平均队长和服务台的忙闲程度。要求能利用离散事件系统仿真的方法对该...
考虑一个排队系统,顾客到达后,若无空闲服务台则等待,否则接受服务后离开,仿真目的是统计服务台前的平均队长和服务台的忙闲程度。要求能利用离散事件系统仿真的方法对该系统进行仿真,系统的规则和参数自定。-Consider a queuing system, customers arrive, if not idle while waiting for help desk, or to accept service leave, simulation aim is to stage the average statistical services and help desk captain Busy extent. Requested to make use of discrete event system simulation approach the system simulation, system rules and parameters of self.
- 2023-07-09 02:50:03下载
- 积分:1
-
VC++6做的一个 开机自动运行 还不是很完善 不过例子不错
VC++6做的一个 开机自动运行 还不是很完善 不过例子不错-VC++ 6 to do a boot to run automatically is not perfect but a good example of
- 2022-03-25 18:51:37下载
- 积分:1
-
c compiler source code
c语言编译器的源代码-c compiler source code
- 2022-11-27 05:25:02下载
- 积分:1
-
Web网站架构设计与部署的课件
网站架构与部署的介绍
网站架构设计的目标与要求
网站架构设计与部署的原则与方法
案例分析
相关阅读...
Web网站架构设计与部署的课件
网站架构与部署的介绍
网站架构设计的目标与要求
网站架构设计与部署的原则与方法
案例分析
相关阅读
-Web site architecture design and deployment of courseware
- 2022-07-23 07:41:05下载
- 积分:1
-
影子秘书的冰变小。一个用VB写的桌面小程序。有记事本,F。
冰影小秘书.一个vb写的桌面小程序.有记事本,定时提醒,asc码查询等功能.界面比较有意思,值得一看.-Shadow Secretary of ice smaller. A vb to write desktop applets. There Notepad, from time to time to remind, asc yards query. Interface is interesting, worth a visit.
- 2022-01-22 03:28:06下载
- 积分:1
-
用VC++ 编的冲击波程序,供大家参考使用!不能用于非法用途!...
用VC++ 编的冲击波程序,供大家参考使用!不能用于非法用途!-VC series of the shock wave procedure for reference use! Not for illegal purposes!
- 2022-06-16 01:21:25下载
- 积分:1
-
Cpphtml is a utility to convert your C++ code to HTML. If you have a C++ file, s
Cpphtml is a utility to convert your C++ code to HTML. If you have a C++ file, say myprogram.cpp, and you want to put it on your website, you can run it through Cpphtml which will convert the code to HTML with all comments, keywords and preprocessor directives highlighted. Cpphtml will send all output to cout, so you have to redirect the output to a file if you want to create a HTML file
- 2022-12-14 19:50:03下载
- 积分:1
-
计算方法,经典代码
计算方法,经典代码-calculation method, classic code
- 2022-01-26 06:19:28下载
- 积分:1
-
VC++图像平滑处理源代码程序
摘要:VC/C++源码,图形处理,平滑图像,图片锐化
VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib
- 2022-07-27 01:47:12下载
- 积分:1