搜索资源列表
溢出的原理和应用
- 践踏堆栈 [C语言编程] n. 在许多C语言的实现中,有可能通过写入例程 中所声明的数组的结尾部分来破坏可执行的堆栈. 所谓 践踏堆栈 。使用的 代码可以造成例程的返回异常,从而跳到任意的地址.这导致了一些极为险恶的数据相关漏洞-trampling stack [C programming language] n. In many C language implementation, it may be passed into routines statement by the end o
management
- 应用C语言实现一个员工工作信息管理系统 主要任务是实现对一个员工的各类人员的相关信息进行输入 输出 列表等操作。主要技术是使用数组,将数据存储到二进制文件中-Application of C language implementation of a management information system staff main task is to achieve a staff of all categories of personnel to carry out the relevant
varArr
- 自己写的例程,模拟USB初始化时枚举设备时动态数组的使用过程。只实现了其中的APPEND部分。其中SIZE为零的数组是其特点。-Write my own routine, simulation enumerate USB device initialization process of using the dynamic arrays. only part of APPEND. which is characterized by an array of zero size.
45
- 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数。 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符。(2)生产者和消费者各有两个以上。(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码。(提示:有界缓冲区可用数组实现)
trans
- C语言 指针实现而维数组的传递 传递数组名 两种方式-er wei shuzu trans name of array two methods C language
DArry
- 一个通用的动态数组,使用了面向对象的C语言实现。-A generic dynamic array, using object-oriented C language.
shengchanzheyuxiaofeizhe
- 设计目的:通过研究Linux 的进程机制和信号量,实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,有界缓冲区可用数组实现,缓冲区中的内容自定。 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程标识符.(2)生产者和消费者至少各有两个以上.(3)多个生产者或多个消费者之间须有对缓冲区进行共享操作的函数代码(注意互斥与同步).-Design Objective: To study the mech
snail
- 在Linux环境下,创建蜗牛型数组,并从命令行传递数组阶数,通过makefile实现自动编译-Create the below format number list(like a snail). If input is 3, the output should be: 1 2 3 8 9 4 7 6 5 If input is 4, the output should be: 1 2 3 4 12
BiTree
- c语言基础的数组方式二叉树的实现,stack函数。-c array of language-based way binary tree implementation, stack function.
hashsearch
- 用C实现的一个Hash查找算法,包括hash表的创建、删除、节点的查找等基本操作,可用于unsigned char数组做为输入去生成unsigned long long的key值。这个也可以根据自己的需要修改,如用于char数组作为输入去生成unsinged long的key值等。-The basic operation of the C implementation of a Hash search algorithm, including the creation of the hash t
mymaloc
- 双链表实现malloc free,模拟内存分配,开辟数组以模拟-Doubly linked list implementation malloc free, analog memory allocation, open arrays to simulate
hanoi_stack_array
- 利用数组实现的汉诺塔程序,属于Linux c语言的数据结构编程-Hanoi procedures implemented using the array data structure is Linux c programming language
elsfk_shuzu
- 用数组和VT实现的俄罗斯方块,有记分功能-Using arrays and VT Tetris, there is scoring function