贪心算法求背包问题,分别求出了三种标准1. 按效益值由大到小取物品. 2. 按重量值由小到大取物品 3.按比值pi/wi的值由大到小取物品 其中第3种是最优解
上传时间: 2016-12-18
上传用户:515414293
designed a lowpass filter to extract cos(0.1*pi) component from x(n)
标签: component designed lowpass extract
上传时间: 2014-01-12
上传用户:xinzhch
extracting cos(0.3*pi*n)component by designing the bandpass filter
标签: extracting component designing bandpass
上传时间: 2013-12-23
上传用户:zhangzhenyu
计算无理数PI前一千位的VB程序,左击窗口即可显示计算结果!
上传时间: 2017-01-04
上传用户:zhangyi99104144
测温的PI程序,汇编语言编写的,主程序文件,很清晰易懂!
上传时间: 2014-01-26
上传用户:yulg
一个求pi的源程序,可以精确到几十位 外加一个自己编写的记事本程序 pi.c
标签: 源程序
上传时间: 2017-01-13
上传用户:ztj182002
当圆柱型阵列的来波方向为0.5137(对应的pi 坐标)时阵列波束形成方向图
上传时间: 2014-01-20
上传用户:kytqcool
#include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h>
标签: include graphics define stdlib
上传时间: 2013-12-29
上传用户:王者A
anti-windup PI调节器的设计.
标签: anti-windup 调节器
上传时间: 2017-02-08
上传用户:三人用菜
public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public final int MENURIGHT = 1 public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String menuName[] = {"新游戏","继续游戏","游戏设置","高分榜","游戏帮助","退出游戏"} int x = getWidth()/2 int y = getHeight()/2 int count = 0 int local int index = 0 Font f boolean running = false /** * 构造方法 * */
标签: public CircleMenuCanvas implements Runnable
上传时间: 2014-01-08
上传用户:zhaoq123