资源列表
排序选择:
[数据结构常用算法] Flow-shop-scheduling
说明:流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器 上开始加工,到最后一个作业在机器 上加工完成所需的时间最少。-Flow-shop scheduling problem requires to determine that the optimal n-job processing sequence, so the first job from start processing on the machine, to<阿四> 在 2025-05-31 上传 | 大小:231kb | 下载:0
[OpenGL] cup
说明:基于vc++的opengl茶杯建模,其中有动画、纹理和光照等设置-The opengl vc++ based modeling of the cup, including animation, texturing, and lighting and other settings<jyx0210602> 在 2025-05-31 上传 | 大小:3.47mb | 下载:0
[数据结构常用算法] 0-1-knapsack-problem
说明:01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。在本例中所有数值均为整数-01 M items in the backpack is out of a number of pieces on the space W of the backpack, the size of each item as W1, W2 ... ... Wn,<阿四> 在 2025-05-31 上传 | 大小:133kb | 下载:0
[其他嵌入式/单片机内容] MP3-and-SD-card-file-code
说明:MP3代码和SD卡文件,包含VS1003解码芯片程序,SD卡及FAT文件系统的读写方法,液晶显示程序,收音机模块操作,音频处理程序,是你自己动手DIY个性化MP3的重要参考-MP3 code and SD card files, the program contains VS1003 decoder chip, SD card and the FAT file system read and write methods, liquid<zhaoxingchen> 在 2025-05-31 上传 | 大小:530kb | 下载:0
[数学计算/工程计算] At-least-the-issue-of-coins
说明:有n种不同面值的硬币,各硬币面值存于数组T[1:n] 现用这些面值的钱来找钱;各面值的个数存在数组Coins[1:n]中。 对于给定的1<=n<=10,硬币面值数组、各面值的个数及钱数m,0<=m<=2001,编程计算找钱m的最少硬币数。 -There are n different denominations of coins, each coin denomination stored in the<阿四> 在 2025-05-31 上传 | 大小:14kb | 下载:0
[数学计算/工程计算] DTW-algorithm
说明:利用C++实现的动态时间序列弯曲算法,计算时间序列距离,可用于相似匹配-DTW algorithm based on C++,which can be used for distance computing,and similarity match<joyce> 在 2025-05-31 上传 | 大小:6kb | 下载:0
[数值算法/人工智能] Mouse_Drive
说明:电脑鼠走迷宫算法中队电脑鼠进行相关驱动的算法源码-Computer mouse computer mouse maze algorithm Squadron driven algorithm for source-related<徐诚> 在 2025-05-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Stones-merger
说明:在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。 试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 【输入文件】 包含两行,第1 行是正整数n(1<=n<=100),表示有n堆石子。 第2行有n个数,分别表示每堆石子的个数。 -Around in a circular playgro<阿四> 在 2025-05-31 上传 | 大小:10kb | 下载:0