搜索资源列表

  1. WINDOWS_ProcessInfo

    0下载:
  2. windows核心编程的代码,没有用MFC,完全采用WIN32和DDK开发,在WIN2000下运行.统计进程的状态和堆栈.-windows core programming code without using MFC, completely WIN32 and DDK Development, running in Windows 2000. Statistical process and the state stack.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:24300
    • 提供者:wtm
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1972193
    • 提供者:李平
  1. 有理数四则运算

    0下载:
  2. 利用堆栈实现有理数的四则运算,比较长,但是基本功能都能够实现,算是比较有用的-stack to achieve rational use of the four operations, a long, but the basic functions can be realized, as a relatively useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3215
    • 提供者:刘新夏
  1. 中缀表达式求值

    0下载:
  2. 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1341
    • 提供者:吴伟
  1. MSP430单片机C语言编程中的退出睡眠问题

    0下载:
  2. MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM w
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:39890
    • 提供者:lj
  1. fifo1616

    0下载:
  2. FIFO先入先出堆栈,包括三个子程序,可根据需要选择-FIFO first in-first stack, including three subprogram, according to choose
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4799
    • 提供者:陈正一
  1. duizhan

    0下载:
  2. 堆栈算法。输入为整数N,输出为N的M种输出。-stack algorithm. Integer N input and output for the M N output types.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:796
    • 提供者:梁诚杰
  1. 停车管理系统

    0下载:
  2. C编的停车场管理系统,用堆栈和队实现的,并加入了人性化设计-C series of the car park management system, with stacks and team achievement, and joined the humanized design
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13403
    • 提供者:李明
  1. shiziguiping

    0下载:
  2. 石子归并问题:在一个圆形操场的四周摆放着N堆石子(N<= 100),现要将石子有次序地合并成一堆.规定每次只能选取相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分.编一程序,由文件读入堆栈数N及每堆栈的石子数(<=20)。 (1)选择一种合并石子的方案,使用权得做N-1次合并,得分的总和最小; (2)选择一种合并石子的方案,使用权得做N-1次合并,得分的总和最大; -stones : a
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2076
    • 提供者:杰勒比
  1. 具有运算符优先级的计算器(C语言)

    0下载:
  2. 用C语言编写的计算器,具有运算符优先级,采用堆栈实现。-C language prepared by the calculator, with priority Operators using stack to achieve.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:49430
    • 提供者:新新
  1. 四则运算jgj

    0下载:
  2. 四则运算的实现,是用C语言编写的,定义了堆栈.-four operations, were prepared using the C language, the definition of the stack.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2534
    • 提供者:Jiner
  1. SEEDVPM642_net

    0下载:
  2. TI的DSP网络部分网络的接口测试的程序。通过闭环发送和接收。程序为TI编写,网络队列和堆栈的操作十分经典。-TI DSP network parts of the network interface test procedures. Through closed-loop send and receive. TI procedures for the preparation, network stack and queue opera
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:440340
    • 提供者:靳朝
  1. TestAPI_Java_1

    0下载:
  2. 一些JavaAPI测试的源代码(包括一些Java中常用的数据结构类,还有自己实现的堆栈等),做Java开发这些细节东西真的很重要,很值得一看,定会受益的。-some java API test the source code (including some Java common data structure types, There achieving his stack, etc.), Java developers do the
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:41270
    • 提供者:奇迹
  1. JAVA的计算器

    0下载:
  2. 这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the in
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18453
    • 提供者:炸鱼
  1. DSPBIOS启动源码

    0下载:
  2. DSP启动源代码,功能:初始化堆栈段,初始化数据段,跳转到main函数。-start DSP source code functions : initialization stack of data initialization of the Jump to the main function.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3236
    • 提供者:王刚
  1. simplecomputer

    0下载:
  2. 主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现).-main feature is support polynomial operations, which can import an entire polynomials, and to identify the priority level computing (using stack achieved).
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:139225
    • 提供者:cai
  1. ICTCLASCaller

    0下载:
  2. ICTCLAS的JNI调用接口文件: Title:ICTCLAS Caller * <p>Descr iption:do chinese word segmentation.don t change the pakage and CLASS name, orelse you can t use it. * 请不要改变包名、类名以及native的方法名,否则调用将失效。 * 由于ICTCLAS本身
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2617
    • 提供者:郑昀
  1. parserwithstack

    0下载:
  2. 编译作业,此法语法分析,并且模拟堆栈机,可以带if,while-compiler operations, the French and France analysis, and simulation stack machine, can take if, while
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:95064
    • 提供者:古月
  1. LPC2292_boot

    0下载:
  2. Lpc2292的启动代码,进行启动设置、堆栈设置和外部总线配置-Lpc2292 the boot code, start the setup, setup and stack external bus configuration
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5276
    • 提供者:许书军
  1. stackPING

    0下载:
  2. 怎么样利用MSTCP堆栈去PING另外一台计算机?-like how to use parameter stack PING another computer
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2424
    • 提供者:glow
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org