SQL
SERVER存储过程语法:CreatePROC[EDURE]procedure_name[;number][{@parameterdata_type}[VARYING][=default][OUTPUT]][,...n]
[WITH{RECOMPILE|ENCRYPTION|RECOMPI....
分类:
数据库 时间:
2014-05-25 23:39:01
阅读次数:
392
Problem Description
Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it.
But I also don't want to use...
分类:
其他好文 时间:
2014-05-25 16:39:53
阅读次数:
266
Problem Description
Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it.
But I also don't want to use...
分类:
其他好文 时间:
2014-05-25 16:32:49
阅读次数:
214
1、DETERMINISTIC函数-- Create deterministic PV
function.CREATE OR REPLACE FUNCTION pv( future_value NUMBER, periods NUMBER,
interest NUMBER )RETURN NUMBE...
分类:
数据库 时间:
2014-05-25 15:30:11
阅读次数:
625
IPv4
网际协议版本4(Internet Protocol version 4)。自20世纪80年代早期以来一直是网际协议簇的主力协议。它使用32位地址。IPv4给TCP、UDP、SCTP、ICMP和IGMP提供分组递送服务。
IPv6
网际协议版本6(Internet Protocol version 6)。自20世纪90年代中期作为IPv4的一个替代品设计的...
分类:
其他好文 时间:
2014-05-25 12:58:47
阅读次数:
223
据说有一个能保证不败的算法,明天看看先再写个PVC版的。
正题,今天无聊写了个井字棋游戏,顺便逐渐让自己习惯良好的代码风格,放上来给新手学习学习。
jzq2.cpp
/*
N字棋游戏PVP版,DOS版
本棋盘可扩充,只需调整检测条件即可,其他接口不需改变。
非人机对战型,PVP类型;
@author:天下无双
@date:2014-5-25
@version:1.0
*/
#in...
分类:
编程语言 时间:
2014-05-25 10:01:31
阅读次数:
420
[Info @09:03:33.737] ====================================================================[Info @09:03:33.743] Team Foundation Server Administration Log[Info @09:03:33.748] Version : 11.0.61030....
分类:
数据库 时间:
2014-05-25 09:38:58
阅读次数:
679
进入iTunes ConnectManage Your Apps->New
Version->View DetailsLinks->Binary Details->Reject This
Binary->Reject Binary->DoneReady to Upload Binary->No No...
分类:
移动开发 时间:
2014-05-25 07:42:14
阅读次数:
267
A palindromic number or numeral palindrome is a 'symmetrical' number like 16461 that remains the same when its digits are reversed. In this problem you will be given two integers i j, you have to find...
分类:
其他好文 时间:
2014-05-25 07:41:08
阅读次数:
253
题目来源:Light OJ 1234 Harmonic Number
题意:
思路:没思路啊 这个是高数的东西 发散 n足够大时它无穷大 直接公式解
#include
#include
#include
#include
#include
#include
using namespace std;
const int maxn = 1000010;
const doub...
分类:
其他好文 时间:
2014-05-25 06:18:44
阅读次数:
213