码迷,mamicode.com
首页 >  
搜索关键字:ever    ( 3292个结果
字符串反转&单词反转-小米电视
方法一:先是全字符反转,然后再以空格为界定符反转单词。 #include<stdio.h>#include<string.h>string_change(char * p, int start, int end) //字符反转{ int i,len; char temp; len = strlen( ...
分类:移动开发   时间:2016-10-26 14:25:47    阅读次数:294
leetcode415---字符串大数相加
Given two non-negative numbers num1 and num2 represented as string, return the sum of num1 and num2. Note: 我的第一个想法就是选好两个字符串,然后模拟加法进位,然后用一个字符串接着,同时记住进位 ...
分类:其他好文   时间:2016-10-26 07:11:18    阅读次数:198
A strange lift
A strange lift Problem Description There is a strange lift.The lift can stop can at every floor as you want, and there is a number Ki(0 <= Ki <= N) on ...
分类:其他好文   时间:2016-10-26 07:09:16    阅读次数:292
DELL RACADM 批量升级戴尔IDRAC固件
需求:通过服务器远程管理IP批量升级戴尔IDRAC固件 工具:racadm、ipmitool、Remote Access Configuration Tool 下载: 第一步,将要更新BMC IP写入 ip.conf 第二步,验证当前BMC帐号 userlist.sh 第三步,编辑批量ping脚本 ...
分类:其他好文   时间:2016-10-25 14:21:26    阅读次数:856
操作系统软硬件交互驱动/分区知识
纵骑横飞 现在我们大部分能接触到的PC都是上世纪 BIOS+MBR 。 首先介绍一下这两个玩意: BIOS Basic Input Output System 基本输入输出系统(一种软硬件交互软件) 完成软件 硬件 之间的交互 ,ASUS(华硕)搞出来的AI(人工智能)就是用BIOS完成 用户 机器 ...
分类:其他好文   时间:2016-10-25 09:35:08    阅读次数:198
js的复习
一、三个对话框1、alert("")警告对话框2、confirm("")确定对话框3、prompt("","")可输入内容的对话框,返回null二、数据类型1、var通用类型2、数据类型转换(1)转为数值类型 parseint();(2)转为string类型 在要转换的内容前面加上空字符串("")( ...
分类:Web程序   时间:2016-10-25 09:34:24    阅读次数:228
Cup
Cup Problem Description The WHU ACM Team has a big cup, with which every member drinks water. Now, we know the volume of the water in the cup, can you ...
分类:其他好文   时间:2016-10-25 02:22:53    阅读次数:198
4-04数据库的备份与还原
SQL Sever 提供四种数据库备份方式: 完整备份:备份整个数据库的所有内容包括事务日志。 差异备份:只备份上次完整备份后更改的数据部分。 事务日志备份;只备份事务日志里的内容。 文件或文件组备份“只备份文件或文件组中的某些文件。 在数据库完整备份期间,SQL Sever做以下工作: 备份文件及 ...
分类:数据库   时间:2016-10-24 20:28:07    阅读次数:278
<转>卷积神经网络是如何学习到平移不变的特征
After some thought, I do not believe that pooling operations are responsible for the translation invariant property in CNNs. I believe that invariance ...
分类:其他好文   时间:2016-10-24 11:35:48    阅读次数:854
最短路(数据处理):HDU 5817 Ice Walls
Have you ever played DOTA? If so, you may know the hero, Invoker. As one of the few intelligence carries, Invoker has 10 powerful abilities. One of th ...
分类:其他好文   时间:2016-10-24 09:28:53    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!