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

搜索资源列表

  1. SNSE

    0下载:
  2. 梯度法求解非线性方程组,数值算法与计算机实现-Gradient method for solving nonlinear equations, numerical algorithms and computer implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:717
    • 提供者:孙臻
  1. sparselm-1.3

    0下载:
  2. sparselm,稀疏矩阵lm算法,计算机视觉、摄影测量领域必备利器-sparselm, lm sparse matrix algorithms, computer vision, an essential tool for the field of photogrammetry
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:92267
    • 提供者:liyunlei
  1. sudoku

    0下载:
  2. 里面的算法探索了数独的求解方法。 基于人类思维思考的唯一候选法、三链列删减法、关键数删减法等均有实现。 另外也尝试了计算机思维方法的穷举法。-The algorithm explores the method of calculating the sudoku. Based on the human mind to think the only candidate method, three chain column cut method, cut key method, etc w
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:755671
    • 提供者:wushiyan
  1. edgelist

    0下载:
  2. 改进的有效边表算法,来自计算机图形学的简单代码-Improved active edge table algorithm, a simple code from the computer graphics
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2155804
    • 提供者:彭钊
  1. hoseprople

    0下载:
  2. 骑士游历问题是一个经典的数学问题。其思想在电路图的设计及图像加密等方面都有帮助,如果能将骑士游历问题算法通过计算机语言程序化将对其在其他领域中的应用有极大帮助-Knight traveled problem is a classical mathematical problem. The idea in the schematic design and image encryption and other aspects help if the problem can knights trave
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:738
    • 提供者:李浩
  1. SeedFill

    0下载:
  2. 一个MFC程序,能实现种子填充算法,计算机图形学。-Seed filling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:473859
    • 提供者:liuqizhi
  1. homer

    2下载:
  2. HOMER(Hybrid Optimization Model for Electric Renewable,可再生能源互补发电优化建模)。HOMER是一个计算机模型,它简化了离网和并网对于远程的、独立的和分布式发电系统的评估选择的任务。HOMER优化和灵敏度分析算法,可以用来评估系统的经济性和技术选择的可行性,以及考虑技术成本的变化和能源资源的可用性。-HOMER (Hybrid Optimization Model for Electric Renewable, renewable ener
  3. 所属分类:Other systems

    • 发布日期:2017-02-26
    • 文件大小:7088128
    • 提供者:LILI
  1. RSA

    0下载:
  2. RSA算法,输入公钥求解私钥,最后对明文进行加密,但是只是针对一个元素,计算机安全与保密作业,C语言-RSA algorithm for solving public input private key to encrypt the plaintext last, but only for one element, computer security and privacy operations, C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:778
    • 提供者:陈洁
  1. vigenere

    0下载:
  2. vigenere算法,对一段明文进行加密,明文存入文本中,密钥自己输入,且密钥是字符形式,计算机安全与保密作业,C语言-Vigenere algorithm, a plaintext is encrypted, the plaintext into text, key input, and the key is the character form, computer security and security operations, C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:548
    • 提供者:陈洁
  1. Rabin

    0下载:
  2. rabin算法,Rabin算法中,参数p和q取值范围在100-9999之间,计算机安全与保密作业,C语言-Rabin algorithm, Rabin algorithm, parameters of P and Q values in the range of 100-9999, computer security and security operations, C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:575
    • 提供者:陈洁
  1. DDA

    0下载:
  2. DDA直线生成算法 计算机图形学在easyX C++语言实现-DDA line drawing algorithm in computer graphics in easyX C++ language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:535
    • 提供者:YouHu
  1. FFT

    0下载:
  2. 采用快速傅里叶变换能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。-Using fast Fourier transform computer can calculate the number of multiplications needed for the discrete Fourier transform greatly reduced, especially sampling points N is transform
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:625
    • 提供者:莫志军
  1. gatbx

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3158836
    • 提供者:liu
  1. CPPPROGRAMMING-100

    0下载:
  2. 采用c语言编写的100个各种小程序,包含动画、图形显示、算法实现和对计算机内存和硬盘的查询及操做。-Using c language of 100 kinds of small procedures, including animation, graphics, algorithms and query and do gymnastics on computer memory and hard drive.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2639395
    • 提供者:wang
  1. Cal_IEEE754

    0下载:
  2. 基于IEEE754算法的计算器,采用计算机内置的算法进行编译-Base on the IEEE754
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1900825
    • 提供者:zpu
  1. classical-GA-method

    0下载:
  2. 遗传算法是计算机科学人工智能领域中用于解决最优化的一种搜索启发式算法,是进化算法的一种。这种启发式通常用来生成有用的解决方案来优化和搜索问题。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。-In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selec
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3465
    • 提供者:liu
  1. booth

    0下载:
  2. 使用C语言实现 计算机原理中的booth算法 让大家更好的理解-Using C language to realize computer principle, let us better understand the booth algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:172202
    • 提供者:dazhao
  1. EightQueen

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种计算机语言可以解决此问题。-Eight Queen
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:923
    • 提供者:周慕白
  1. pro4

    2下载:
  2. 电子科技大学计算机系统结构课程设计:页面置换算法性能分析-University of Electronic Science and Technology Computer Architecture Course Design: page replacement algorithm performance analysis
  3. 所属分类:Other systems

    • 发布日期:2015-05-09
    • 文件大小:1891328
    • 提供者:刘洪晔
  1. TSP_main_Program

    0下载:
  2. 此算法为模拟退火算法,典型例题为旅行商选路问题,也可用于计算机网络中的路由选择问题-Simulated annealing algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:wangyaowen
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com