资源列表
dual_core
- This example application shows you how to use Real-Time Workshop Embedded Coder to target a dual core Blackfin microprocessor. The complete build is managed by a template makefile and control over the memory regions is provided by custom storage clas
work8
- Euler算法Euler改进算法龙格库塔算法三节ADAMS算法,在C#环境下实现-Euler algorithm for Euler Algorithm Runge-Kutta algorithm for three ADAMS algorithm, in the C# environment to achieve
2polindrom
- A palindrome is a string which reads the same from the beginning to the end than from the end to the beginning (whitespaces are not considered). Implemented a function to check whether a given string is a palindrome.
arithmetic_parser
- Arithmetic expression parser Descr iption: The code includes a portable tokenizer like the StreamTokenizer in Java. It parses and interprets an arithmetic expression expressed in a flexible C-like syntax.-Arithmetic expression parser Descr iption
1
- 在一个一维数组里找出连续的几个数,使数的总和最大,计算最大子段-In a one-dimensional array of several successive years to find out the number, so that the sum of the number of the largest sub-segment calculating the maximum
box_5
- 装箱问题解法集,共5个。 问题:有一个箱子容量为v(正整数,o≤v≤20000),同时有n个物品(o≤n≤30),每个物品有一个体积 (正整数)。要求从 n 个物品中,任取若千个装入箱内,使箱子的剩余空间为最小。 -Bin-packing problem solution sets, a total of 5. Q: Is there a box capacity of v (a positive integer, o ≤ v ≤ 20000), at the same time there
definen31
- 用GAUSS-SEIDEL求解线性方程组-With the GAUSS-EIDEL for solving linear equations
knapsack
- 0/1 Knapsack Problem
fight
- 使用netlogo进行网络对战的模拟,程序通过调试。反映战场对抗的问题-Netlogo for online play using the simulation, the program through the debugger. Reflect the issue of battlefield confrontation
best_matching_male_and_female_athletes
- 设计一个算法,计算男女运动员最佳配对法,是各组男女双方竞赛优势的总和达到最大。-Design an algorithm to calculate the best matching male and female athletes, law is both men and women in each group to maximize the sum of race superiority.
Coins_give_change_problem
- 对于给定的各种面值的硬币个数和付款金额,编程计算使用硬币个数最少的交易方案。 -For a given number of coins of various denominations and payment amount, programming calculated using the least number of coins trading program.
PCA_wine
- PCA algorithm applied on wine database