-
可实现INI文件的读取,这个是INT读取函数.
可实现INI文件的读取,这个是INT读取函数.-INI files can be read, this is a read function INT.
- 2022-03-24 11:21:59下载
- 积分:1
-
the c++ programming英文版
the c++ programming英文版-the c++ programming in English
- 2022-06-28 11:29:48下载
- 积分:1
-
旅游合同管理软件,可以对信息进行录入、删除、修改…
旅行社合同管理软件,可以对信息进行录入、删除、修改、统计等。-Travel contract management software, you can input the information, delete, modify, and statistics.
- 2022-01-25 23:37:44下载
- 积分:1
-
C#音乐播放器
1.自定义写了一个歌曲列表 实现了显示全部歌曲列表的功能 有鼠标移动特效2.自定义歌曲列表里 每页显示5首歌曲 可以进行上页 下页翻页功能 3.支持双击列表歌名播放该歌曲 4.显示所有歌曲数量 当前歌曲页数 总页数 5.即使刷新功能 每次添加歌曲 列表进行刷新6.解决很多歌曲列表的BUG 暂时没有发现还有什么BUG7.增加了软件启动的渐入特效和退出的特效 软件边框加上阴影效果
- 2022-06-02 22:46:56下载
- 积分:1
-
EXEL to XML conversion
EXEL 到 XML 的转换程序-EXEL to XML conversion
- 2022-01-25 14:52:49下载
- 积分:1
-
分形 visual c + +
此程序是一个分形程序,此程序必须工作在 visual c + + 中与 windows 98 和 xp 和不工作由赢 7
- 2022-01-27 15:37:24下载
- 积分: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
-
design patterns VC example, can be used to study design patterns. I feel very us...
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Command模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Command Mode
- 2022-03-23 11:01:45下载
- 积分:1
-
这是有关VC++的一个应用程序,主要实现对话框编辑的应用。
这是有关VC++的一个应用程序,主要实现对话框编辑的应用。-It is about a VC++ application, the main achievement dialog editor application.
- 2022-07-18 09:05:29下载
- 积分:1
-
输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。
N=3时,相应...
输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。
N=3时,相应的矩阵中每个数字位置如下图所示:
1 2 3
8 9 4
7 6 5-Enter a natural number N (2 ≤ N ≤ 9), the requirements are as follows spiral output matrix, that is, edge length of N* N, the element values for the 1 to N* N, 1 in the upper left corner, showing a clockwise direction in order to place the various elements . N = 3, the corresponding figures for the location of each matrix as follows: 123,894,765
- 2023-07-10 21:40:03下载
- 积分:1