搜索资源列表

  1. MFC

    0下载:
  2. MFC完成的计算器,运用堆栈编程实现。比较简单,适合初学者。-MFC complete the calculator, using the stack programming. Simple, suitable for beginners.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2280448
    • 提供者:谢林
  1. ThreadBool

    0下载:
  2. 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:183296
    • 提供者:lavey
  1. expression

    0下载:
  2. 用堆栈实现了多项式的计算,适合数据结构的初学者-Polynomial with a stack of computing, data structures for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:667648
    • 提供者:杨琴
  1. progressmanagement

    0下载:
  2. 进程是当前操作系统下一个被加载到内存的、正在运行的应用程序的实例。每一个进程都是由内核对象和地址空间所组成的,内核对象可以让系统在其内存放有关进程的统计信息并使系统能够以此来管理进程,而地址空间则包括了所有程序模块的代码和数据以及线程堆栈、堆分配空间等动态分配的空间-Process is a current operating system is loaded into memory, the running instance of t
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:hkj
  1. datastructure

    0下载:
  2. 严蔚敏版数据结构(C)第3-4章部分核心习题答案源代码。包括堆栈,队列,字符串的各种操作和算法实现。代码结构规范简洁,注释完善,全部编译调试通过。-YAN Wei-min version of the data structure (C), chapters 3-4 answers to some of the core exercises the source code. Including stacks, queues, strin
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:18432
    • 提供者:赵稳
  1. 1

    0下载:
  2. 本实验实现的是一个简单的停车场管理模拟系统,采用堆栈的数据结构,对车辆的停放统一管理。-Implementation of this experiment is a simple simulation of car park management system that uses the stack data structure, the unified management of the parking of vehicles.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:张学兵
  1. Queue

    0下载:
  2. 设计一个队列,是操作系统等各种软件最常用的数据结构,特点是先进先出,堆栈的结构一般都很简单-Design a queue, the operating system and other software, the most commonly used data structure, characterized by FIFO, the structure of the stack are generally simple
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:452608
    • 提供者:nicai
  1. 02_stack_test

    0下载:
  2. ucos下的堆栈测试源码,配合ucos标准教程一书-ucos stack under the test source, with the standard tutorial book ucos
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-10
    • 文件大小:121856
    • 提供者:petterzhao
  1. bootloader

    0下载:
  2. s3c启动代码注释,包括建立中断向量表,初始化堆栈等-s3c startup code comments, including the establishment of the interrupt vector table, initialize the stack, etc.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:1262592
    • 提供者:刘桢光
  1. MyCalcDemo_WP7

    0下载:
  2. 初学者产物,一个用silverlight写的,基于堆栈实现的简单计算器,采用工厂设计模式,用于windows phone7平台-a simple calc demo based on stack.Running on WP7
  3. 所属分类:SilverLight

    • 发布日期:2024-05-10
    • 文件大小:131072
    • 提供者:唐良濯
  1. Chap04

    0下载:
  2. 这是关于队列堆栈的问题,比较详细的描述了队列问题和堆栈问题的实现和应用-This is a problem on the queue, stack, queue more detailed descr iption of the problem and the problem of implementation and application stack
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:20480
    • 提供者:yangai
  1. Senior.Design.VC.stack.pop

    0下载:
  2. VC编程堆栈弹出高级设计代码Senior Design VC programming code stack pop -Senior Design VC programming code stack pop
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:18432
    • 提供者:man
  1. kuohao

    0下载:
  2. 利用堆栈,实现检查输入的括号是否匹配的功能。-Using the stack to achieve check whether the input matches the function of the parentheses.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张立
  1. as

    0下载:
  2. 编写C语言程序,模拟UNIX磁盘空间管理中使用的分组链接法。 1.定义一个记录磁盘块号的堆栈S—free[10],以及记录栈中现有磁盘块数的变量S—nfree。 2.定义一个由40个元素构成的结构数组block[40]用作磁盘块存放。 struct size { int blocl[10] } struct blocd { struct size a[10] //用于在空闲磁盘块号链中存放磁盘块号
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:fdsf
  1. ThreadPooling

    0下载:
  2. 在现代的操作系统中,有一个很重要的概念――线程,几乎所有目前流行的操作系统都支持线程,线程来源于操作系统中进程的概念,进程有自己的虚拟地址空间以及正文段、数据段及堆栈,而且各自占有不同的系统资源(例如文件、环境变量等等)。与此不同,线程不能单独存在,它依附于进程,只能由进程派生。如果一个进程派生出了两个线程,那这两个线程共享此进程的全局变量和代码段,但每个线程各拥有各自的堆栈,因此它们拥有各自的局部变量,线程在UNIX系统中还被进一步分
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:14336
    • 提供者:caowenjun
  1. zhuanhuan

    0下载:
  2. 运用堆栈来解决数制的转换问题是数据结构中很简单的一个思维方法。-Number system using the stack to resolve the conversion issue is a very simple data structure, a way of thinking.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:杨速
  1. cx6

    0下载:
  2. java中的工具类和一些算法,如递归,排序,查找,链表,队列,堆栈等-java classes and some of the tools in the algorithms, such as recursion, sorting, searching, linked lists, queues, stacks, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:44032
    • 提供者:xyzlxtx
  1. mgsf

    0下载:
  2. 迷宫算法求解 bc++3.1和vc++6.0下调试通过 栈空判别 弹栈 将元素压入堆栈-Maze algorithm bc++3.1 and vc++6.0 to debug through the stack space will determine popped onto the stack element
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:30720
    • 提供者:严若林
  1. dashu

    0下载:
  2. 大数加法实现,里面有个堆栈实现 有时间可以看看 练习用的玩-BIG NUM for sum
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:183296
    • 提供者:lixialin
  1. 201012262134503

    0下载:
  2. 通过heap2程序调用,导致堆栈溢出,获取管理员权限 -By heap2 procedure calls, cause a stack overflow, access to administrator privileges
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:zjjwyh163
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org