码迷,mamicode.com
首页 >  
搜索关键字:reverse intger    ( 5102个结果
[LeetCode] Reverse Integer 翻转整数
Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321click to show spoilers.Have you thought about this?Here are ...
分类:其他好文   时间:2014-11-27 10:36:47    阅读次数:232
[Leetcode]Reverse Integer
Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 click to show spoilers. Have you thought about this? Here are some good questions to ask before c...
分类:其他好文   时间:2014-11-27 09:15:14    阅读次数:178
Divide Two Integers
Divide two integers without using multiplication, division and mod operator.思路:这道题属于数值处理的题目,对于整数处理的问题,在Reverse Integer中我有提到过,比较重要的注意点在于符号和处理越界的问题。对于这道...
分类:其他好文   时间:2014-11-26 22:30:20    阅读次数:191
LeetCode: Evaluate Reverse Polish Notation 解题报告
Evaluate Reverse Polish NotationEvaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, *, /. Each operand...
分类:其他好文   时间:2014-11-26 22:25:26    阅读次数:478
Q2:Reverse Words in a String
Clarification:What constitutes a word?A sequence of non-space characters constitutes a word.Could the input string contain leading or trailing spaces?...
分类:其他好文   时间:2014-11-26 20:37:05    阅读次数:142
ctf.360.cn第二届,逆向部分writeup——第四题
题目:见附件这题开始有些小复杂了。运行程序,可以看见界面如下注意看“隐藏信息完毕1字符串的位置直接搜索push40405c,找到代码位置401a48。网上翻找到代码块的入口地址4017a0。很显然这是一个非常长的函数,使用IDA进行静态分析。v2=CreateFileA(*((LPCSTR*)v1+24),0x80000..
分类:其他好文   时间:2014-11-26 19:19:22    阅读次数:269
ctf.360.cn第二届,逆向部分writeup——第三题
题目:见附件这题目是最快搞定的,提示很明确exe直接运行出错,OD打开后,发现入口点就是一个jmpF8,跟踪到jmp后的地址,发现了程序运行出错的原因。实际上这个题目就是模拟病毒感染exe,修改文件入口指令,插入恶意代码的行为。修补实际上就是找到真实的入口函数头的代码,将..
分类:其他好文   时间:2014-11-26 16:46:17    阅读次数:240
ctf.360.cn第二届,逆向部分writeup——第二题
题目:见附件这题目被提示的运行两次坑了。OD载入,设置命令行参数pass.db。F8到VirtualAlloc函数,发现size参数为0,导致函数调用失败。根据pass.db长度,设置size=0x10,F8继续。发现CreateFileA的FileName参数依然是pass.db,修改成pas1.db。F9正常运行,得到pas1.db文件。..
分类:其他好文   时间:2014-11-26 16:46:16    阅读次数:268
[arm neon] data type convert (float <-> int32_t)
The conclusion is:NEON intrinsics support converting a float data type to int32 regarding a Q value. The reverse is also supported.Neon intrinsics alr...
分类:其他好文   时间:2014-11-26 14:10:55    阅读次数:534
Cancel --- Reverse the production order :
Follow the below steps to reverse the Production Order,1. First check your Production order is settled. If its reverse the settlement using KO88 t-cod...
分类:其他好文   时间:2014-11-26 13:53:06    阅读次数:138
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!