码迷,mamicode.com
首页 >  
搜索关键字:nim or not nim    ( 2819个结果
Tensorflow学习教程------非线性回归
自己搭建神经网络求解非线性回归系数 代码 结果 ...
分类:其他好文   时间:2017-10-07 17:33:03    阅读次数:2064
css3画半圆 , 加上一点动画
转自:http://www.cnblogs.com/afuge/p/4631173.html 补充下,需要,我的实际使用, 加了点动画 效果就是 一个0.2 会旋转的一个半圆 效果。 ...
分类:Web程序   时间:2017-10-07 15:01:07    阅读次数:173
ISCSI测试
Initiator为应用客户端,服务端Target包括设备服务器端和队列管理两部分。服务端两种共享方式:1、在服务端共享分区2、在服务端以文件方式作为共享设备共享出来实验1-磁盘方式iscsi在RHEL1()192.168.100.1)上:新建一个4G的分区/dev/sdb1作为共享设备[root@... ...
分类:其他好文   时间:2017-10-06 17:33:25    阅读次数:304
2017年ACM第八届山东省赛A题:Return of the Nim
A题:Return of the Nim 时间限制: 1 秒 内存限制: 64 MB | 提交: 33 解决: 16 题目描述 Sherlock and Watson are playing the following modified version of Nim game: There are ...
分类:其他好文   时间:2017-10-06 13:27:07    阅读次数:195
1069 Nim游戏(51NOD基础)
1069 Nim游戏(51NOD基础) 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 有N堆石子。A B两个人轮流拿,A先拿。每次只能从一堆中取若干个,可将一堆全取走,但不可不取,拿到最后1颗石子的人获胜。假设A B都非常聪明,拿石子的过程中不会出现失误。给出N及每堆 ...
分类:其他好文   时间:2017-10-06 12:27:45    阅读次数:174
POJ1422Air Raid(二分图,最小不相交路径覆盖)
Air Raid Consider a town where all the streets are one-way and each street leads from one intersection to another. It is also known that starting from ...
分类:其他好文   时间:2017-10-06 10:36:08    阅读次数:229
【POJ】1704 Georgia and Bob(Staircase Nim)
Description Georgia and Bob decide to play a self-invented game. They draw a row of grids on paper, number the grids from left to right by 1, 2, 3, .. ...
分类:其他好文   时间:2017-10-02 22:23:55    阅读次数:169
java中Calendar类
1.测试代码: 结果: 注意:格式化时,年月日时分秒:“YYYY-MM-dd-HH-mm-ss”(24小时制) “YYYY-MM-dd-hh-mm-ss”(12小时制) ...
分类:编程语言   时间:2017-09-30 13:15:26    阅读次数:210
120. Triangle
class Solution { public int minimumTotal(List> triangle) { int[] dp=new int[triangle.size()]; for(int i=triangle.size()-1;i>=0;i--) for(int j=0;j<=i;j... ...
分类:其他好文   时间:2017-09-30 11:33:51    阅读次数:99
python 面向对象
#!/usr/bin/env python#-*- coding:utf-8 -*-#class是关键字,Animal是类名#类名首字母大写(规范)#定义类里面的方法,方法要传入一个self参数进去#self代表的就是实例本身,也就是对象本身#cat.name 这是实例的属性 ;cat.cry()实... ...
分类:编程语言   时间:2017-09-29 19:36:00    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!