码迷,mamicode.com
首页 >  
搜索关键字:simple check    ( 15618个结果
python -- 常用网站
1.Python Extension Packages for Windows - Christoph Gohlkehttp://www.lfd.uci.edu/~gohlke/pythonlibs/下载Python插件非常方便2.http://pypi.v2ex.com/simple/?allow...
分类:编程语言   时间:2014-05-09 19:04:43    阅读次数:275
POJ3468 A Simple Problem with Integers ( 线段树)
题目:A Simple Problem with IntegersTime Limit:5000MSMemory Limit:131072KTotal Submissions:55817Accepted:16839Case Time Limit:2000MSDescriptionYou haveN....
分类:其他好文   时间:2014-05-09 17:04:14    阅读次数:339
备份3个判断指针是否有效的函数,以备不时之需
BOOLEAN MmIsAddressValid( _In_PVOID VirtualAddress);ParametersVirtualAddress[in]A pointer to the nonpaged virtual address to check. The caller must e....
分类:其他好文   时间:2014-05-09 11:51:40    阅读次数:535
iOS 打电话 发短信(转载)
官方代码发短息和邮件添加MessageUI.framework 库发送信息- (IBAction)showSMSPicker:(id)sender{ // You must check that the current device can send SMS messages before you ...
分类:移动开发   时间:2014-05-08 20:26:04    阅读次数:500
jquery .ajax
view: $(document).ready(function() { var ss="asdff"; $(".check").click(function(){ alert("OK"); $.ajax({ ...
分类:Web程序   时间:2014-05-07 19:09:38    阅读次数:349
hdu 4143 A Simple Problem (变形)
题目题意:给n,求x;直接枚举肯定超时, 把给的式子变形, (y+x)(y-x) = n;令y-x = b, y+x = a;枚举b, b 的范围肯定是sqrt(n), y = (a+b)/2; x = (a-b)/2;b越大, x越小, 所以倒着枚举b 1 #include 2 #include....
分类:其他好文   时间:2014-05-05 11:01:25    阅读次数:244
c# dbf文件读写类
public class DbfReader { private string _path; private OleDbConnection _connection; public DbfReader(string dbfPath) { _path = dbfPath; Check...
分类:数据库   时间:2014-05-05 10:41:06    阅读次数:994
LeetCode OJ - Symmetric Tree && Same Tree
这两道题,大同小异。 我都是用BFS,在遍历的过程,判断结构是否相同/对称,值是否相同。下面是AC代码: 1 /** 2 * Given a binary tree, check whether it is a mirror of itself (ie, symmetric aroun...
分类:其他好文   时间:2014-05-05 09:48:26    阅读次数:401
关闭SublimeText自动更新
【关闭SublimeText自动更新】 1、找到Preferences -> Settings-User(设置用户) 2、在最后一个花括号结尾(“}”)前添加一句:”update_check":false,结果如图所示:
分类:其他好文   时间:2014-05-04 20:18:37    阅读次数:313
【QTP-场景恢复】Post-Recovery Test Run Options Screen
Post-Recovery Test Run Options Screen When you clear the Add another recovery operation check box in the Recovery Operation screen and click next, the...
分类:其他好文   时间:2014-05-04 19:37:19    阅读次数:571
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!