资源列表
[其他小程序] Shortest-Path
说明:Netlogo a simulation language. in this particular case the nodes are set on grid and are moving by chosing the shortest path<gygy> 在 2025-10-03 上传 | 大小:4kb | 下载:0
[其他小程序] 1
说明:下面的函数BaseStepPso实现了标准全局版粒子群算法的单步更新位置速度的功能-The following function BaseStepPso to realize one-step global version of standard particle swarm optimization algorithm to update the position of the speed function following BaseStepPso function to achieve t<戴旭> 在 2025-10-03 上传 | 大小:2kb | 下载:0
[其他小程序] chengjiguanli
说明:是一个小型的用C语言编写的学生成绩管理系统-Student achievement management system is a small C language<榕藤下> 在 2025-10-03 上传 | 大小:2kb | 下载:0
[其他小程序] AreaSelect.C
说明:用C语言实现区域增长,区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。-Regional growth, regional growth is a very important image segmentation method using the C language. It refers to starting from<yangyang> 在 2025-10-03 上传 | 大小:2kb | 下载:0
[其他小程序] chaoshixinxinguanlixitong
说明:这是一个有关于超市信息管理系统的C#后台运行程序 希望能给大家带来一点帮助-The supermarket information management system<刘旭东> 在 2025-10-03 上传 | 大小:463kb | 下载:0
[其他小程序] fishing-Daren-source-code
说明:安卓 捕鱼达人源代码 喜欢的朋友可以自己下载-fishing Daren source code<刘畅 > 在 2025-10-03 上传 | 大小:24.04mb | 下载:0
[其他小程序] java-time-and-date
说明:实现类似Windows操作系统控制面板“日期和时间”的功能。它显示1980-2099年内某月的日历(含月、日、星期),可以反应闰月情况。并显示当前系统时间。并允许用户重新设置当前计算机系统年月日的时间。并附有程序设计报告。极力推荐。-Similar to the Windows operating system control panel " date and time" . It shows a month during 1980-2099 calendar (includin<hlx> 在 2025-10-03 上传 | 大小:83kb | 下载:0
[其他小程序] Person
说明:设计一个person类,包含姓名、出生年份两个属性以及setBirthYear、getAge方法(该方法使用2012减出生年份得到年龄)。注:setBirthYear(int year)里,需要检查传入的参数year的合法性。我们可定义year在1900到2012之间为合法。 姓名属性和setBirthYear、getAge方法设置为public,出生年份属性设置为private。 编写main函数,创建person类的对象,设置其姓名和出生年份,输出姓名、年龄。-Design a pe<BidyBai> 在 2025-10-03 上传 | 大小:3kb | 下载:0
[其他小程序] Static
说明:(1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。-(1) initialization chain store stack, the stack, the stack operation. (2) stored in order to achieve the i<BidyBai> 在 2025-10-03 上传 | 大小:7kb | 下载:0