项目 Resources

Showing items tagged with "项目"

The Knapsack Problem is a classic combinatorial optimization challenge: given a set of items with individual weights and values, determine the optimal selection of items to include in a knapsack such that the total weight does not exceed a specified limit while maximizing the total value. This problem derives its name from the scenario of filling a fixed-capacity backpack with the most valuable items possible. Implementation typically involves dynamic programming or heuristic algorithms like Particle Swarm Optimization (PSO) for larger problem instances.

MATLAB 205 views Tagged

This implementation covers both user-based and item-based collaborative filtering approaches (detailed in README) using the provided dataset for training and evaluation.

MATLAB 190 views Tagged

This project for developing a Simulink model of a Digital Up Converter (DUC) represents two weeks of dedicated effort and represents significant technical achievement in digital signal processing implementation.

MATLAB 390 views Tagged