码迷,mamicode.com
首页 >  
搜索关键字:alien windowsapi    ( 238个结果
Bzoj 1336&1337 Alien最小圆覆盖
1336: [Balkan2002]Alien最小圆覆盖 Time Limit: 1 Sec Memory Limit: 162 MBSec Special Judge Submit: 1473 Solved: 648 [Submit][Status][Discuss] Description In ...
分类:其他好文   时间:2016-07-11 10:20:19    阅读次数:130
269. Alien Dictionary
...
分类:其他好文   时间:2016-06-26 06:59:42    阅读次数:174
[bzoj1336] [Balkan2002]Alien最小圆覆盖
最小圆覆盖。。三个for是O(n)的QAQ。。因为随机化后新的点不在当前圆内的几率不大。。 学习了下求中垂线的姿势... 1 #include<cstdio> 2 #include<cmath> 3 #include<iostream> 4 #include<cstdlib> 5 #include< ...
分类:其他好文   时间:2016-06-19 12:59:37    阅读次数:152
ZOJ 3696 Alien's Organ 概率论 泊松分布
看了好久的题,但还是看得一脸蒙圈,感觉完全无从下手,我的队友告诉我可能是正太分布之类的,但我感觉不太像,后来才听同学说是泊松分布,才恍然大悟,概率论刚刚学过这里不久,不禁感叹,学会了还要会用啊。。。 泊松分布的概率函数为: 泊松分布的参数λ是单位时间(或单位面积)内随机事件的平均发生率。 泊松分布适 ...
分类:其他好文   时间:2016-05-13 20:36:40    阅读次数:146
Delphi字符串、PChar与字符数组之间的转换
来自:http://my.oschina.net/kavensu/blog/193719 3.PChar类型纯粹为兼容C和WindowsAPI而设,使用非常麻烦。APChar := StrAlloc(n); -- 分配空间StrDispose(APChar); -- 释放空间当然是以地址来传递的。 ...
分类:编程语言   时间:2016-04-30 18:20:22    阅读次数:222
[Locked] Alien Dictionary
Alien Dictionary
分类:其他好文   时间:2016-02-29 00:40:51    阅读次数:217
Windows Mobile系列学习一:搭建环境
前段时间有用Windows Mobile6.0在Win7上对ALIEN的手持机进行程式开发。主要是对机房中的所有设备进行盘点作业,分为Wifi端和USB端。其中Wifi端是用Web Service进行Server端和Client端的数据传输。USB方式则是数据从Server端下载后,储存到离线文件中
分类:Windows程序   时间:2016-02-25 13:30:53    阅读次数:202
【Gym 100610A】Alien Communication Masterclass
题 Andrea is a famous science fiction writer, who runs masterclasses for her beloved readers. The most popular one is the Alien Communication Mastercla
分类:其他好文   时间:2016-02-05 19:01:19    阅读次数:143
大 一 上 —— 小 结
关 于 大 一 上 学 期一、学业部分: 总的来说各科成绩不高不低。。。算一般般吧。二、其他部分: 1. 写了N个程序,大概几W行吧。用过VisualStudio、DEV-CPP、MonoDevelop; 2. 一个基于WindowsAPI的 随某固定BGM乐点 DIY动态弹窗的 Visual...
分类:其他好文   时间:2016-01-24 07:00:48    阅读次数:110
Leetcode: Alien Dictionary && Summary: Topological Sort
There is a new alien language which uses the latin alphabet. However, the order among letters are unknown to you. You receive a list of words from the...
分类:其他好文   时间:2015-12-27 13:26:09    阅读次数:303
238条   上一页 1 ... 14 15 16 17 18 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!