上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 57 下一页
摘要: 遇见一个问题 如果用一个结构体struct。再用一个ListView,然后使用绑定。 <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmln 阅读全文
posted @ 2018-12-24 15:47 樱花落舞 阅读(744) 评论(0) 推荐(0) 编辑
摘要: 大概需要的win32函数 大概用到的常量 具体细节 以下是本来判断是32还是64位的函数,但现在是判断这个句柄是否存在 到这里,流程大概是完整了,也就是说判断软件键盘是否是窗口可见状态。 当然为了防止意外,在最后面也用以下的函数,不断的去询问窗口列表 实际运用 有时候我们不知道键盘为什么起不来,但又 阅读全文
posted @ 2018-12-24 10:47 樱花落舞 阅读(999) 评论(0) 推荐(0) 编辑
摘要: Given an array A of integers, a ramp is a tuple (i, j) for which i < j and A[i] <= A[j]. The width of such a ramp is j - i. Find the maximum width of 阅读全文
posted @ 2018-12-24 00:14 樱花落舞 阅读(325) 评论(0) 推荐(0) 编辑
摘要: In a array A of size 2N, there are N+1 unique elements, and exactly one of these elements is repeated N times. Return the element repeated N times. Ex 阅读全文
posted @ 2018-12-24 00:07 樱花落舞 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 保存地方在哪里 里面对每一个网卡保存了xml文件,里面都是保存过的密码信息,至于何种加密得看wifi自己 打开一个看看 name和SSID可以不同,当然最好是保持一致,name是配置文件名称,SSID是要连接的wifi名称 connectionMode中,手动连接为manual,自动连接是auto, 阅读全文
posted @ 2018-12-13 11:58 樱花落舞 阅读(1066) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers A with even length, return true if and only if it is possible to reorder it such that A[2 * i + 1] = 2 * A[2 * i]for every  阅读全文
posted @ 2018-12-09 19:32 樱花落舞 阅读(187) 评论(0) 推荐(0) 编辑
摘要: In a deck of cards, every card has a unique integer. You can order the deck in any order you want. Initially, all the cards start face down (unreveale 阅读全文
posted @ 2018-12-02 21:13 樱花落舞 阅读(292) 评论(0) 推荐(0) 编辑
摘要: For a binary tree T, we can define a flip operation as follows: choose any node, and swap the left and right child subtrees. A binary tree X is flip e 阅读全文
posted @ 2018-12-02 21:12 樱花落舞 阅读(277) 评论(0) 推荐(0) 编辑
摘要: Given an array of 4 digits, return the largest 24 hour time that can be made. The smallest 24 hour time is 00:00, and the largest is 23:59. Starting f 阅读全文
posted @ 2018-12-02 21:07 樱花落舞 阅读(385) 评论(0) 推荐(0) 编辑
摘要: C语言竞赛初级组第一、二场答案:https://www.cnblogs.com/xingkongyihao/p/10046918.html A: 逆序对 时间限制: 1 s 内存限制: 128 MB 时间限制: 1 s 内存限制: 128 MB 时间限制: 1 s 内存限制: 128 MB 题目描述 阅读全文
posted @ 2018-12-01 12:47 樱花落舞 阅读(1927) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 57 下一页