资源列表
[其他小程序] meeting-arange
说明:解决ACM会场安排问题: 学校的小礼堂每天都会有许多活动,有时间这些活动的计划时间会发生冲突,需要选择出一些活动进行举办。小刘的工作就是安排学校小礼堂的活动,每个时间最多安排一个活动。现在小刘有一些活动计划的时间表,他想尽可能的安排更多的活动,请问他该如何安排-Solve the ACM venue arrangements: the small hall of the school every day, there are many activities, time of these ac<李银城> 在 2025-07-13 上传 | 大小:877kb | 下载:0
[对话框与窗口] SfileDialogEx
说明:一款自定义FILEDIALOG控件,针对图片提供预览,并可以控制选择图片尺寸。 -A custom FileDialog control, preview for images, and can be controlled choosing an image size.<李德胜> 在 2025-07-13 上传 | 大小:110kb | 下载:0
[微处理器(ARM/PowerPC等)] Pro_I2C
说明:模拟I2C串口协议,并成功实现了串口通信。-Analog I2C serial Agreement, and successful implementation of the serial communication.<> 在 2025-07-13 上传 | 大小:76kb | 下载:0
[图形图像处理(光照,映射..)] Dajin-Iterative-Bimodal-method
说明:分别用大津法、迭代法、双峰法对图像进行处理,并将处理结果与原图像进行对比-Otsu method, iterative method, the bimodal method for image processing, and report the results with the original image contrast<六月的雨> 在 2025-07-13 上传 | 大小:3kb | 下载:0
[进程与线程] ChildProcess
说明:《进程通信之三 父进程传参数与子进程返回值》 程序带博客文章说明,值得一看。对应博客文章 http://blog.csdn.net/morewindows/article/details/8683830-" The process of communication of the parent process pass parameters with the child returns the value of the program with a blog post that e<zlevel> 在 2025-07-13 上传 | 大小:14kb | 下载:0
[TCP/IP协议栈] asyncsocket
说明:tcp异步通信,实现了客户端和服务器,拿来就用,作为参考具有一定的价值!-tcp asynchronous communication, the client and server, brought on by, has a certain value as a reference!<哈和就> 在 2025-07-13 上传 | 大小:5.58mb | 下载:0
[其他小程序] triangle-data
说明:很好地解决ACM的数字三角问题: 有一个形式如下的数字三角形: 7 3 8 8 1 0 2 7 7 4 4 5 2 6 5 从三角形顶点,沿左斜线方向或右斜线方向下降到三角形底边的路线是一条合法路径。 例如,图中用红色标出的路径就是合法的;我们可以将这条路径记为“LLRL”,它经过了7,3,8,7,5这5个数字,它们的和是30。 请编写一个程序,求解一条合法路径,使这条路径上经过的各数字的总和最大,并把这个最大的总和以及你的路径输出出来。如果路径不止<李银城> 在 2025-07-13 上传 | 大小:876kb | 下载:0