搜索资源列表
majority
- 从给定的一组数组中,寻找当前数组中的多数元素,其中多数元素的定义为其在数组中的个数大于其数组元素个数的一半,该算法采用递归的方式,求得其多数元素的候选值,然后进行验证,最终求得结果-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
Grostl
- 实用c语言实现了grostl hash算法,该算法为sha3的决赛候选算法之一-Practical c language realized grostl hash algorithm for the final one of sha3 candidate algorithm
4
- 某次考试有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
d
- 约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序-Joseph Central (Joseph) a descr iption of the problem is: numbered 1
Cllanguage100ccases
- C语言经典算法100例,其中包括我们应聘工作经常用到的一些C语言的基础题目-C language 100 cases of classic algorithms, including our candidate is often used in some of the C language-based subject
fun_pointer
- 掌握函数调用中,参数为值传递,指针等知识,该题为一道应聘软件开发工作的面试题!-Grasp the function call, the parameter is passed by value, pointer of such knowledge, the software development work, entitled a candidate face Question!
herosoft
- 网络考试系统,ASP.Net平台项目,手工试卷录入,自动评分,考生信息修改等功能。-Network test systems, ASP.Net platform project, handmade paper input, automatic scoring, the candidate functions such as information changes.
moravecxin
- 首先, 计算每个像素点的兴趣值, 即以该像素点为中心, 取一个w×w(如:5×5)的方形窗口, 计算0度、45度、90度、135度四个方向灰度差的平方和, 取其中的最小值作为该像素点的兴趣值。 其次,根据实际图像设定一个阈值,遍历图像以兴趣值大于该阈值的点为候选点。 最后,选一个一定大小的窗口,让该窗口遍历灰度图象,在此过程中取窗口中兴趣值最大的候选点为特征点,算法结束。 -First, calculate the value of each pixel of interest, t
VoteManagementSystem
- 电子投票平台在投票之前需要进行身份验证。管理员,可以对候选人信息进初始化和修改,还可浏览候选人信息介绍。除了投票业务流程的功能外,管理员还可以对使用该系统的用户进行管理,具体对投票系统使用者的管理操作有创建用户信息文件,使用者必须知晓自己的用户名和密码,并正确登录,以此来保证安全性。还可以对用户信息进行增加、删除、修改和查询操作。 -Electronic voting platform before the vote required to authenticate. Administra
test
- 自己的毕业设计,很好很强大,有考生用户,教师用户,管理员用户,很不错的软件,望大家好评!-Their graduation project, nice and strong, candidate users, teachers, user, administrator user, the software is very good, hope you praise!
countrs
- 这个是c的一个小程序,主要能解决多个候选人投票技术的问题-C This is a small program, the main candidate to solve various technical problems voting
Programmer_common_interview_questions_in_depth_ana
- 程序设计员应聘常见面试试题深入剖析Programmer common interview questions in depth analysis of candidates-Programmer candidate interview questions common insight Programmer common interview questions in depth analysis of candidates
VoltStat
- 用于电子实时计票系统。支持多个候选人参预选举,实时计票,随时统计每个候选人票选结果。-Real-time systems used for electronic counting. Intervention in support for multiple candidate elections, real-time counting of votes, the results of any voting statistics for each candidate.
vote_management
- 模拟候选人投票管理程序设计,培养设计项目的能力-A candidate to vote in the management of programming,enhance the ability to design projects.
TAC-SCM-Team-tac-scm-agent-game-candidate-final-6
- exampleAgent AGENT-CAPABILITIES. PRODUCT-RELEASE”ACME Agent release 1.1”. STATUS current. DEscr iptION. ”Relase fo 4BSD” ...... CEM-SCM. CEM-CW2k. CEM-CWM. CEM- CTM ...... logging source-interface Loopback0 snmp-server community public RO ..... CCO/T
ibm
- IBM实习大礼包,里面含有海量丰富的资源,包括本科生,研究生求职应聘的BBS论坛资料汇总-IBM internship spree, which includes massive rich resources, including undergraduate, graduate job candidate' s BBS Forum Information Summary
voting
- 投票规则如下: 1. 每个投票者只可以投一次票. 投票者通过生成的随机数 在第一个到最后一个候选人之间选择一个候选人来进行投票. 2. 每一个候选人都保存着投票者给他们投票的记录 3. 选举之后, 拥有最高投票数的候选人当选. -The voting rules are as follows: 1. Each voter can vote only once. The voter decides which candidate to choose by generating
quanpailie
- 输出n个自然数中以r个数全排列,回溯法也称为试探法,该方法首先暂时放弃关于问题规模大小的限制,并将问题的候选解按某种顺序逐一枚举和检验。在回溯法中,放弃当前候选解,寻找下一个候选解的过程称为回溯。-The output n natural numbers r the number of full array backtracking also called heuristics, this method first temporarily abandon the restrictions on
liantongyu
- 八邻域实现的连通域标记,可以去除小的区域-Achieve eight neighborhood connected component labeling, you can remove some of the small non-candidate region
Candidate-elimination-algorithm
- 本内容主要包含的是python的候选消除算法的实现-The main content of this paper is the implementation of Python candidate elimination algorithm