码迷,mamicode.com
首页 >  
搜索关键字:nsis    ( 535个结果
572. Subtree of Another Tree
Given two non-empty binary trees s and t, check whether tree t has exactly the same structure and node values with a subtree of s. A subtree of s is a ...
分类:其他好文   时间:2017-10-22 21:16:30    阅读次数:150
羊车门问题
1、按照第一感觉,我认为几率没有发生变化。 2、仔细分析,换选择获得汽车的概率更高。第一次选择,选对的概率是三分之一,选错的概率是三分之二。那么换选择后,改变第一次选对的概率是三分之一,改变第一次选错的概率是三分之二;也就是说,换选择后,第二次选错的概率是三分之一、选对的概率是三分之二。 3、程序验 ...
分类:其他好文   时间:2017-10-20 10:04:51    阅读次数:126
NSIS 打包脚本基础
原文地址:http://www.cnblogs.com/jingmoxukong/p/5033622.html NSIS 打包脚本基础 目录 简介 工具: 脚本结构 属性 页面 区段 函数 用户自定义函数 回调函数 安装逻辑回调函数 卸载逻辑回调函数 基本语法 变量 编译器指令 常用指令 文件、目录 ...
分类:其他好文   时间:2017-10-18 10:12:10    阅读次数:146
poj2635The Embarrassed Cryptographer(同余膜定理)
The Embarrassed Cryptographer Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 15069 Accepted: 4132 Description The young and very promising ...
分类:其他好文   时间:2017-10-17 17:28:53    阅读次数:299
Find the Maximum sum
Given an array of n elements.Find the maximum sum when the array elements will be arranged in such way. Multiply the elements of each pair and add to ...
分类:其他好文   时间:2017-10-16 16:55:28    阅读次数:110
CodeForces - 440
A. Search for Pretty Integers You are given two lists of non-zero digits. Let's call an integer pretty if its (base 10) representation has at least on ...
分类:其他好文   时间:2017-10-15 22:38:42    阅读次数:277
stm32之外设控制
本文将提到以下内容: 蜂鸣器 按键控制 电容触摸 温度传感器 红外 TFTLCD触摸屏 MPU6050传感器 SDIO_SD卡 一、蜂鸣器 蜂鸣器是一种一体化结构的电子讯响器,采用直流电压供电,主要分为以下两种: 有源:电磁式 无源:压电式 这里的有源,不是指电源的意思,而是指蜂鸣器内部是否含有振荡 ...
分类:其他好文   时间:2017-10-12 20:21:06    阅读次数:336
HDU_2586_How far away ?
How far away ? Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 18191 Accepted Submission(s): 7072 ...
分类:其他好文   时间:2017-10-10 09:59:45    阅读次数:194
[Repost]A Survival Guide to a PhD
This guide is patterned after my “Doing well in your courses”, a post I wrote a long time ago on some of the tips/tricks I’ve developed during my unde ...
分类:其他好文   时间:2017-10-09 11:27:31    阅读次数:240
HDU1114 Piggy-Bank —— DP 完全背包
题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1114 Piggy-Bank Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)T ...
分类:其他好文   时间:2017-10-03 22:15:14    阅读次数:143
535条   上一页 1 ... 29 30 31 32 33 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!