搜索资源列表

  1. n-Queen

    0下载:
  2. 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the inte
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:251904
    • 提供者:王涛
  1. 20060712003

    0下载:
  2. 一种汉字模式识别的VC++源代码,里面包含了学习与识别的算法实现,识别一种汉字前,先学习几遍。识别率高,对学习与研究模式识别很有好处。方便修改。-a Chinese character pattern recognition VC source code, which contains the learning and recognition algorithm, a Chinese character recognition, fir
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:张俊
  1. Example30

    0下载:
  2. 基于神经网络的文字识别系统,它通过遗传算法实现。-Neural Network Based Character Recognition system, which through genetic algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:199680
    • 提供者:张德龙
  1. AntAnt

    0下载:
  2. 我根据书上算法自编的蚁群程序,也是我的中期筛选设计。目录下函数收敛图是用了VC的结果,在matlab里画的-algorithm based on the book written by Ant procedures, and also my mid-screening design. Directory function convergence plan is the result of the VC in Matlab Lane pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:421888
    • 提供者:尹明
  1. fdct1

    0下载:
  2. Loffer算法的DCT变换的C代码,还不错,大家看看! -Loffer DCT algorithm C code, quite good, we see!
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:190464
    • 提供者:马晖
  1. LZW_Demo_GOOD

    0下载:
  2. 一个很好的图像压缩算法!!! !!!1-a good image compression algorithm !!!!!!!!! 1
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:gfdgdf
  1. bomb-1.30-src

    0下载:
  2. 分形算法 图形特效,可随音乐变化,完整VC代码-fractal algorithm graphics effects, which can change music, complete VC code
  3. 所属分类:分形几何

    • 发布日期:2024-05-20
    • 文件大小:2792448
    • 提供者:
  1. viterbi1lva

    0下载:
  2. 这是lva算法,List of viterbi algorithm,使用qpsk信道,采用的编码是(133,171,165)-algorithm List of Viterbi algorithm, use qpsk channel, the coding is used (133,171,165)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:464896
    • 提供者:孙洪亮
  1. KMEANS_FixedBug

    0下载:
  2. 经典的K均值分类算法源码,修正了原作者没有处理当类中样本为0的情况下的bug-classic K-mean classification algorithm source code, that the original author did not address when the category 0 samples of the bug
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:赵真清
  1. eclat

    0下载:
  2. A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries out a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction list
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:无心
  1. LBGwlee

    0下载:
  2. 这是我写的用c语言实现LBG算法的一个程序。LBG算法是语音信号处理中一种矢量量化的方法。我的邮箱:wleechina@163.com-This is what I wrote with C Language LBG algorithm a procedure. LBG is the voice signal processing a vector quantization method. My mail : wleechina@163
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-20
    • 文件大小:253952
    • 提供者:李伟
  1. Face3DModel

    0下载:
  2. 利用opencv实现的快速模板匹配算法 Fast Template Matching Algorithm,提供Demo图像-use opencv achieve rapid template matching algorithm Fast Template Match ing Algorithm for Image Demo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:言研
  1. vcGA

    0下载:
  2. 基于VC开发的自适应遗传算法源程序 大家一起学习吧-development of the VC-based Adaptive genetic algorithm source you learn it
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:355328
    • 提供者:yaomm
  1. FP-GROWTH

    0下载:
  2. 本人上传的是FP-GROWTH算法的Visual C++ 6.0下的源代码实现,已调试通过-I upload the FP-GROWTH algorithm Visual C 6.0 source code is realized, Debugging has passed
  3. 所属分类:其它资源

    • 发布日期:2024-05-20
    • 文件大小:789504
    • 提供者:风中絮
  1. jihejiaozheng

    0下载:
  2. 该算法用于对畸变的图象进行整体的线性变换,达到对图象进行几何校正的目的,需要输入图象畸变参数和相位参数,供大家参考-the algorithm used for image distortion of the overall linear transformation, to achieve geometric image correction purposes, need input image distortion paramete
  3. 所属分类:分形几何

    • 发布日期:2024-05-20
    • 文件大小:1492992
    • 提供者:里浪
  1. chulijidiaodu_111

    0下载:
  2. 处理机调度,编写一个进程调度程序,允许多个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为输入进程的时间。
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:101376
    • 提供者:王山
  1. GoodPointSetBasedGeneticAlgorithm

    0下载:
  2. 利用数论中的佳点集的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的遗传算法,称之为佳点集的遗传算法 站长不接受我的代码说明名你对佳点集完全不了解我白传了-use of the theory of good points of the theory and method of genetic algorithm crossover operator of a new design. is a new genetic
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:595968
    • 提供者:lixijuan
  1. apC

    0下载:
  2. apriori算法的C++语言实现,国外网站收藏-apriori algorithm in C language, the foreign collection site
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:65536
    • 提供者:mdx
  1. ellipse_arc

    0下载:
  2. 绘制椭圆弧,这个算法讲究快速、效率高,特别是逼近椭圆弧的直线个数较少-drawn ellipse, the algorithm stresses fast, high efficiency, in particular approximation ellipse line number less
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:wgede
  1. encryptdll3.6.1

    0下载:
  2. 《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:380928
    • 提供者:yangrui
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org