码迷,mamicode.com
首页 >  
搜索关键字:bank    ( 670个结果
SPOJ Problem 27:Sorting Bank Accounts
排序。。就是数据有点坑爹。。#include#include#include#includeusing namespace std;struct sbjjq{ int z,x,c,v,b,q;}a[100005],r;int n,t,i,m;bool pd(sbjjq x,sbjjq y){r...
分类:其他好文   时间:2015-03-16 21:10:58    阅读次数:162
SPOJ Problem 77:Piggy-Bank
题目:http://www.spoj.com/problems/PIGBANK/简单的背包问题。。#include#include#define INF 1000000005int ew,fw,n,i,j,t,m;int v[505],w[505],f[10005];int min(int a,in...
分类:其他好文   时间:2015-03-15 16:47:39    阅读次数:126
【SICP练习】106 练习3.7
练习3-7原文Exercise 3.7. Consider the bank account objects created by make-account, with the password modification described in exercise 3.3. Suppose that our banking system requires the ability to make j...
分类:其他好文   时间:2015-03-11 19:41:24    阅读次数:132
【POJ3481】【splay】Double Queue
DescriptionThe new founded Balkan Investment Group Bank (BIG-Bank) opened a new office in Bucharest, equipped with a modern computing environment prov...
分类:其他好文   时间:2015-03-11 18:49:59    阅读次数:205
PAT 1017. Queueing at Bank
又是排队模拟#include #include #include #include #include using namespace std;class Man {public: int arrive; int need; int start; Man(int a, int ...
分类:其他好文   时间:2015-03-09 22:11:23    阅读次数:130
8051 keil 如何支持code size大于64KB的项目
随着项目中的功能不断增加,程序代码size也在不断往上涨,当超过64KB时,就要考虑引入bank进制。 在讲如何在现有项目中添加bank功能前,还是先讲讲其存在的背景吧。 8051是基于哈佛的体系架构。 code memory是16位寻址,data memory是8位寻址。 这样分开寻址的特点适合比较的固定,且比较小的固化程序,而且稳定性相对较强,比如data access不会误指...
分类:其他好文   时间:2015-03-06 15:58:31    阅读次数:356
关于uboot在jz2440上的移植问题
由于书上的介绍与板子上不大一样,遇到很多问题,将查找到的资料综合一下,以便使用!1)开发环境1.开发板:勤研2440,norflash:没移植改变norflash前,显示Amd29LV400BB512K,但实际是:Bank#1:MXICMX29LV160BFLASH(16x16)Size:2MBin35SectorsAMDStandardcommandset,Manufact..
分类:其他好文   时间:2015-03-05 15:01:24    阅读次数:1698
触发器
为什么需要触发器 为什么需要触发器(TRIGGER)呢?典型的应用就是银行的取款机系统 假定该系统的数据库设计需要两张表:帐户信息表(bank)存放帐户的信息,交易信息表(transInfo)存放每次的交易信息。 上述结果有什么错误?您一定发现了,当张三取钱200元时,虽然交易信息表(trans.....
分类:其他好文   时间:2015-03-04 12:34:06    阅读次数:199
PAT1014. Waiting in Line
Suppose a bank has N windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules...
分类:其他好文   时间:2015-03-03 13:10:32    阅读次数:182
PAT1017. Queueing at Bank
Suppose a bank has K windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. All the c...
分类:其他好文   时间:2015-03-03 11:08:22    阅读次数:196
670条   上一页 1 ... 53 54 55 56 57 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!