码迷,mamicode.com
首页 > 其他好文
HDU4027——线段树成段更新——Can you answer these queries?
A lot of battleships of evil are arranged in a line before the battle. Our commander decides to use our secret weapon to eliminate the battleships. Ea...
分类:其他好文   时间:2015-08-02 21:29:51    阅读次数:128
STM32 microcontroller system memory boot mode
The bootloader is stored in the internal boot ROM memory (system memory) of STM32 devices.It is programmed by ST during production.Its main task is to...
分类:其他好文   时间:2015-08-02 21:31:09    阅读次数:439
正态分布的前世今生(上)
http://songshuhui.net/archives/76501作 者:rickjin(靳志辉??)校 对: 汤涛,香港浸会大学数学讲座教授神说,要有正态分布,就有了正态分布。神看正态分布是好的,就让随机误差就服从了正态分布。创世纪-数理统计一、正态分布,熟悉的陌生人学过基础统计学的同学大都...
分类:其他好文   时间:2015-08-02 21:30:52    阅读次数:200
初识QuartusII 9.0(破解,半加器的仿真,综合:下)
完成波形的随机设置(A,B任意给定高低电平即可,只是当作测试信号),选择任务栏Assignments【Setings】,设置Simulation mode为functional,其余保持不变点击ok。点击进行编译,点击进行功能仿真,波形如下所示。 选择波形,查看Task栏目里RTL级,点击可以生成基...
分类:其他好文   时间:2015-08-02 21:27:58    阅读次数:360
网上流行的各开源框架与技术
1. WEB应用服务上的相关组件CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。SWFUpload是一个客户端文件上传工具,最初由Vinterwebb.se开发,它通过整合Fl...
分类:其他好文   时间:2015-08-02 21:27:54    阅读次数:120
二项分布 多项分布 伽马函数 Beta分布
http://blog.csdn.net/shuimu12345678/article/details/307739290-1分布:在一次试验中,要么为0要么为1的分布,叫0-1分布。二项分布:做n次伯努利实验,每次实验为1的概率为p,实验为0的概率为1-p;有k次为1,n-k次为0的概率,就是二项...
分类:其他好文   时间:2015-08-02 21:29:33    阅读次数:165
在皇后问题的基础上输出棋子状态
Examine the $6\times 6$ checkerboard below and note that the six checkers are arranged on the board so that one and only one is placed in each row and...
分类:其他好文   时间:2015-08-02 21:29:34    阅读次数:147
FZU 2183 字符串处理
Problem Description现在有一些被简单压缩的字符串,例如:a[120]代表120个a。对于字符串acb[3]d[5]e相对于acbbbddddde现在给你两个字符串cString, nString.一个是被压缩过的字符串,另一个没有被压缩。求nString是否为cString的子串,...
分类:其他好文   时间:2015-08-02 21:28:29    阅读次数:121
【LeetCode】219 - Contains Duplicate II
Given an array of integers and an integerk, find out whether there there are two distinct indicesiandjin the array such thatnums[i] = nums[j]and the d...
分类:其他好文   时间:2015-08-02 21:25:01    阅读次数:111
Hadoop之 hdfs 系统
一、NameNode维护着2张表: 1.文件系统的目录结构,以及元数据信息 2.文件与数据块列表的对应关系 存放在fsimage中,在运行的时候加载到内存中的。 操作日志写到edits中 二、DataNode 使用block形式存储。在hadoop2中,默认的大小是128MB。 使用副本形式保存数据...
分类:其他好文   时间:2015-08-02 21:24:18    阅读次数:161
匿名内部类
Hownew 父类或接口(){继承父类或者实现接口所需的内容}; //注意理解这里的分号补全以下内容 1 interface Inter 2 { 3 void method(); 4 } 5 class Test 6 { 7 //补全代码,要求通过内部类 8 9 10 }1...
分类:其他好文   时间:2015-08-02 21:24:29    阅读次数:114
hdu 1557 权利指数 ( 二进制枚举子集) 解题心得
原题:Description在选举问题中,总共有n个小团体,每个小团体拥有一定数量的选票数。如果其中m个小团体的票数和超过总票数的一半,则此组合为“获胜联盟”。n个团体可形成若干个获胜联盟。一个小团体要成为一个“关键加入者”的条件是:在其所在的获胜联盟中,如果缺少了这个小团体的加入,则此联盟不能成为...
分类:其他好文   时间:2015-08-02 21:22:57    阅读次数:151
正态分布的前世今生(下)
http://songshuhui.net/archives/77386作 者: rickjin(靳志辉??)校 对: 汤涛,香港浸会大学数学讲座教授正态分布的前世今生(上)六、开疆扩土,正态分布的进一步发展19世纪初,随着拉普拉斯中心极限定理的建立与高斯正态误差理论的问世,正态分布开始崭露头角,逐...
分类:其他好文   时间:2015-08-02 21:23:12    阅读次数:223
【LeetCode】225 - Implement Stack using Queues
Implement the following operations of a stack using queues.push(x) -- Push element x onto stack.pop() -- Removes the element on top of the stack.top()...
分类:其他好文   时间:2015-08-02 21:24:47    阅读次数:121
laravel小抄
原文地址:http://cheats.jesse-obrien.ca/Artisan// Displays help for a given commandphp artisan --help OR -h// Do not output any messagephp artisan --quiet ...
分类:其他好文   时间:2015-08-02 21:23:19    阅读次数:100
Search in Rotated Sorted Array
class Solution {public: int search(vector& nums, int target) { return rotate_search(nums,0,nums.size()-1,target); } int rotate_search(...
分类:其他好文   时间:2015-08-02 21:24:04    阅读次数:117
15/8/2 对象简单、深度克隆(复制)
参考:http://qianduanblog.com/post/js-learning-30-object-clone-copy.html基本数据类型:Boolean/Number/Stringvar a='a';var b;b=a;b='b';console.log(a);console.log(...
分类:其他好文   时间:2015-08-02 21:23:04    阅读次数:117
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!