CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - ;A算法

搜索资源列表

  1. BASE-S

    0下载:
  2. 排序分组算法,虽然简单,值是基于灰度的算子,然后用平均值可使图片清晰;-a sort algorithm is simple, gray value is based on the operator, then the average will clear pictures;
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:26950
    • 提供者:zhou
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62518
    • 提供者:
  1. 死锁检测:银行家算法

    0下载:
  2. 模拟银行家算法,检测死锁。当用户申请一组资源时,系统必须确定这些资源的分配是否仍会使系统处于安全状态。如果会,就可分配资源;否则,进程必须等待直到某个其他进程释放足够资源为止。-It is on simulating banker arithmetic and detecting death lock. When user applies a group of resource, the system must decide if assigning the source still keep
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:309473
    • 提供者:zqm
  1. A星算法

    0下载:
  2. 1, 在Main()函数内顶了20个城市结点,用CNode结点存储;以及这20个城市的预估代价值,用整形数组存储。 2, 进入循环中与用户交互执行搜索。首先列出先前定义的城市结点信息如图1,然后询问用户开始搜索的城市,用户输入城市编号,即可。 3,定义搜索类的实例,传入初始数据,,设置搜索起点,开始搜索。由于在关系中定义好了各个城市结点的连接关系,所以一定会搜索到城市B。 4,与用户交互询问,是否重新开始,输入‘Y’转步骤2,输入‘N’退出程序。
  3. 所属分类:其他小程序

  1. BTree.二叉树的递归算法

    1下载:
  2. 二叉树的递归算法:计算高度、结点个数、交换左右儿子 问题的描述 写一完整函数,计算树的结点数目int CountNode(BTNode<T>* &t); 完善以下两个函数: 计算树的高度int Depth(BTNode<T>* &root); 对树的所有子树交换左右孩子void swapsons(BTNode<T>* &t);,Binary Tree Recursive Algorithm: Calculate the hei
  3. 所属分类:其他小程序

    • 发布日期:2016-01-25
    • 文件大小:2207
    • 提供者:YY
  1. 122333

    1下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a certain algorithm, and should
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9272
    • 提供者:张海华
  1. Thechannelestimationofdelayedfeedbackmimoofdmchann

    3下载:
  2. 掌握梳状导频和信道估计算法,实现MATLAB仿真;建立简单的系统结构和信道模型;在含多普勒频移的瑞利衰落信道下,进行含信道估计算法的OFDM系统仿真,并进行性能分析。 -Comb master and pilot channel estimation algorithm, the realization of MATLAB simulation the establishment of a simple system structure and channel model with D
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:10565
    • 提供者:林杉
  1. Dictionary

    0下载:
  2. 基于离散子串匹配算法的电子辞典。对每个词条算出一个匹配度,查询时根据匹配度大小依次顺序列出词条;词库较大,因此采用了分类索引的算法,提高了查询速度。-Based on discrete substring matching algorithm of electronic dictionaries. Calculated for each term of a match, the query sequence according to the size of matching entries li
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:15696
    • 提供者:wxliu
  1. jcgl

    0下载:
  2. (1)设计进程控制块PCB表结构,分别适用于优先权调度算法和时间片轮转调度算法。 PCB结构包括以下信息:进程名、进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 (2)建立进程就绪队列。对两种不同算法编制入链子程序。 (3)编制两种进程调度算法:a)优先数调度;b)时间片轮转调度。允许用户在程序运行时选择使用某一种调度算法。-(1) design process control blo
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2188
    • 提供者:genking
  1. chapter1遗传算法工具箱

    0下载:
  2. chapter1遗传算法工具箱,遗传算法工具箱一书中源代码,非常好用。(Genetic algorithm toolbox, genetic algorithm toolbox a book in the source code, very easy to use)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:liangzige
  1. chapter2基于遗传算法和非线性规划的函数寻优算法

    0下载:
  2. chapter2基于遗传算法和非线性规划的函数寻优算法(A Function Optimization Algorithm Based on Genetic Algorithm and Nonlinear Programming)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:34816
    • 提供者:liangzige
  1. 常用数值算法--C语言

    0下载:
  2. 多种数值计算方法,的c语言实现。好使,没有问题(A variety of numerical methods, C language implementation. OK, no problem)
  3. 所属分类:Windows编程

  1. 最小生成树之kruskal算法

    0下载:
  2. 最小生成树之kruskal算法的概念及其实现 kruskal算法的精髓在于: 每次选取一条边。 该边同时满足:1、在当前未选边中权值最小;2、与已选边不构成回路。 直到选取n-1条表是算法结束。找到MST活判断不存在MST。(The concept and implementation of Kruskal algorithm for minimum spanning tree The essence of Kruskal algorithm lies in: Select one
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:11264
    • 提供者:cuihuiling
  1. A星寻路

    0下载:
  2. 游戏中人物运动轨迹计算,采用A*寻路算法(A* trajectory finding algorithm is used to calculate the trajectory of the characters in the game)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:59392
    • 提供者:丶nevermore
  1. CRC32_Class

    0下载:
  2. 自行封装的C++加密算法类,基于CRC32,有需要的朋友可以看下,个人感觉不错!(Self packaged C++ encryption algorithm class, based on CRC32, there is a friend in need can see, the individual feel good!)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:darongshu
  1. 刘星算法

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。遗传算法广泛应用在生物信息学、系统发生学、计算科学、
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:韬文
  1. 一种宋词自动生成的遗传算法及其机器实现

    0下载:
  2. 一种宋词自动生成的遗传算法及其机器实现。一篇关于遗传算法的有趣应用(a novel paper about the application of Genetic Algorithm, generate SONGCI by GA)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:302080
    • 提供者:快乐小神仙
  1. A Pathfinding Project Pro

    0下载:
  2. 简易A*算法寻路插件,U3d工程师必备,内附一例子(Simple A* algorithm path finding plug-in, U3d Engineer,In the case of an example)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:4834304
    • 提供者:你吃呢个
  1. 三维空间矢量调制算法的仿真实例3D-SVPWM

    2下载:
  2. 三维空间矢量调制算法的仿真实例3D-SVPWM(A simulation example of three dimensional space vector modulation algorithm 3d-svpwm)
  3. 所属分类:其他

    • 发布日期:2021-03-29
    • 文件大小:28672
    • 提供者:罄余年
  1. 高级迭代法(AIA)和通用相位提取(GPSA)算法

    1下载:
  2. AIA算法和GPSA算法仿真对比;经典的AIA算法;用于实现单幅图像的相位提取matlab程序代码;(Simulation comparison between aia algorithm and gpsa algorithm shows that the random step size and phase shift are unknown. Classic aia algorithm, which is used to realize the phase extraction of a s
  3. 所属分类:Windows编程

    • 发布日期:2020-12-31
    • 文件大小:4096
    • 提供者:A广丽
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com