代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/223598/7104172

c dw_widget.c

/* * File: dw_widget.c * * Copyright (C) 2001-2003 Sebastian Geerken * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU
www.eeworm.com/read/464381/7164202

cpp yinhangjiasuanfa.cpp

#include "iostream.h" #include"stdlib.h" #define N 5 int available[3]={3,3,2}; int max[6][3]={{7,5,3},{3,2,2},{9,0,2},{2,2,2},{4,3,3}}; int allocation[6][3]={{0,1,0},{2,0,0},{3,0,2},{2,1,1},{0,
www.eeworm.com/read/144528/12786101

txt 汤子瀛银行家算法.txt

本程序模拟的是《计算机操作系统》(汤子赢等)课本P97"银行家算法之例"编写的 第一部分:银行家算法(扫描) 1.如果Request
www.eeworm.com/read/331910/12801981

c dw_widget.c

/* * File: dw_widget.c * * Copyright (C) 2001-2003 Sebastian Geerken * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU
www.eeworm.com/read/241791/13120169

m demodulate256.m

function y = demodulate256(x,s256,c256); % function y = demodulate(x, b, e, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256); % % Finds minimum distance estimate of each received signal and returns the % corre
www.eeworm.com/read/241791/13120170

m modulate256.m

function y = modulate256(x,s256) % function y = modulate(x,b,e, s2,s4,s16,s64,s256) % % y - modulated output, in the form of a row vector % x - a vector of input bits, for all the subcarriers (r
www.eeworm.com/read/138087/13263224

html brk.html

brk
www.eeworm.com/read/238755/13326794

cpp bank.cpp

#include "dos.h" #include "conio.h" #include "stdio.h" int available[3]={3,3,2}; int max[6][3]; int allocation[6][3]; int need[6][3]; int live[5]={1,1,1,1,1}; int stay[3][3]; int request[3]
www.eeworm.com/read/306970/13734149

h ac3.h

/* * Common code between AC3 encoder and decoder * Copyright (c) 2000, 2001, 2002 Fabrice Bellard. * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and
www.eeworm.com/read/131762/5928081

h util.h

/*********************************************************************** util.h - memory allocation, error reporting, and other mundane stuff Copyright (C) 1991 Dean Rubine This program is free sof