码迷,mamicode.com
首页 >  
搜索关键字:gprs sim900 lac cid    ( 860个结果
BFS 骑士的移动
骑士的移动题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=83498#problem/E题目:DescriptionA friend of you is doing research on theTraveling Knight ...
分类:移动开发   时间:2015-07-26 20:42:37    阅读次数:154
关于外键的增删操作
给表添加外键必须满足2个条件,1,该表的引擎必须是InnoDB,2,必须给要添加外键的字段建立索引 create table child( cid int not null auto_increment primary key, pid int, key pid(pid), cname varcha...
分类:其他好文   时间:2015-07-23 07:01:01    阅读次数:133
POJ3156 暑假集训-最短路H题floyd http://acm.hust.edu.cn/vjudge/contest/view.action?cid=82829#rank
#include#include#include#include#include#include#include#includeusing namespace std;#define max(a, b) a>b?a:b;#define min(a, b) a<b?a:b;#define maxn 1...
分类:Web程序   时间:2015-07-20 21:21:39    阅读次数:172
船载电子海图系统(E C S )概述
“船载电子海图系统”是一套船用综合导航系统,集成了电子海图、GPS、AIS(Auto Identification System)、雷达/ARPA、电罗经、计程仪、自动舵、CDMA/GSM/GPRS等多种导航通讯设备,能够综合处理海上地理信息、本船航行状态信息、多种目标船动态信息、雷达图像信息、航行...
分类:其他好文   时间:2015-07-20 18:38:45    阅读次数:665
插入时排序
CREATE OR REPLACE PROCEDURE ASSIGN_package_prize(arr in varchar_array, oldtypeid in varchar_array, CID NUMBER,numArr in varchar_array,FLAG NUMBER,Serv...
分类:编程语言   时间:2015-07-20 18:35:52    阅读次数:138
HDU2612 -暑假集训-搜索进阶N http://acm.hust.edu.cn/vjudge/contest/view.action?cid=82828#problem/N
这两天总是因为一些小错误耽误时间,我希望自己可以细心点。珍惜时间,珍爱生命!#include#include#include#include#include#include#include#include#include#includeusing namespace std;#define INF ...
分类:Web程序   时间:2015-07-20 12:18:41    阅读次数:211
POJ-3126 暑假集训-搜索进阶F题http://acm.hust.edu.cn/vjudge/contest/view.action?cid=82828#problem/F
经验就是要认真细心,要深刻理解。num#include#include#include#include#include#include#include#includeusing namespace std;#define N 11000typedef struct yes{int l, m;//lo...
分类:Web程序   时间:2015-07-18 18:24:59    阅读次数:131
暑假集训第一周比赛G题http://acm.hust.edu.cn/vjudge/contest/view.action?cid=83146#problem/G
G - 向Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription把一个字符三角形掏空,就能节...
分类:Web程序   时间:2015-07-17 22:25:13    阅读次数:170
暑假集训第一周比赛C题http://acm.hust.edu.cn/vjudge/contest/view.action?cid=83146#problem/C
C - 学Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription Ray又对数字的列产生了兴...
分类:Web程序   时间:2015-07-17 22:18:51    阅读次数:197
860条   上一页 1 ... 59 60 61 62 63 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!