Skip to content

Instantly share code, notes, and snippets.

View tokers's full-sized avatar
🎯
Focusing

Alex Zhang tokers

🎯
Focusing
View GitHub Profile
'''
Get the maximum salary, minimum salary and average salary information
Url: http://www.yunjiazheng.com/new/store/detail?store_id=2584
After running, you can get the corresponding information
Please interpret the program with python3.X!
'''
from urllib import request
from urllib import parse
import re
import json
'''
Get the maximum salary, minimum salary and average salary information
Url: http://www.yunjiazheng.com/new/store/detail?store_id=2584
After running, you can get the corresponding information
Please interpret the program with python3.X!
'''
from urllib import request
from urllib import parse
import re
import json
@using MonitoringPlatform.Model.EnumSet;
@using MonitoringPlatform.Model
@model IEnumerable<T_ProjectModel>
@{
ViewBag.Title = "全部项目";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<link rel="stylesheet" href="~/Content/ProjectView/AllProject.css" type="text/css" />
<script src="~/Scripts/jquery-1.8.3.min.js" type="text/javascript"></script>
#include <cstdio>
#include <cstring>
#include <iostream>
#include <algorithm>
#include <string>
using namespace std;
double dp[22][22][2];
double p[11];
/*************************************************************************
> File Name: 51node_alg_3_B.cpp
> Author: ALex
> Mail: zchao1995@gmail.com
> Created Time: 2015年07月04日 星期六 11时34分23秒
************************************************************************/
#include <iostream>
#include <fstream>
#include <cstring>
/*************************************************************************
> File Name: AC.cpp
> Author: ALex
> Mail: zchao1995@gmail.com
> Created Time: 2015年05月27日 星期三 18时46分39秒
************************************************************************/
#include <functional>
#include <algorithm>
#include <iostream>
/*************************************************************************
> File Name: AC.cpp
> Author: ALex
> Mail: zchao1995@gmail.com
> Created Time: 2015年05月27日 星期三 18时46分39秒
************************************************************************/
#include <functional>
#include <algorithm>
#include <iostream>
/*************************************************************************
> File Name: BC-35-1002.cpp
> Author: ALex
> Mail: zchao1995@gmail.com
> Created Time: 2015年03月28日 星期六 19时28分25秒
************************************************************************/
#include <map>
#include <set>
#include <queue>
/*************************************************************************
> File Name: 1001.cpp
> Author: ALex
> Mail: zchao1995@gmail.com
> Created Time: 2015年03月04日 星期三 13时20分59秒
************************************************************************/
#include <map>
#include <set>
#include <queue>
@tokers
tokers / 5178.cpp
Last active August 29, 2015 14:16
hdu5178.cpp
/*************************************************************************
> File Name: hdu5178.cpp
> Author: ALex
> Mail: zchao1995@gmail.com
> Created Time: 2015年03月01日 星期日 11时41分27秒
************************************************************************/
#include <map>
#include <set>
#include <queue>