码迷,mamicode.com
首页 >  
搜索关键字:alien windowsapi    ( 238个结果
使用该方法在ubuntu下安装flashplayer的rpm包
Ubuntu的软件包格式是deb,如果要安装rpm的包,则要先用alien把rpm转换成deb。 sudo apt-get install alien #alien默认没有安装,所以首先要安装它 sudo alien xxxx.rpm #将rpm转换位deb,完成后会生成一个同名的xxxx.deb ...
分类:系统相关   时间:2017-09-10 20:42:30    阅读次数:216
反调试技术总结
总结了一下网上的反调试技术,记录一下 一、使用WindowsAPI : 1.IsDebuggerPresent 2.CheckRemoteDebuggerPresent ->call NtInformationProcess( 2参数ProcessInformationClass) 3.NTQuer ...
分类:其他好文   时间:2017-09-08 10:11:34    阅读次数:144
LeetCode 269: Alien Dictionary
Notes: Lots of places need to be remember: Edge cases: 1. Only one word, still need to be calculated as it represents. 2. All unique chars that not be ...
分类:其他好文   时间:2017-09-05 17:47:14    阅读次数:114
【bzoj1336/1337/2823】[Balkan2002]Alien最小圆覆盖 随机增量法
题目描述 给出N个点,让你画一个最小的包含所有点的圆。 输入 先给出点的个数N,2<=N<=100000,再给出坐标Xi,Yi.(-10000.0<=xi,yi<=10000.0) 输出 输出圆的半径,及圆心的坐标 样例输入 6 8.0 9.0 4.0 7.5 1.0 2.0 5.1 8.7 9.0 ...
分类:其他好文   时间:2017-09-02 18:14:22    阅读次数:179
python pygame模块 打飞机游戏
settings.py用于设置屏幕的基本设置 ship.py设置飞机机器位置属性 game_funtions.py 游戏主功能设置 alien_invasion.py 游戏执行 当前实现屏幕绘制,飞机键盘按键控制上下左右,马克,待续 ...
分类:编程语言   时间:2017-08-30 21:38:22    阅读次数:226
【BZOJ1336】[Balkan2002]Alien最小圆覆盖 随机增量法
【BZOJ1336】[Balkan2002]Alien最小圆覆盖 Description 给出N个点,让你画一个最小的包含所有点的圆。 给出N个点,让你画一个最小的包含所有点的圆。 Input 先给出点的个数N,2<=N<=100000,再给出坐标Xi,Yi.(-10000.0<=xi,yi<=10 ...
分类:其他好文   时间:2017-08-30 13:11:04    阅读次数:160
ubuntu不支持rpm安装软件解决方法
以前经常使用的是redhat,习惯使用rpm方法安装软件。最近发现Ubuntu系统居然不支持rpm方法安装软件,提示信息如下:root@root$rpm-ipackage.rpm Theprogram‘rpm‘iscurrentlynotinstalled.Youcaninstallitbytyping: sudoapt-getinstallrpm 然而通过apt-get安装rpm包以后依然不..
分类:系统相关   时间:2017-08-14 22:27:06    阅读次数:222
2017 济南综合班 Day 4
T1 外星人 二维前缀和 #include<cstdio> #define N 1001 using namespace std; bool v[N][N]; int sum[N][N]; int main() { freopen("alien.in","r",stdin); freopen("al ...
分类:其他好文   时间:2017-08-12 10:33:08    阅读次数:168
hdoj 5976 Detachment(逆元)
In a highly developed alien society, the habitats are almost infinite dimensional space. In the history of this planet,there is an old puzzle. You hav ...
分类:其他好文   时间:2017-08-09 13:06:59    阅读次数:201
[转]python使用ctypes模块调用windowsapi获取系统版本
https://www.oschina.net/code/snippet_157181_13215 ...
分类:编程语言   时间:2017-08-07 10:20:13    阅读次数:154
238条   上一页 1 ... 9 10 11 12 13 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!