码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
ural 1091. Tmutarakan Exams(容斥)
http://acm.timus.ru/problem.aspx?space=1&num=1091 从1~s中选出k个数,使得k个数的最大公约数大于1,问这样的取法有多少种。(2 同素数四元组问题类似,可以参考http://blog.csdn.net/u013081425/article/details/40653895 只不过这里是选出k个,不是4个。 #incl...
分类:其他好文   时间:2014-11-02 16:38:07    阅读次数:165
核函数
核函数理论不是源于支持向量机的.它只是在线性不可分数据条件下实现支持向量方法的一种手段.这在数学中是个古老的命题. Mercer定理可以追溯到1909年,再生核希尔伯特空间(ReproducingKernel Hilbert Space, RKHS)研究是在20世纪40年代开始的。早在1964年Ai...
分类:其他好文   时间:2014-11-02 12:20:09    阅读次数:277
[Leetcode] Merge Sorted Array
Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or equal...
分类:其他好文   时间:2014-11-02 07:03:37    阅读次数:177
C++之 什么是对象
What is an object?object=entityobjects=attributes+servicesData: the properties or status < Operations: the functionsMappingFrom the problem space to t...
分类:编程语言   时间:2014-11-01 21:42:40    阅读次数:236
show_space/get_alert_log/get_trace_file
1.get_alert_log 获取alert文件的路径和名称 set serveroutput on --设置输出,让sqlplus在屏幕上可以输出。(要加入到login.sql中!) create or replace procedure get_alert_log is alert_name ...
分类:其他好文   时间:2014-10-31 21:55:15    阅读次数:127
solr4.7 DIH的Abort Import无法中断导入
通过solr自带的图形界面上中断DIH无效 ![在此输入图片描述][1] [1]: http://static.oschina.net/uploads/space/2014/1031/103234_VDpq_576855.jpg 浏览器debug发现是POST提交,返回响应: {"error":{"msg":"Must ...
分类:其他好文   时间:2014-10-31 12:16:17    阅读次数:435
OD: ASLR
ASLR,Address Space Layout Randomization,通过加载程序的时候不再使用固定的基址,从而干扰 shellcode 定位的一种保护机制,包括映像随机化、堆栈随机化、PEB 与 TEB 随机化。ASLR 的实现也需要程序和操作系统的双重支持,但程序的支持不是必须的。AS...
分类:其他好文   时间:2014-10-31 11:41:59    阅读次数:259
ubuntu升级“ /boot空间不足”解决方法
今天使用ubuntu时,弹出更新画面,但点击更新后,却显示“Not enough free disk space,The upgrade needs a total of 45.2M free space on disk '/boot'. Please free at least an additional 17.8M of disk space on '/boot'. Empty your tr...
分类:系统相关   时间:2014-10-30 22:48:59    阅读次数:357
LeetCode day11
28. Length of Last Word' ' = char white space, " " = string需要考虑各种情况 ‘a ’, ' ', ' a'
分类:其他好文   时间:2014-10-30 07:05:27    阅读次数:197
【翻译自mos文章】回收 asm磁盘空间的方法
回收 asm磁盘空间的方法參考原文:How To Reclaim Asm Disk Space? (Doc ID 351866.1)适用于:Oracle Database - Enterprise Edition - Version 10.2.0.1 and laterInformation in ...
分类:其他好文   时间:2014-10-29 23:31:18    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!