http://poj.org/problem?id=1061 题意:裸题。注意负数。 //poj1061 #include<cstdio> #include<cstdlib> #include<cstring> #include<iostream> using namespace std; type
分类:
其他好文 时间:
2016-02-02 21:27:44
阅读次数:
156
using System.Windows.Forms; namespace Keleyi.Com { public partial class AboutForm : Form { private static AboutForm _instance; private AboutForm() { I
using System; using System.IO; using System.Net; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) {
分类:
其他好文 时间:
2016-02-02 19:51:57
阅读次数:
195
using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Net; using System.IO; namespace SampleIIS { //
1. NuGet 下载 PagedList.MVC 2. View Page @model PagedList.IPagedList<Libaray.Models.Entities.BookModel> @using PagedList.Mvc; @{ Layout = "~/Views/Share
分类:
Web程序 时间:
2016-02-02 17:58:37
阅读次数:
158
1. NuGet 下载EntityFramework. 2. 定义Context 和 打开NuGet 命令 执行 Enable-Migrations , Libaray.DAL.Migrations.Configuration 要在执行命令后自动产生. using Libaray.Models.En
分类:
数据库 时间:
2016-02-02 17:55:50
阅读次数:
177
枚举全部相邻城市,作为起点,多次spfa,然后每次在想去的城市中找出spfa后的距离起点最短的花费时间 #include <iostream> #include <cstring> #include <queue> using namespace std; #define MAX 1005 #def
分类:
其他好文 时间:
2016-02-02 17:38:19
阅读次数:
158
字符串转化,模拟过程就做出来了,用了string #include <cstdio> #include <cstring> #include <iostream> #include <map> #include <string> #define ONLINE using namespace std;
分类:
其他好文 时间:
2016-02-02 16:21:14
阅读次数:
129
http://delphi.org/2015/12/skill-sprint-using-firemonkey-layouts/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DelphiDotOrg+%28Delphi.org
分类:
其他好文 时间:
2016-02-02 16:20:15
阅读次数:
468
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks;
分类:
其他好文 时间:
2016-02-02 16:17:21
阅读次数:
125