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

搜索资源列表

  1. qimageprops

    0下载:
  2. 此代码可以实现读取位图图像的功能,均已在vc6.0下边已通过。-this code can achieve read bitmap image features have been included in vc6.0 top candidate has passed.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:152501
    • 提供者:long
  1. countTicketEconomy

    0下载:
  2. 统计候选人的得票情况,在原有的基础上,可任意添加新的候选人,因此还有统计新的候选人人数和弃权人数-statistics candidate obtained, the original basis, can arbitrarily add new candidates Therefore, there is still the new statistics the number of candidates and the number of abstentions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1484
    • 提供者:Eaglexiu
  1. Candidate

    0下载:
  2. 中文信息处理的有关成员的函数,用VC++编写,只有.cpp文件的详细代码
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1468
    • 提供者:张莉
  1. McGraw.Hill.Sun.Certified.Enterprise.Architect.For

    1下载:
  2. Sun’s most advanced certification program in Java technology is the Sun Certified Enterprise Architect (“SCEA”) for Java 2 Platform. This book, the Sun Certified Enterprise Architect for J2EE Study Guide (Exam 310-051), provides all the information t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9037203
    • 提供者:Chunyi Zhou
  1. mars

    0下载:
  2. AES候选源码,安全性高于DES,速度快于DES-AES candidate source, safe in DES, faster than DES
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:6776
    • 提供者:ldy
  1. 约瑟夫演示

    0下载:
  2. 编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数),一开始人选一个正整数作为报数上限m,从第一个人开始按顺时针方向从自1开始顺序报数,报道m时停止报数。报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止,设计一个程序求出出列顺序。采用单向循环链表模拟此过程,按照出列的顺序印出各人的编号测试数据:m的初值为20;n=7,7个人的密码依次为:3,1,7,2,4,8,4,首先m的值为6(正确的出列顺序应为6,1
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1440
    • 提供者:弄月
  1. 实现了候选消除算法

    1下载:
  2. 实现了候选消除算法,他是人工智能中的一种重要算法。通过建立G,S空间来对数据进行推理。本程序附带有测试数据和程序说明。,Candidate to achieve the elimination of algorithms, artificial intelligence, he is an important algorithm. Through the establishment of G, S space to the data reasoning. This procedure comes
  3. 所属分类:Windows编程

    • 发布日期:2017-04-09
    • 文件大小:1694242
    • 提供者:secret
  1. 在线考试为了保障整个系统的安全性

    0下载:
  2. 在线考试为了保障整个系统的安全性,在线考试系统实现了分类验证的登录模块,通过此模块,可以对不同身份的登录用户进行验证,确保了不同身份的用户操作系统。在抽取试题上,系统使用随机抽取试题的方式,体现了考试的客观与公正。当考生答题完毕之后,提交试卷即可得知本次考试的得分,体现系统的高效性。在后台管理上,分后台管理员管理模块和试题管理模块。分别适应不同的用户,前者只有系统的高级管理员才能进入,对整个系统进行管理。而后者只允许教师登录,教师可以对自己任教的科目试题进行修改,并且可以查看所有参加过自己任教科
  3. 所属分类:C#编程

    • 发布日期:2017-03-24
    • 文件大小:534585
    • 提供者:sjxws
  1. majority

    0下载:
  2. 从给定的一组数组中,寻找当前数组中的多数元素,其中多数元素的定义为其在数组中的个数大于其数组元素个数的一半,该算法采用递归的方式,求得其多数元素的候选值,然后进行验证,最终求得结果-A group from a given array to find the majority of the current array element for most of the elements in the array defines the number of greater than half the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:4598
    • 提供者:feng
  1. Grostl

    0下载:
  2. 实用c语言实现了grostl hash算法,该算法为sha3的决赛候选算法之一-Practical c language realized grostl hash algorithm for the final one of sha3 candidate algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4207407
    • 提供者:小释
  1. ch04DataStreamsReadersandWriters

    0下载:
  2. Apriori is a seminal algorithm for fi nding frequent itemsets using candidate generation [1]. It is characterized as a level-wise complete search algorithm using anti-monotonicity of itemsets, “if an itemset is not frequent, any of its super
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:30229
    • 提供者:鱼彬彬
  1. yuesefu

    0下载:
  2. 约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,没人持有一个密码。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针自1开始报数,报到m是停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止-A descr iption of Joseph is: No. 1,2, ..., n of n individuals according to a clockwise direction ar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:44224
    • 提供者:王军
  1. Chinesecharacterrecognition

    0下载:
  2. 在WIN XP/2000 下的对手写输入的汉字的识别处理,支持手写输入,支持侯选字区域。-WIN XP/2000 in the handwriting input of Chinese characters on the recognition processing, support handwriting input in support of a candidate word regional.
  3. 所属分类:Windows编程

    • 发布日期:2017-05-23
    • 文件大小:1964289
    • 提供者:刘林涛
  1. VFP

    0下载:
  2. VFP开发的一个输入考生考号,可以同时查看考生的相关资料.-VFP development of an input candidate candidate number, you can also view the candidate
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1464
    • 提供者:GUOMIN
  1. 4

    2下载:
  2. 某次考试有20个单项选择题,下面是这20个题的正确答: //* 1.B 2.D 3.A 4.A 5.C 6.A 7.B 8.A 9.C 10.D //* 11.B 12.C 13.D 14.A 15.D 16.C 17.C 18.B 19.D 20.A //* 采用数组存储上述20个标准答案,要求用户输入考生的答 //* 案,并采用另一个数组存储,程序显示该生是否通过考试, //* 并显示考生答错的题数和题号。-A second examination 20
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1053
    • 提供者:yann
  1. Apriori

    1下载:
  2. 关联规则挖掘的研究工作主要包括:Apriori算法的扩展、数量关联规则挖掘、关联规则增量式更新、无须生成候选项目集的关联规则挖掘、最大频繁项目集挖掘、约束性关联规则挖掘以及并行及分布关联规则挖掘算法等,其中快速挖掘与更新频繁项目集是关联规则挖掘研究的重点,也是多种数据挖掘应用中的技术关键,已用于分类规则挖掘和网络入侵检测等方面的研究。研究者还对数据挖掘的理论进行了有益的探索,将概念格和粗糙集应用于关联规则挖掘中,获得了显著的效果。到目前为止,关联规则的挖掘已经取得了令人瞩目的成绩,包括:单机环境
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2055847
    • 提供者:henry
  1. Candidate-Elimination

    0下载:
  2. Candidate Elimination
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:51051
    • 提供者:toanho
  1. Monitor-the-candidate

    0下载:
  2. 有几个班长候选人,统计各个候选人的票数,推选出班长。-There are several monitor candidate, statistics of each candidate s votes, elected our monitor.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:168733
    • 提供者:王俊霞
  1. Candidate-elimination-algorithm

    1下载:
  2. 本内容主要包含的是python的候选消除算法的实现-The main content of this paper is the implementation of Python candidate elimination algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3142
    • 提供者:IVAN
  1. Candidate-Elimination-master

    0下载:
  2. Implementaion Candidate Elimination in C++
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:5120
    • 提供者:hamidhaji
« 12 3 4 5 »
搜珍网 www.dssz.com