Welcome![Sign In][Sign Up]
Location:
Search - PUSH

Search list

[Other resourcejw-0417-push

Description: j2me的PushRegister代碼,用來從服務器端來向客戶端發送信息-j2me the PushRegister code from the server used to send to the client information
Platform: | Size: 10536 | Author: xubeson | Hits:

[Other resourcesjjg1

Description: 问题描述 假设停在铁路调度站入口处的车厢序列的编号依次为1,2,3..n。设计一个程序,求出所有可能由此输出的的长度为n的车厢序列。 基本要求 在栈的顺序存储结构SqStack之上实现栈的五种基本要求,即实现栈类型。除了栈初始化操作之外,都要按函数实现。Push(s,x)是一个布尔函数,当且仅当栈s上溢出时返回“假“值;再说明一个ElemType型的常量StackEmptyMark,操作pop(s)和top(s)遇到栈s为空的情况时返回值StackEmptyMark。程序对栈的任何存取必须借助于基本操作要求。
Platform: | Size: 3069 | Author: 刘伟昌 | Hits:

[Other resourceOReilly.Advanced.Perl.Programming.2nd.Edition.Jun.

Description: With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a more accomplished programmer. O Reilly s most high-level Perl tutorial to date, Advanced Perl Programming, Second Edition teaches you all the complex techniques for production-ready Perl programs. This completely updated guide clearly explains concepts such as introspection, overriding built-ins, extending Perl s object-oriented model, and testing your code for greater stability. Other topics include: Complex data structures
Platform: | Size: 864370 | Author: 博涵 | Hits:

[Com Portsms_push

Description: 实现gprs猫发送短信息,wap push,push load,免提短信源代码.-gprs cat achieve this short message, WAP push, push load. Handsfree SMS source code.
Platform: | Size: 211937 | Author: 李伟 | Hits:

[CSharpfenshuwei

Description: A program that can easily caculate the fractal dimension. You need only input the parameter and then push the button.-A program that can easily caculate the frac tal dimension. You need only input the paramete r and then push the button.
Platform: | Size: 2341 | Author: piggy | Hits:

[CSharpfenshuweicalculation

Description: A program that can easily caculate the fractal dimension. You need only input the parameter and then push the button.-A program that can easily caculate the frac tal dimension. You need only input the paramete r and then push the button.
Platform: | Size: 2341 | Author: piggy | Hits:

[Other resourceJ2MEMIDPPush

Description: J2ME push技术,英文版,全面讲述了PUSH技术的三种PUSH模式 -J2ME push technology, English, comprehensive technology on the three PUSH PUSH model
Platform: | Size: 253219 | Author: 万新航 | Hits:

[CSharpsta

Description: 设当前系统中有多个栈在工作,多栈模拟问题要求模拟当前系统中各栈的工作状态。 由文件input.txt给出输入数据。第1行是正整数n,表示有n个栈操作。接下来的n行, 每行给出一个栈操作指令。栈操作指令“PUSH A B”表示将正整数B加入编号为A的栈顶; 栈操作指令“POP A”表示输出编号为A的栈顶元素输入文件示例 输出文件示例 input.txt output.txt 7 PUSH 1 100 PUSH 1 200 PUSH 2 300 PUSH 2 400 POP 3 POP 1 POP 2 0 200 4-set up the current system in a number of warehouse work, Stack simulation requires simulation of the current system of state stack. Input.txt documents presented by the input data. Line 1 is a positive integer n, n-stack operation. N the next trip, each trip is a stack operating instructions. Stack operating instructions "PUSH A B" is said to integer numbers of B to A stack; Stack operating instructions "A POP," said output No. A stack of documents imported elements example output file example inpu t.txt 1100 output.txt 7 PUSH PUSH PUSH 1200 2300 PUSH 2400 POP POP a POP 3 2 0200 4
Platform: | Size: 7481 | Author: 赖荣伟 | Hits:

[assembly language7-3

Description: data array sdword 2 dup(?) str1 byte \"Please input one 32-bit sign number :\",0dh,0ah,0 str2 byte \"The result is : \",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
Platform: | Size: 942 | Author: 张钊 | Hits:

[CSharpSource_Code_Stack_implementation_with_array

Description: Stack implementation with array this code is basically to Pop and Push an item in stack with the help of array -Stack implementation with array this code is basically Pop and Push to an item in stack with the help of array
Platform: | Size: 4632 | Author: tangxuan | Hits:

[Other resourcesiena

Description: 发布/订阅系统中间件,用于分布式系统消息推送!-publish / subscribe middleware system for distributed information systems Push!
Platform: | Size: 913483 | Author: jiang | Hits:

[Other resourceMysplit

Description: 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是否为空、及析构。 -seed filling algorithm used in a closed curve formed by a ring filled with color, here we only filled black. Seed is actually filled with graphics algorithm, and its tenet is : preparing a stack, Filling the first point to push into Stack; After each pop up a point, this point painted black. Press the left, then the right lower in the order View its four adjacent spots, and white (said that it had not yet filled), by being neighbors push into Stack. Has been circulating until the stack is empty. At this point, all the regional point has been Tu became black. Here, our own definition of a stack data structure and operations, the realization of the initial stack, push, pop, to determine whether the air, and destructors.
Platform: | Size: 206095 | Author: 蒋建军 | Hits:

[Multimedia programSrcFlt

Description: push模式的源解码器 定义了IYQ的一个com 调用FillData的方法可以将es流打包为ps流-push mode of the source decoder IYQ the definition of a com call the method FillData es flow can be packaged for ps flow
Platform: | Size: 970594 | Author: 杨秦 | Hits:

[Other resource4.3_int_test

Description: Embest Arm EduKit II Evaluation Board External Interrupt Test Example Please Select the trigger: 1 - Falling trigger 2 - Rising trigger 3 - Both Edge trigger 4 - Low level trigger 5 - High level trigger any key to exit... Press the buttons push buttons may have glitch noise problem EINT6 had been occured... LED1 (D1204) on-Embest Arm EduKit II Evaluation Board Exte rnal Interrupt Test Example Please Select the t rigger : 1-Falling trigger 2-Rising trigger 3-Both Edg e trigger 4-Low level trigger 5-High level trig ger any key to exit Press ... but push the buttons tons may have glitch noise problem EINT6 had bee n occurred ... LED1 (D1204) on
Platform: | Size: 5820 | Author: zhang | Hits:

[CSharpViewer3D

Description: WPF Viewer3D 更改颜色的示例 .net 3.0平台 VS2005 系统推荐VISTA 用WPF绘制3D效果,效果可虽不可比3DSMAX 不过可见FLASH KILLER之本色-WPF Viewer3D changes color examples. Net 3.0 VS2005 system platform push VISTA compete with WPF Rendering 3 D effect, Comparable results may not three DSMAX However Visibility's character FLASH KILLER
Platform: | Size: 1504589 | Author: 邹健 | Hits:

[assembly languagearm_push

Description: ARM push assembly example
Platform: | Size: 8786 | Author: ChWeng | Hits:

[Otherjiudinizhi

Description: 实验题目 就地逆置 一、 实验目的 用堆栈来实现链表的就地逆置(反转) 二、 实验内容 用链栈的方法在不重新申请空间的情况下实现链表的逆置。 三、 需求分析 先输入一组数据,把它存到栈里。然后通过pop( ),push()语句来实现使栈里的数据逆置。例如:输入1,2,3,4,5,6,7。则栈里存放7,6,5,4,3,2,1,再通过栈的操作使栈里存放1,2,3,4,5,6,7。 -experimental subject in situ reverse a home, the experiment used stack to achieve the local chain of home inverse (reverse) 2. Experiment with the chain stack method is not re-apply in the case of space to achieve the inverse home chain. 3, needs analysis, importing a set of data it onto Stack Lane. Then pop (), push () statement to the achievement of the data stack Lane inverse home. For example : an input, 2,3,4,5,6,7. Stack was placed Lane 7, 6,5,4,3,2,1, and through the stack so that the operation of stack storage of 1,2,3,4, 5, 6, 7.
Platform: | Size: 6937 | Author: 李爱春 | Hits:

[Other resourceCrystalReports2.0

Description: Asp.net2.0水晶报表(CrystalReports)事例源码大全(C#) 这些例子实现了水晶报表的查看、柱状图显示、打印、导出、缩放等基本功能,如果想了解更多比如说利用DataSet方式、Push、Pull等模式需要自己更深一步的研究了 难得的Asp.net2.0水晶报表源码,请珍藏! 由于其中源码太多,51aspx仅仅进行了部分调测,一些配置文件请自行更改 -Asp.net2.0 crystal statements (GRYSTAL) examples of FOSS Solutions (C#) to achieve these examples of statements Crystal View, histogram display, print, derived, zooming, and other basic functions, If you want to know more, for instance using DataSet, Push. Pull model needs its own deeper study of a rare Asp.net2.0 crystal statements source, Please treasure! As the source of which many 51aspx only part of the transfer test, some configuration files please make changes
Platform: | Size: 2353741 | Author: fdayc | Hits:

[MMSmmspush__

Description: 彩信PUSH信息格式及代码,简单介绍mmspush的一些基本的用法,欢迎有兴趣的朋友一起探讨:streamby@163.com-MMS PUSH message formats and codes, a brief introduction to some basic mmspush usage, are interested in exploring a friend : streamby@163.com
Platform: | Size: 1254 | Author: str_by | Hits:

[USB developEZ-USB HID Keyboard

Description: This Program uses the 2131 dev board s push buttons and seven-segment LED for limited keyboard functionality and is based on the EZ-USB firmware frameworks.
Platform: | Size: 34392 | Author: 蔡建 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net