资源列表
[C#编程] PointToPointChart
说明:点对点聊天室,C#源代码,实现信息的接收发送,数据库存储-Peer-to-peer chat rooms, C# source code to achieve the transmission and reception of information, database storage<罗海涛> 在 2025-10-30 上传 | 大小:43kb | 下载:0
[.net编程] asp.net-lvyou
说明:ASP.NET旅游管理系统实现了旅游管理的各项基本功能 -The ASP.NET travel management system<龙龙> 在 2025-10-30 上传 | 大小:3.28mb | 下载:0
[其他小程序] SJF-(Contoh)
说明:This file is Shortest Job First(SJF) Algorithm from Dev C-This file is Shortest Job First(SJF) Algorithm from Dev C++<Dicky> 在 2025-10-30 上传 | 大小:1kb | 下载:0
[Windows编程] Bowling-scoring-procedures
说明:保龄球计分程序源码设计。c++编程练习。-Bowling scoring program source code design. programming practice in c++.<戴咪嘟> 在 2025-10-30 上传 | 大小:1kb | 下载:0
[通讯编程] Camera-video-capture
说明:用VC++来实现摄像头视频的捕捉,从网上看到的-Camera video capture, with VC++ to see from the Internet<lin> 在 2025-10-30 上传 | 大小:26kb | 下载:0
[其他小程序] add
说明:有0,1,2三个数,此后,每次取出较大的两个数,用这两个数的和替换原先三个数中的任意一个。求需要使用最少的操作次数得到一个数x。-0, 1, 2 or three, Since then, every time you remove the larger of the two, with two numbers and replace any one of the original three numbers. Requirements need to use the minimum opera<yao> 在 2025-10-30 上传 | 大小:1kb | 下载:0
[其他小程序] task
说明:有台机器每次只能处理一个任务,所以n个任务需要排成一个队列等待处理。当处理一个任务时,其他任务都处于等待状态,总等待时间累加等待的任务个数乘以任务处理时间。每个任务的等待时间由一个正整数w表示,表示这个任务当前需要的时间为w,当处理完这个任务后,该任务完成,并产生一个时间为w-1的任务,并排到队列的末尾,当然,如果w-1等于0,则不会产生新任务。求对这n个任务进行排列后,所花费的最小总等待时间是多少-The machine can only handle one task, so the n t<yao> 在 2025-10-30 上传 | 大小:1kb | 下载:0