搜索资源列表
partition1
- 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点,使得结果最优。 算法思想: 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成两个集合,TA和BA,TA中的元为:{ A1 、A2 …… An-1 },BA中的元素为:{ An} 3、 确定集合TQ、BQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA
partition2
- 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点(2个),使得结果最优。 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成3个集合,TA和BA和MA, 3、 确定集合TQ、BQ,MQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA}, MQ={ qj| AQ(qi) MA},OQ=Q-{TQ BQ}。
200531316555616
- 本系统主要是对学生的考试成绩进行分析,以掌握学生的学习动态,为后期的教育教学服务。本系统有以下的功能:1、从一个班的学生每一次考试(进入本系统) 开始,存储所有的考试记录,理论上是无限次,只由系统的硬件决定。2、计算每一次考试后本次学生在本班的位次、自己的考试成绩与本班本次平均分之间的差值(均分差)、自己成与本班本次平均成绩的比值(均分比),自己本次考试的等级、自己本次考试与以前相比的升降-the system is mainly for students in test scores anal
c45
- 该代码是数据挖掘里面的决策树算法 利用c45理论,通过对训练数据的分析判断,计算出各个数据的其它对目标属性的重要程度,即计算出每个其它数据的信息增益值来将训练数据逐步分类,最后得出目标分类,从而实现决策树的生成过程。最后即可利用此决策树来对新的数据进行测试,判断其目标属性的可能值。
databasebackup
- 1) 数据的导入和倒出 a) 如何从其它格式的文件导入数据到表中 b) 如何备份以及恢复数据库(下载目录里有lkj.dat文件,为一数据库备份) c) 如何从其它的服务器上备份和恢复数据 2) 备份恢复后,有下列表,这些表之间没有约束,请增加约束 a) 学生信息表 b) 教师信息表 c) 课程信息表 d) 选课信息表 e) 教师开课表 3) Class表有重复记录(课程代码) ,请删除 4) 课程信息表里有NULL值,请用0分替代 5) 查询操作
pagerank.rar
- PageRank的MapReduce(hadoop)实现,包括链接关系的抽取,PageRank值的计算和结果的排名显示。,implementation of PageRank using hadoop.
学习ADO时
- 对ADO学习的总结,有统计,计算,对SQL语句的详细使用,很好的代码,值的学习-right ADO study's summary, statistics, calculation, to the SQL statement detailed the use of good code, the value of learning
168
- 三角网是由一系列连续三角形构成的网状的平面控制图形,是三角测量中布设连续三角形的两种主要扩展形式,三角插值计算,等值线绘制-Triangle network is composed of a series of triangles mesh plane control graphics, is arranged in a continuous triangle triangulation two main extended form, trigonometric interpolation ca
lottery
- 彩票软件,自动处理彩票的计算逻辑,自己录入数据,根据算法得到彩票的值-Lottery ticket
pi
- linux下计算PI值,创建线程、互斥锁,可以借鉴一下-PI values calculated under linux, create threads, mutexes, we can draw
cangkuyuanma
- 基于VB设计的仓库管理源码。 1:密码先加上nczywqWj后,再经过MD5加密,存放在mm.dll里面。然后对mm.dll文件再计算MD5值,存放在数据库中。 2:使用Access数据库。 3:config.ini中存放当前年份,在主程序中显示当年的数据库,每年自动新建一个数据库。 4:在出,入和销售明细中,按Alt+Shift+del。可以弹出删除明细。 5:更多内容,请自行查看源码-Based on the Microsoft Visual Basic 6.0 sou
jisuanshenqi
- 设计滤波器时,可以输入相应要计算的值,自动计算频率,电容,电阻等。-Design filter, you can enter a value corresponding to the calculated automatically calculate the frequency, capacitance, resistance and so on.
2.1CalculatePSNR
- 计算两序列间的PSNR值,在H.264编码测试中,比较编码效率时,绘制RD曲线的必要工具之一。-used for calculating PSNR of two sequency,which is important in comparing two encoding software
examples
- 并行计算PI值的一个小程序,利用循环,精确计算PI值,循环次数越多,PI值计算的结果越精确-PI values of parallel computing in a small program, using cycle accurate calculation of PI values, the more cycles, PI value the more accurate the results
haohaokankan
- 使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。-Keyboard input expression, the expression values calculated and output the expression into postfix expression output, the use of a postfix expression to uate the expression and output.
Calculation
- 表达式求值,用户输入需要计算的计算式,程序计算出来。-Expression for the value of user input required calculation calculation formula, the program calculated.
sssssssssss
- 函数要求编写递归函数power( float base, int exponent )// 计算baseexponent的值;并且要求输出递归调用过程的相关信息。-Function requested by the recursive function power (float base, int exponent)// calculate the value of baseexponent and asked the output process of recursive calls rel
sssssssssss
- 函数要求编写递归函数power( float base, int exponent )// 计算baseexponent的值;并且要求输出递归调用过程的相关信息。-Function requested by the recursive function power (float base, int exponent)// calculate the value of baseexponent and asked the output process of recursive calls rel
数据结构课程设计源代码
- 编写一个程序,通过前缀表达式来构造一个与之对应的算术表达式并存入二叉树中,通过中序遍历二叉树输出表达式及对其进行变量赋值,通过后序遍历二叉树计算表达式的值。(A program is written by prefix expression to construct an arithmetic expression corresponding to it and store it into two binary tree. Through traversing two fork tree out
