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

搜索资源列表

  1. NNAF

    0下载:
  2. 一个聚类算法,最近邻吸收高效聚类方法,可以实现图案的较好分辨- Gathers a kind of algorithm, the most close neighbor absorbs highly effective gathers a kind of method, may realize the design to distinguish well
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:103182
    • 提供者:叶健康
  1. BJ54坐标转换软件

    0下载:
  2. BJ54坐标转换到指定的平面坐标系统,其中利用了椭球膨胀等算法-BJ54 coordinate conversion to a specific plane coordinate system, using the ellipsoid algorithm expanding
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:30035
    • 提供者:邹璇
  1. 实验一 进程、线程的控制

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

    • 发布日期:2008-10-13
    • 文件大小:13810
    • 提供者:aaa
  1. chengxutu

    0下载:
  2. 程序流程图是人们对解决问题的方法、思路或算法的一种描述。 流程图的优点:(a)采用简单规范的符号,画法简单;        (b)结构清晰,逻辑性强;        (c)便于描述,容易理解。-process flowchart for a way to solve problems, ideas or a descr iption of the algorithm. Flowchart advantages : (a) using a simple standardized sym
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:132267
    • 提供者:苗文杰
  1. PipeTest

    0下载:
  2. 一个管道定位算法,比较适合那些刚学算法的朋友们。-a pipeline positioning algorithm, more suitable for those just learning algorithm friends.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1502
    • 提供者:周燕红
  1. littleCalculator

    0下载:
  2. 一个小型的计算器 有科学计算法 有简单计算 可以用于初学-a small calculator with scientific calculation method is simple calculation can be used for beginners
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:53135
    • 提供者:易小喻
  1. VCserch

    0下载:
  2. 一个系统搜索工具,使用了递归的算法,代码很成熟,希望能参考一下该代码,一边能更好的完成工作.-a system search tool, the use of a recursive algorithm, code very mature, hope to make reference to the code. better side of the completed work.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:331358
    • 提供者:杨瑞
  1. AStar

    0下载:
  2. 以A-star算法为基础的通过改良的最短路径探索的源代码
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:841924
    • 提供者:刘叶
  1. chessboard

    0下载:
  2. 这是一个算法实现程序. 在C++Builder 6.0编译通过.-This algorithm is a procedure. Builder 6.0 in the C compiler through.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:819362
    • 提供者:金雨轩
  1. 04_yd

    0下载:
  2. 摘要随着多媒体技术应用的不断增加图像压缩技术不仅要求具有较高的压缩性能而且还要求有新的特征来满足一些特殊的要求为此国际标准化组织ISO指定了新一代静止图像压缩标准JPEG2000本文通过对JPEG2000中核心算法EBCOT的详细分析阐述了JPEG2000压缩标准新的特征以及与现有压缩标准相比显示出来的优越性能 关键词JPEG2000小波变换EBCOT彩色图像编码-Abstract multimedia technology with the increasing use of image co
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:230232
    • 提供者:jkl
  1. 29782175exerciseattemper

    0下载:
  2. 每个用来标识作业的作业控制快JCB用结构来描述,包括以下字段: (1)作业标识数ID (2)作业运行所需要时间requesttime (3)作业实际运行时间runtime (4)作业优先权priority,并规定优先权越大的作业,其优先权越高 (5)作业紧迫程度quick,并规定紧迫程度越高的作业,其数值越大 注:以上字段并非每种作业调度算法都使用,仅仅出于方便编-Each operation used to identify the operational contro
  3. 所属分类:Button control

    • 发布日期:2017-04-07
    • 文件大小:5342
    • 提供者:xinchang
  1. i2009728125019

    0下载:
  2. RKButton是什么?简单来说就是具有vista按钮一切效果的按钮控件 抽空更新了一下,抛弃了label,改用drawtext画caption,于是解决了闪烁问题。也很完美的搞定了drawtext自动换行以及caption的垂直居中定位问题(算法可能还不够快,但好用就行了。。仅在caption change和resize的时候重新计算一下),加入了空格键的检测,现在这个按钮的行为模式和标准commandbutton应该都一样了。 另外优化了几个地方,具体就不写了-RKButton
  3. 所属分类:Button control

    • 发布日期:2017-04-05
    • 文件大小:7754
    • 提供者:黄雯琼
  1. yasuobao

    4下载:
  2. 用遗传算法实现车间设备布局。matlab编的强大界面。 软件说明:请点击1.m运行文件(运行环境为matlab2008a) 注:不可直接运行1.fig 需使用1.m文件 附:输入各设备及物流量子窗口参数信息说明:请依次输入该零件所需的设备号,两个y设备号之间填入这两个设备间的物流量,例如一个零件需要的设备一次为3,5,7,其中3和5的物流量为10,5和7的物流量为20,则应按如下的格式输入3,10,5,20,7。只需输入数字即可,无需输入标点符号。且零件的排序为最下面的一行为零件1,
  3. 所属分类:Button control

    • 发布日期:2017-11-05
    • 文件大小:23676
    • 提供者:牛天晴
  1. DirectXDealGrayImage

    0下载:
  2. 使用DirectX显示图像,并对图像进行灰度与彩色图像转换,实现多种算法。-Using DirectX display images, and grayscale images and convert color images to achieve a variety of algorithms.
  3. 所属分类:Button control

    • 发布日期:2017-04-08
    • 文件大小:58072
    • 提供者:jxf
  1. Cpp1

    0下载:
  2. 非常好用的软件只要点击按钮就可实现算法生成-Very easy to use software algorithms can be achieved as long as the click of a button generates ha ha ha ha
  3. 所属分类:Button control

    • 发布日期:2017-04-13
    • 文件大小:2572
    • 提供者:哈哈
  1. 98706247

    0下载:
  2. a,要求已知一个关系矩阵R,利用warshall算法求它的闭包R(A, require a known relationship matrix R, R using warshall algorithm for its closure)
  3. 所属分类:按钮控件

    • 发布日期:2017-12-19
    • 文件大小:6144
    • 提供者:谭燕文
  1. kuch

    0下载:
  2. 这是一个字符串替换算法,当你输入一个字符串:如liupengfei时(This is a string substitution algorithm, when you enter a string: such as liupengfei)
  3. 所属分类:按钮控件

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:Rockc
  1. 3917346

    0下载:
  2. A good Maze algorithm 很好的一个Maze算法()
  3. 所属分类:按钮控件

    • 发布日期:2018-04-29
    • 文件大小:31744
    • 提供者:GVtyrop_34131
搜珍网 www.dssz.com