您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ADD_LINE一般算法和Bresenham一般算法

  2. ADD_LINE一般算法和Bresenham一般算法 其中有1/8象限的 add算法 和 add的一般算法。Bresenham一般算法已经优化 可运行。环境是vc++6.0 。请看txt必读。谢谢
  3. 所属分类:其它

    • 发布日期:2009-11-02
    • 文件大小:75776
    • 提供者:radish_hlk
  1. A*算法 C#源代码

  2. 此为用C#写的A*算法源代码 using System; using System.Collections.Generic; using System.Text; using System.Drawing; namespace EtSoft.AStarLib { public class AStar { private StarNodeCollection openList = new StarNodeCollection(); private StarNodeCollection close
  3. 所属分类:其它

    • 发布日期:2009-12-23
    • 文件大小:333824
    • 提供者:ysg8422am
  1. java时间格式大全(算法源码)

  2. java时间格式大全(算法源码) java,date,时间,时间格式,算法源码 * * @return */ public static String getTimeShort() { SimpleDateFormat formatter = new SimpleDateFormat("HH:mm:ss"); Date currentTime = new Date(); String dateString = formatter.format(currentTime); return date
  3. 所属分类:C

    • 发布日期:2010-02-02
    • 文件大小:4096
    • 提供者:hexiang221
  1. 【原创】全局优化求解器——三角进化算法

  2. Triangle Evolution Triangle Evolution (TE) is an evolutionary algorithm for global optimization proposed by B. Yu and C.T. Luo. This is a demo program of TE written in Oct. 2006. You can easily define or add your own function to be optimized. Please
  3. 所属分类:其它

    • 发布日期:2010-04-08
    • 文件大小:29696
    • 提供者:rochant
  1. 计算机图形学 种子填充算法 MFC、VC

  2. 种子填充算法,自己写的,希望对大家有用 // 种子法View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "种子法.h" #include "种子法Doc.h" #include "种子法View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif
  3. 所属分类:其它

    • 发布日期:2010-06-14
    • 文件大小:3145728
    • 提供者:yp445163091
  1. cs 线段裁剪算法 MFC下实现

  2. // 线段裁剪CSView.cpp : implementation of the CCSView class // #include "stdafx.h" #include "线段裁剪CS.h" #include "线段裁剪CSDoc.h" #include "线段裁剪CSView.h" #define left 200 //默认图形窗口 #define right 400 #define bottom 100 #define top 300 #define l 1 //区域编码 #defi
  3. 所属分类:C

    • 发布日期:2010-06-14
    • 文件大小:1048576
    • 提供者:yp445163091
  1. gaot遗传算法工具箱

  2. 美国北卡罗来纳大学的gaot遗传算法工具箱 使用方法: 1 将GAOT工具箱文件拷贝至Matlab文件夹下,具体路径视安装情况而定,例如: C:\program files\MATLAB\R2009a\toolbox。 2 将GAOT工具箱路径加入Matlab文件路径之中。 流程为:File-->Set Path-->Add Folder。即,将C:\program files\MATLAB\R2009a\toolbox\gaot文件夹加入该路径系统中。 3 重新启动Matlab,
  3. 所属分类:其它

    • 发布日期:2011-03-31
    • 文件大小:104448
    • 提供者:wangc19
  1. LEDA算法库

  2. LEDA是一个商业化的算法函数库,LEDA就是Library of Efficient Data structure and Algorithm一个常用ADT的C++实现,推荐下载。简介:LEDA is a library of the data types and algorithms of combinatorial computing. The main features are: LEDA provides a sizable collection of data types and
  3. 所属分类:C++

    • 发布日期:2008-05-08
    • 文件大小:536576
    • 提供者:Jans
  1. ComplexSet复数集合算法的C++实现

  2. ComplexSet复数集合算法的C++实现,还包括一些参考资料:贪心算法、排课程序、选课程序。苦中排课程序内又包括了几种不同算法实现的程序,供学习参考。   Filename : ComplexSet.cpp   Intro : This is a Class of Set whoes elements are complex   Functions: (1)The Union of two Sets (overload operator +,+=)   (2)The Intersectio
  3. 所属分类:C++

    • 发布日期:2011-11-05
    • 文件大小:1048576
    • 提供者:gouyue
  1. 国信蓝桥试题算法

  2.  (编程题)花朵数 一个N位的十进制正整数,如果它的每个位上的数字的N次方的和等于这个数本身,则称其为花朵数。 例如: 当N=3时,153就满足条件,因为 1^3 + 5^3 + 3^3 = 153,这样的数字也被称为水仙花数(其中,“^”表示乘方,5^3表示5的3次方,也就是立方)。 当N=4时,1634满足条件,因为 1^4 + 6^4 + 3^4 + 4^4 = 1634。 当N=5时,92727满足条件。 实际上,对N的每个取值,可能有多个数字满足条件。 程序的任务是:求N=21时,
  3. 所属分类:IT管理

    • 发布日期:2012-02-06
    • 文件大小:38912
    • 提供者:xiaoyaodayang
  1. gaot遗传算法工具箱

  2. 美国北卡罗来纳大学的gaot遗传算法工具箱 使用方法: 1 将GAOT工具箱文件拷贝至Matlab文件夹下,具体路径视安装情况而定,例如: C:\program files\MATLAB\R2009a\toolbox。 2 将GAOT工具箱路径加入Matlab文件路径之中。 流程为:File-->Set Path-->Add Folder。即,将C:\program files\MATLAB\R2009a\toolbox\gaot文件夹加入该路径系统中。 3 重新启动Matlab,
  3. 所属分类:其它

    • 发布日期:2012-04-02
    • 文件大小:104448
    • 提供者:sora1986
  1. 基因算法工具箱——Genetic

  2. 下载后,放到Matlab 工具箱Tool Box里,解压后,再打开Matlab,File——set Path ——add 。。。就可以了。这是一个朋友的,我只是跟大家分享一下。
  3. 所属分类:其它

    • 发布日期:2012-05-22
    • 文件大小:217088
    • 提供者:zss6138
  1. Matlab遗传算法工具箱(gaot)下载及安装

  2. 美国北卡罗来纳大学的gaot遗传算法工具箱 使用方法: 1 将GAOT工具箱文件拷贝至Matlab文件夹下,具体路径视安装情况而定,例如: C:\program files\MATLAB\R2009a\toolbox。 2 将GAOT工具箱路径加入Matlab文件路径之中。 流程为:File-->Set Path-->Add Folder。即,将C:\program files\MATLAB\R2009a\toolbox\gaot文件夹加入该路径系统中。 3 重新启动Matlab,
  3. 所属分类:其它

    • 发布日期:2012-05-22
    • 文件大小:108544
    • 提供者:cxmdj
  1. MATLAB遗传算法GAOT工具箱

  2. 美国北卡罗来纳大学的gaot遗传算法工具箱 使用方法: 1 将GAOT工具箱文件拷贝至Matlab文件夹下,具体路径视安装情况而定,例如: C:\program files\MATLAB\R2009a\toolbox。 2 将GAOT工具箱路径加入Matlab文件路径之中。 流程为:File-->Set Path-->Add Folder。即,将C:\program files\MATLAB\R2009a\toolbox\gaot文件夹加入该路径系统中。 3 重新启动Matlab,
  3. 所属分类:教育

    • 发布日期:2012-10-30
    • 文件大小:104448
    • 提供者:pzy8211038
  1. 金刚石算法设计··································

  2. AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy
  3. 所属分类:C++

    • 发布日期:2008-10-13
    • 文件大小:2097152
    • 提供者:Headmast
  1. matlab遗传算法工具箱gaot

  2. 美国北卡罗来纳大学的gaot遗传算法工具箱 使用方法: 1 将GAOT工具箱文件拷贝至Matlab文件夹下,具体路径视安装情况而定,例如: C:\program files\MATLAB\R2009a\toolbox。 2 将GAOT工具箱路径加入Matlab文件路径之中。 流程为:File-->Set Path-->Add with Subfolders。即,将C:\program files\MATLAB\R2009a\toolbox\gaot文件夹加入该路径系统中。 3 重新
  3. 所属分类:其它

    • 发布日期:2014-06-09
    • 文件大小:108544
    • 提供者:u010848077
  1. 谢菲尔德大学遗传算法matlab工具箱

  2. 谢菲尔德大学遗传算法matlab工具箱,解压后放入matlab安装文件下的toolbox文件夹中,file-set path-add directory-save. matlab2012可能有点问题,matlab2009可行。
  3. 所属分类:其它

    • 发布日期:2014-11-30
    • 文件大小:423936
    • 提供者:deng_sai
  1. 寻路算法演示程序(A*,BFS,Dijkstra )

  2. Usage: Simply double click on server.exe and client.exe By default, the server starts on 127.0.0.1(localhost) and uses the port 31416. If you want to specify another port, add options while executing the server.py. This can be done by either executi
  3. 所属分类:游戏开发

    • 发布日期:2015-06-07
    • 文件大小:5242880
    • 提供者:a374826954
  1. shift and add算法介绍

  2. shift and add算法介绍
  3. 所属分类:讲义

    • 发布日期:2016-05-06
    • 文件大小:3145728
    • 提供者:wk43729071
  1. 多项式拟合在log-add算法单元中的应用及其FPGA实现

  2. 综合考虑面积和速度等因素,采用一次多项式拟合实现了简单快速的log-add算法单元。实验结果表明,在相同的精度要求下,其FPGA实现资源占用合理,硬件开销好于其他次数的多项式拟合实现方案。
  3. 所属分类:其它

    • 发布日期:2020-10-23
    • 文件大小:312320
    • 提供者:weixin_38711643
« 12 3 4 5 6 7 8 9 10 ... 15 »