搜索资源列表
S盒的线性逼近表
- 此为密码攻击中的线性分析,通过对S盒的分析,来达到对S-P密码体制的攻击-password for this attack linear analysis of the S-box analysis, in order to achieve the S-P Cryptosystem attack
lianbiao
- 一个完善的链表,可以向你展示如何使用线性表构建数据结构-A complete list, you can show you how to use the linear form to build data structure
linktable
- 线性表子系统,包括线性表的创建、遍历、输出、等等可以作为课程设计的原材料-Linear List subsystems, including the linear form of creation, traversal, output, and so can be used as raw materials for curriculum design
include
- 实现链式线性表,在Vc++环境下方可运行-qr
main
- Linux功能主文件本实验并没有进入系统空间对实际进程页面进行控制,而是在用户空间用线性表的连续存储方式对进程页面交换进行模拟。 -rintf("Select the arithmetic:\n(1)LRU\n(2)FIFO\nyour choice is:")
testlist
- 线性表常用子函数,插入,删除,排序,逆序,归并,等等.-Linear form used subroutine, insert, delete, sort, reverse, merging, and so on.
xianxingbiao
- 实现线性表的基本算法 及其功能的实现 可以对其进行插入 删除 查询等操作-The basic algorithm to achieve a linear form and function of the realization of their insertion can delete queries and other operations
manage
- 本程序实现了学生成绩管理的相关功能。学生的信息用了一个线性表来存储,记录了学生的姓名、学号、三门课的成绩和排名。在程序运行之前就已经记录了一些同学的信息,并保存到文件中,下次再运行时自动将信息导入,程序结束后又将修改或添加的信息保存到同一文件中。程序定义了输入学生成绩、按不同方式查询学生成绩、添加和修改等方法。老师可以对成绩按各种条件查询、统计和排序,并能够以班级为单位打印成绩单。学生可以对自己的成绩和排名进行查询。-This program implements the management
linear
- 包括线性表的插入、删除、排序、查找的相关操作-Include linear table insert, and delete, sorting, find the relevant operation
1
- 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -english
LineTable
- 数据结构线性表的完善的试验系统,包含基本的各种存储结构的线性表操作,和应用系统测试,是一个完全的人机交互式系统-Line table Data structure of the perfect test system
Exp-for-computer-basic
- 实验一(线性表)到实验四等北航计算机软件基础课实验程序-Experimental 1(linear meter)to test four basic courses such as computer software Beihang experimental procedures
LinkList
- 链表的使用: 学生成绩信息管理 链式存储的线性表-Use of linked lists: student achievement information management chain store in linear form
Table-01
- 01顺序结构的线性表插入删除查找 01顺序结构的线性表插入删除查找-Table 01 Structure of the linear sequence of insertion and deletion lookup table 01 linear sequential structure of insert delete find
Table-02
- 链式结构的线性表 链式结构的线性表 -Linear form linear form linear chain structure chain structure of the chain table structure
Linear-table-insert-operation
- 线性表的插入操作,利用c++实现线性表的插入(数据结构)-Linear table insert operation, using the linear form c++ achieve insertion (data structure)
blank_List
- 线性表排序,属于数据结构内容,也是找到的-Linear table sorting
12
- 编程实现清除线性表L=(a0,a1,---,ai,-------,an-1)中重复元素。(programing to realize cleaning the repeated elements in sequence sheet)
3
- 编程实现线性表的合并,即线性表La=(a0a1, ……,am-1), Lb= (b0b1, ……,bn-1),求La∪Lb =>La。(the combining of sheet)
代码
- 实现线性表的插入和删除等等(ww)