码迷,mamicode.com
首页 >  
搜索关键字:gi psu    ( 1528个结果
[LeetCode] 840. Magic Squares In Grid_Easy
A 3 x 3 magic square is a 3 x 3 grid filled with distinct numbers from 1 to 9 such that each row, column, and both diagonals all have the same sum. Gi ...
分类:其他好文   时间:2018-08-28 13:11:18    阅读次数:193
git 提交代码场景
1.首次提交代码到master git init git add . git commit -m '' git remote add origin +address git push -u origin master 【输入过程中如遇git config --globall user.name,gi ...
分类:其他好文   时间:2018-08-26 11:57:04    阅读次数:169
jQuery动画
1. 基本效果 参数详解 2. 滑动效果 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>滚动播放</title> <style> body { background:#ccc; } #box { margi ...
分类:Web程序   时间:2018-08-25 20:01:05    阅读次数:220
第三方动画库使用方法
第三方动画库的使用 1.名字叫:animate.css 2.封装了很多工作中常用的动画 3.在使用第三方时候,需要加上animated类名 1.名字叫:animate.css 2.封装了很多工作中常用的动画 3.在使用第三方时候,需要加上animated类名 首先https://daneden.gi ...
分类:其他好文   时间:2018-08-23 19:15:10    阅读次数:190
Jessica's Reading Problem(POJ 3320)
原题如下: Jessica's Reading Problem Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16925 Accepted: 5861 Description Jessica's a very lovely gi ...
分类:其他好文   时间:2018-08-21 10:42:57    阅读次数:177
三层交换机配置路由DHCP中继代理
三层交换机配置路由DHCP中继代理一、实验目的1、DHCP中继配置2、vlan10和vlan20对应的客户机能用DHCP服务器获得3、Server2016上搭建两个地址池,分别给vlan10和vlan20两个网端。4、设置单臂路由,通过NAT转换实现访问外网网站(本文在centos上搭建网站)实验拓扑图:注:其中C1与win7绑定的同一块虚拟网卡Vnet1,C2是GNS3中PC2,C3与serve
分类:其他好文   时间:2018-08-20 16:36:23    阅读次数:272
LeetCode:分发饼干【455】
LeetCode:分发饼干【455】 题目描述 假设你是一位很棒的家长,想要给你的孩子们一些小饼干。但是,每个孩子最多只能给一块饼干。对每个孩子 i ,都有一个胃口值 gi ,这是能让孩子们满足胃口的饼干的最小尺寸;并且每块饼干 j ,都有一个尺寸 sj 。如果 sj >= gi ,我们可以将这个饼 ...
分类:其他好文   时间:2018-08-18 23:34:46    阅读次数:245
git command line instructions
Git global setup git config --global user.name "Administrator" git config --global user.email "admin@example.com" Create a new repository git clone gi ...
分类:其他好文   时间:2018-08-17 20:03:23    阅读次数:151
laravel5.4新特性
http://www.cnblogs.com/webskill/category/1067140.html laravel 5.4 新特性 component and slot 使用: 1.component panel Hello World Lorem ipsum dolor sit amet, ...
分类:其他好文   时间:2018-08-16 13:38:42    阅读次数:187
P1313 计算系数
题目描述 给定一个多项式 (by+ax)^k(by+ax)k ,请求出多项式展开后 x^n \times y^mxn×ym 项的系数。 输入输出格式 输入格式: 共一行,包含 55 个整数,分别为 a ,b ,k ,n ,ma,b,k,n,m ,每两个整数之间用一个空格隔开。 输出格式: 共1 行, ...
分类:其他好文   时间:2018-08-15 22:56:30    阅读次数:218
1528条   上一页 1 ... 46 47 48 49 50 ... 153 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!