搜索资源列表
kthtree
- kthtree问题 给定一棵有向树T,树T 中每个顶点u都有一个权w(u);树的每条边(u,v)也都有一个 非负边长d(u,v)。有向树T的每个顶点u 可以看作客户,其服务需求量为w(u)。每条边(u,v)的边长d(u,v) 可以看作运输费用。如果在顶点u 处未设置服务机构,则将顶点u 处的服务需求沿有向树的边(u,v)转移到顶点v 处服务机构需付出的服务转移费用为w(u)*d(u,v)。 树根处已设置了服务机构,现在要在树T中增设k处服务机构,使得整棵树T 的服务转移费用最小-kt
BMalthorithm
- BM算法找出产生该段序列的最短级数的线性反馈移位寄存器(LFSR),如对序列a=(1001101011),结果为LFSR(25,4)即周期为25,寄存器级数为4,此处所给为固定长度。-Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For example, as for a=(1001101011), the
shujulianbiao
- 数据结构对于链表的操作 包括创建,添加,删除,移位,插入等操作-Linked list data structure for the operation, including create, add, delete, shift, insert, such as operation
minheaptemplate
- 最小堆模板完整类,将最小堆模板精简下用移位来处理插入删除速度有所提快-Integrity of the smallest stack template class, the minimum reactor under the streamlining template to deal with shift to insert quickly to remove the speed mentioned
digui
- 递归算法,很经典的移盘算法源代码,请用vc编译运行。-Recursive algorithm, it is the classic disk-shift algorithm source code, please use the vc compiler to run.
33
- 实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
huocai
- 移火柴游戏源码,是许多学校课程设计题目,希望对大家有参考作用。-Shift matches the game source code, a design of many school curricula, in the hope we have a reference.
Copimtion
- C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符__ 8 (7)、使用复合赋值表达式__ 8
BIgNum
- 实现了大数的创建,加减乘除,移位(左右),微分,积分等基本操作。-Realized the creation of tarsus, add, subtract, multiply and divide, shift (or so), differential, integral, and other basic operation
11
- 任务 编写程序计算波兰表达式的值。 输入 输入第一行是一个整数,表示输入文件中共有几个波兰式,之后每一行是一个波兰表达式。 -Enter the first line is an integer, the input file there are several Polish, followed by a Polish expression for each line. Each expression contains numbers and binary operators+
GL
- 在广义表文本框中按要求输入一个广义表,此时按DrawPic键会将绘制的表显示在右边的视图中,在处理字符文本框中输入一个字符,如果按Delete键将直接删除与之对应的广义表的结点,在替换字符文本框中输入一个字符,按Replace将替换广义表的结点数据,按ReInput键则重新输入-Required in the broad table in the text box to enter a broad table, the table will be drawn DrawPic key in the
LinkString
- 数据结构 串的源码 由机内标准串构造 元素后移 插入元素-The source of the data structure of string shift from within the standard string structural elements, insert elements
SqList
- 1、顺序表基本操作的实现 [问题描述] 当我们要在顺序表的第i个位置上插入一个元素时,必须先将顺序表中第i个元素之后的所有元素依次后移一个位置,以便腾空一个位置,再把新元素插入到该位置。若是欲删除第i个元素时,也必须把第i个元素之后的所有元素前移一个位置。 [基本要求] 要求生成顺序表时,可以键盘上读取元素,用顺序存储结构实现存储。 -1, the basic operation of the order of the table to achieve [Problem Descr
yiwei
- 移位寄存器的小程序,程序不长,自己写的。如果有不完善的地方,望批评指正。-Shift register of small program, and the program is not long, wrote. If there is no perfect place, hope criticism and corrections.
2fenfa
- 算法思想简单描述: 在插入第i个元素时,对前面的0~i-1元素进行折半,先跟他们中间的那个元素比,如果小,则对前半再进行折半,否则对后半进行折半,直到left>right,然后再把第i个元素前1位与目标位置之间的所有元素后移,再把第i个元素放在目标位置上。 -The algorithm ideas brief descr iption: 0 ~ i-1 of the preceding element in the i-th element is inserted, binar
kwic_oo
- key word in content. 包含输入,循环移位,排序,输出。使用面向对象技术开发-key word in content. includes an input, the cyclic shift, the sort and output. Using object-oriented technology development
sequence-cipher-and-shift-register
- 序列密码的安全保密性主要依赖于密钥序列,因此研究什么样的伪随机序列可以作为序列密码的密钥序列就成为序列密码研究中的主要问题,即序列密码的关键是产生密钥序列的算法。-Security and confidentiality of the password depends on the sequence of key sequence, the study of what can be used as a pseudo-random sequence key sequences password b