登录
首页 » 算法 » with C++ Builder bankers algorithm can process arbitrary importation of all type...

with C++ Builder bankers algorithm can process arbitrary importation of all type...

于 2022-07-08 发布 文件大小:98.80 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

用C++Builder实现的银行家算法可以任意 输入进程个数各类资源的个数输出安全序列-with C++ Builder bankers algorithm can process arbitrary importation of all types of resources the number of security Sequence Number output

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TI DSP 642 上面运行的图像处理程序, 用来做sobel边缘提取
    TI DSP 642 上面运行的图像处理程序, 用来做sobel边缘提取-TI DSP 642 above the operation of image processing procedures used to make sobel edge detection
    2022-02-03 21:48:46下载
    积分:1
  • manual selection of color samples in an image
    manual selection of color samples in an image
    2022-07-10 17:08:10下载
    积分:1
  • 匹配滤波的MATLAB实现,用于随机信号处理的演示!
    匹配滤波的MATLAB实现,用于随机信号处理的算法演示!-matched filtering of MATLAB for random signal processing algorithm demo!
    2022-07-20 18:18:42下载
    积分:1
  • 利用fisher线性判别分析进行数据降维
    利用fisher线性判别分析进行数据降维-using linear discriminant analysis of data dimensionality reduction
    2022-05-23 19:27:06下载
    积分:1
  • 男女声音互换程序
    此程序为将一个人,如男性的声音,进行调整,主要是调整其基音频率,使调整后的声音听起来像女人的声音;当然也可以对女人的声音进行转换,使转换后的声音听起来像男人的声音。
    2022-01-25 17:46:02下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2023-04-24 15:00:03下载
    积分:1
  • matlab遗传工具包
    遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-10-13 11:25:03下载
    积分:1
  • 通过深度优先,遍历网络中的每个结点,得到遍历网络节点的时间...
    通过深度优先算法,遍历网络中的每个结点,得到遍历网络节点的时间-Through the depth-first algorithm, network traversal each node, the network node traversal time
    2022-07-16 00:48:35下载
    积分:1
  • GAC模型,迎风方案
    im=imread("e:301clip301.tif"); im=rgb2gray(im);              im=double(im); im = imresize( im, 0.5 );    % 为了减少程序运行时间,将图像变小为原来大小的1/2 figure(1);imshow(uint8(im)); [nrow,ncol]=size(im); J= gauss( im,3,2 );          % 为了计算函数g,先对图像作guassian预平滑 %%- 计算图像梯度模值 J_x = (J(:,[2:ncol ncol])-J(:,[1 1:ncol-1]))/2; J_y = (J([2:nrow nrow],:)-J([1 1:nrow-1],:))/2;       请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-14 21:25:24下载
    积分:1
  • 边缘检测代码
    源码是关于边缘检测的代码,可以对检测图像中的边缘,能够很好的对一些非边缘物体进行图像的基本处理,使之消失 ,不影响整个边缘的检测!!!!!
    2023-04-18 22:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载