码迷,mamicode.com
首页 >  
搜索关键字:tasks and back stack    ( 26134个结果
Linux oracle cool back scritp
oracle冷备份是一致性备份,备份的内容有数据文件,redo文件,temp文件,控制文件等,SQLBLANKLINESON是预防脚本中有空格,sqlplus误认为是结束,报SP2-0734:unknowncommandbeginning"wheret.bg..."-restoflineignored.错误.setfeedbackoffheadingoffverifyofftrimspooloffSQLB..
分类:数据库   时间:2014-05-27 03:43:10    阅读次数:283
多线程+缓存计算
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Management;using System.Threading.Tasks;namespace TaskT...
分类:编程语言   时间:2014-05-23 08:40:04    阅读次数:413
2014年百度之星资格赛第二题Disk Schedule
其实我觉得这题可以用费用流的,可是光建图就超时了。。。不科学啊。。。因为边太多了,不然一定能过的,最后想啊想,还是用dp吧。。。。 居然想到一种一维dp。。。。我也不知道我怎么想的,反正就是ac了 //#pragma comment(linker, "/STACK:102400000,102400000") #include #include #include #include #includ...
分类:其他好文   时间:2014-05-22 13:20:14    阅读次数:286
2.设计包含 min 函数的栈
Stack with min value.
分类:其他好文   时间:2014-05-22 05:05:42    阅读次数:261
39.递归颠倒栈
Reverse a stack.
分类:其他好文   时间:2014-05-22 01:24:22    阅读次数:275
android-双击back退出应用
1 @Override 2 public boolean onKeyDown(int keyCode, KeyEvent event) 3 { 4 if(keyCode == KeyEvent.KEYCODE_BACK){ 5 quitApp...
分类:移动开发   时间:2014-05-21 23:54:13    阅读次数:453
hdu1022 train problem 栈的应用
#include #include #include using namespace std;int main(){ int n; while(cin >> n) { stack one; string od1,od2; bool stat...
分类:其他好文   时间:2014-05-21 23:48:58    阅读次数:370
#include #include #include #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #define OVERFLOW -1 #define OK 1 #define ERROR 0 typedef int Status; typedef int SElemType; typedef struct {...
分类:其他好文   时间:2014-05-21 16:31:38    阅读次数:215
51系列小型操作系统精髓 简单实现6 C语言版待改进
#include "STC12C5A.H" #define TIMER_RELOAD()  {TL0=0x00;TH0=0xC4;}//使能T/C  初始10ms #define MAX_TASKS 8 //任务槽最大个数. unsigned char idata task_stack[MAX_TASKS][2];//任务堆栈.  PC指针为16位,需2个字节。 unsi...
分类:编程语言   时间:2014-05-21 08:12:12    阅读次数:285
8259DMA interrupt
SSTACK SEGMENT STACK DW 32 DUP(?) SSTACK ENDS CODE SEGMENT ASSUME CS:CODE START: PUSH DS MOV AX, 0000H MOV DS, AX MOV AX, OFFSET MIR7 MOV SI, 003CH ;0FH MOV [SI], AX MOV AX, CS MO...
分类:其他好文   时间:2014-05-21 08:09:28    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!