-
双向链表的插入和删除,本人纯菜鸟,代码水平不高,请见谅!...
双向链表的插入和删除,本人纯菜鸟,代码水平不高,请见谅!-Two-way linked list of the insert and delete, I pure rookie, code level, please forgive me!
- 2023-04-05 16:30:04下载
- 积分:1
-
一个空中翻书的小程序,其中一段是自动搜索可用串口的
一个空中翻书的小程序,其中一段是自动搜索可用串口的-Book an air of small procedures, in which a section is automatically search for available serial
- 2022-06-19 20:53:26下载
- 积分:1
-
设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停...
设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短缴纳费用。试为停车场编制按上述要求进行管理的模拟程序。-Suppose the parking is narrow opening which can park many cars,and the cars come and leave the park only though one gate.The first car parks in the northernmost of the parking ,then the later parks beside it towards the south of the parking(the gate is in the southernmost,and the first car parks the northernmost point of the parking)
- 2022-08-21 18:05:13下载
- 积分:1
-
two
两个子对话框之间实现数据访问,子对话框与主对话框之间数据访问-two- dialog between data access, and the son of the dialog between the main dialog Data Access
- 2023-05-17 23:45:02下载
- 积分:1
-
例如一个多
example one multi-layered application , for beginers. introduction
- 2022-01-23 10:54:34下载
- 积分:1
-
travle
深度优先遍历和广深优先遍历的实现及实现源代码-travle
- 2022-03-17 17:29:03下载
- 积分:1
-
一个监听本机IP数据包的小程序,开发环境VC
一个监听本机IP数据包的小程序,开发环境VC-a machine monitoring the IP data packets small procedures, the development of environmental VC
- 2022-06-27 07:57:17下载
- 积分:1
-
小型svm分类器
SVM是一种用超平面定义的分类器,是一种监督的分类算法。即使用带标签的训练数据,SVM得到优化的超平面,使得两类之间的距离最大,这样有什么好处呢?显而遇见,这样可以降低噪声干扰,因为超平面到数据点的距离是最大距离的一半,只要噪声扰动不要越过超平面即可。
- 2023-02-08 03:30:04下载
- 积分:1
-
This is one of the small payroll procedures. C is the entry of small experiments...
这是一个关于工资发放的小程序.是C++入门的小实验品,希望给那些刚学C++的一点提示-This is one of the small payroll procedures. C is the entry of small experiments, hoping to those just learning to suggest C 1:00
- 2022-11-11 11:00:03下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1