搜索资源列表

  1. 计算方法实验报告

    0下载:
  2. 涉及计算方法类的源程序,包括romberg算法,四阶龙库格算法,langrang插值-involved calculation of the source categories, including Romberg algorithm, four bands- grid algorithm library, langrang interpolation
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:10240
    • 提供者:郝来雨
  1. AES算法

    1下载:
  2. 一个非常好的ASE代码,通过实验证明能编译通过-A perfect AES program code, and it can be run after translation and edition.
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:209920
    • 提供者:张力
  1. 实验一 进程、线程的控制

    0下载:
  2. 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。   每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Pr
  3. 所属分类:按钮控件

    • 发布日期:2024-05-04
    • 文件大小:13312
    • 提供者:aaa
  1. 数值分析算法描述与习题解答

    0下载:
  2. 数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-topic Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:60416
    • 提供者:李明
  1. 先来先服务算法

    0下载:
  2. 操作系统先来先服务算法和优先权调度算法模拟实验-operating system services first-come first-priority scheduling algorithm and simulation algorithm
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-04
    • 文件大小:216064
    • 提供者:张杰
  1. shuju jiegou实验1

    0下载:
  2. 《数据结构与算法》实验要求与指导,来自重点大学2005的一个实习内容。很不错的程序老师做的帮助同学更好的学习数据结构-"data structures and algorithms" experimental requirements and guidance from the university in 2005 as an attachment. The procedure is very good teache
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:18432
    • 提供者:张伟
  1. 图形实验

    0下载:
  2. 用delphi开发的图形学边界点和内点的区域种子填充算法和扫描线种子填充算法-with graphics developed by the border point and the point within the regional seed filling algorithm and scanning lines of seed filling algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-04
    • 文件大小:215040
    • 提供者:ch.nan
  1. 实验11

    0下载:
  2. 进程管理设计进程控制块PCB表结构,适用于优先数调度算法调度算法。 ②建立进程就绪队列。 ③编制进程调度算法:优先数调度 -process management design process control block PCB table structure, applicable to a few priority scheduling algorithm scheduling algorithm. create a p
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:79872
    • 提供者:
  1. 遗传算法解TSP

    0下载:
  2. 实现用固定变异概率和自适应变异概率解tsp问题的比较,自适应式算法采用基于种群差异度的自适应算法,详见实验报告-achieve fixed mutation probability and Adaptive Solutions tsp mutation probability of comparison, Adaptive Algorithm-based differences in the populations adaptive a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:2419712
    • 提供者:叶靥
  1. A星算法

    0下载:
  2. 八数码问题的A*算法.本实验的A*算法的h(n)=p(n),p(n)定义为每个将牌与其目标位置之间的距离(不考虑夹在其间的将牌)的总和,显然有p(n)=<h*(n),g(n)仍就为节点深度.-the A* algorithm. The experiment of the A* algorithm h (n) = p (n), p (n) is defined for each license its goal the distan
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:杨秀云霁
  1. 算法设计与分析实验

    0下载:
  2. 哈夫曼编码。排序问题,利用贪心算法的思想实现哈夫曼编码算法程序 -Huffman coding. Scheduling problems, the greedy algorithm achieving Huffman coding algorithm
  3. 所属分类:数据库编程

    • 发布日期:2024-05-04
    • 文件大小:20480
    • 提供者:无有
  1. 实验题

    0下载:
  2. A*算法解决找路径的问题,对于特定的图形,按照距离最短的评估函数,来解决寻优问题-A* algorithm to find paths to solve the problems that specific graphics, in accordance with the shortest distance from the assessment function, to solve the optimization problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:1720320
    • 提供者:zx
  1. 压缩文件算法(lz77)

    0下载:
  2. 使用LZ77算法压缩文件的C代码,一般来说,现在流行的winzip,winrar以及unix下的compress使用的都是该算法-LZ77 algorithm compressed files in C code, in general, the now popular winzip. unix WinRAR and compress the use of the algorithm are
  3. 所属分类:压缩解压

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:王昆
  1. yiqunsuanfashiyan

    0下载:
  2. 用VB写的蚁群算法实验软件,用以解决典型的TSP问题,可以设定参数 -VB wrote Ant Algorithm experimental software to solve problems typical of TSP, can set parameters
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:25600
    • 提供者:王伟
  1. LRUsuanfabaogao

    0下载:
  2. 实验报告中赋有LRU算法的原代码,流程图与实验的要求,目的等.-report LRU algorithm is given the original code, flowcharts and experimental requirements, aim.
  3. 所属分类:文件格式

    • 发布日期:2024-05-04
    • 文件大小:21504
    • 提供者:刘敏
  1. BA

    0下载:
  2. 操作系统中广泛应用的用于避免死锁的银行家算法的程序实现-operating system widely used for deadlock avoidance algorithm bankers Program
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-04
    • 文件大小:33792
    • 提供者:张焕人
  1. OS_Bank

    0下载:
  2. 操作系统-银行家算法报告实验报告,自己写的交流一下哈-OS-bankers report experimental algorithms, wrote about the exchange of Kazakhstan.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-04
    • 文件大小:153600
    • 提供者:kira
  1. yinhangyuyang

    0下载:
  2. 操作系统试验银行家算法,用VB实现的,功能完善,界面美观-pilot bankers operating system algorithm, using VB, functional perfect, beautiful interface
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-04
    • 文件大小:97280
    • 提供者:于洋
  1. SuanFaShiYan

    0下载:
  2. 这是本科算法实验中的程序包括快速排序,GREED算法硬币找零算法,会场排序和矩阵相乘算法。-This is the algorithm experimental procedures including rapid sequencing, GREED algorithm coins have sought algorithm, venue Scheduling algorithm and matrix multiplication.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:16384
    • 提供者:sunhaikuo
  1. imgmeth

    0下载:
  2. 计算机图形图像学基础算法实验软件包,包含大多数基本图象处理算法程序。-computer graphics and video algorithm based on experimental learning packages, including most of the basic image processing algorithm procedures.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-04
    • 文件大小:845824
    • 提供者:张富强
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org