-
用C++编写的管理系统,课程设计,可以移植到
用c++写的管理系统,是我们的课程设计,可以移植到各种系统的管理-c write with the management system, the curriculum design, can be transplanted to various system management
- 2022-01-31 04:43:30下载
- 积分:1
-
操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。...
操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。-This program demonstrates four scheduling algorithms of CPU in the OS:FCFS、 DP、 RR&MLFQ
- 2023-05-28 21:15:04下载
- 积分:1
-
一款超市管理的原码,使用pb写的,写的窗口很多,还是很不错的,稍加改动就可以成产品了。...
一款超市管理的原码,使用pb写的,写的窗口很多,还是很不错的,稍加改动就可以成产品了。-the source of supermarket manage,it is made by PB,it can be improved esealy to a product!
- 2022-03-02 06:44:45下载
- 积分:1
-
字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串...
字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
- 2022-08-16 03:56:07下载
- 积分:1
-
0-1背包问题
给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
- 2022-01-25 23:07:45下载
- 积分:1
-
GPIO控制LED的简单C程序,希望对大家有所帮助。谢谢大家支持!...
GPIO控制LED的简单C程序,希望对大家有所帮助。谢谢大家支持!-GPIO control LED simple C program, we hope to help. Thank you for support!
- 2023-09-03 10:00:03下载
- 积分:1
-
Explorer中右健菜单Copy全文件/目录名至剪贴板 [荐]
Explorer中右健菜单Copy全文件/目录名至剪贴板 [荐]-Explorer menu right Kin Copy all files/directory name to the clipboard [nominees]
- 2022-08-19 09:32:40下载
- 积分:1
-
实现定时关机的一个小程序,可以自己设定时间长短,还是算比较有用的!...
实现定时关机的一个小程序,可以自己设定时间长短,还是算比较有用的!-Shutdown from time to time to achieve a small process, you can set the length of time, or regarded as relatively useful!
- 2023-02-02 21:55:04下载
- 积分:1
-
a thread based on asynchronous serial communication program running commApi fold...
一个基于线程的异步串行通信程序运行commApi文件夹中的CommApi.exe。程序调试涉及到计算机硬件-a thread based on asynchronous serial communication program running commApi folder of CommApi.exe. Commissioning procedures relating to computer hardware
- 2023-01-23 07:40:04下载
- 积分:1
-
真正动态切分窗口,程序演示了动态切分和静态切分的区别,相信你一定能看出动态切分时分割条随鼠标移动而移动,想知道为什么吗?看看就知道...
真正动态切分窗口,程序演示了动态切分和静态切分的区别,相信你一定能看出动态切分时分割条随鼠标移动而移动,想知道为什么吗?看看就知道-truly dynamic segmentation window, procedures demonstration of the dynamic segmentation and static cut distinction, I believe you will see dynamic segmentation of all time-sharing with the click of the mouse movement and movement, wondered why? Look at the know
- 2022-03-02 07:25:22下载
- 积分:1