码迷,mamicode.com
首页 >  
搜索关键字:cap    ( 3348个结果
How to increase TX Power Signal Strength of WiFi
转自:https://www.blackmoreops.com/2013/10/27/how-to-increase-tx-power-signal-strength-of-wifi/ This guide contains 3 different methods to increase your ...
分类:其他好文   时间:2016-11-18 18:48:02    阅读次数:307
Delphi 中的自动释放策略-转
八、使用结构体而不是结构体指针: 很重要 ...
分类:Windows程序   时间:2016-11-18 18:01:08    阅读次数:205
POJ 2391 Ombrophobic Bovines
Ombrophobic Bovines Description FJ's cows really hate getting wet so much that the mere thought of getting caught in the rain makes them shake in thei ...
分类:其他好文   时间:2016-11-18 16:04:53    阅读次数:192
Java中vector的使用详解
Vector 可实现自动增长的对象数组。 java.util.vector提供了向量类(vector)以实现类似动态数组的功能。在Java语言中没有指针的概念,但如果正确灵活地使用指针又确实可以大大提高程序的质量。比如在c,c++中所谓的“动态数组”一般都由指针来实现。为了弥补这个缺点,Java提供 ...
分类:编程语言   时间:2016-11-18 14:15:17    阅读次数:259
纯c++实现之滚动窗口
别在MFC了,先分析下,上图 我们以左上角为坐标原点,用position_width和position_height来保存当前显示坐标。 根据msdn说明,滚动条默认情况下的值在0~100之间。 根据图可以知道positon_width的活动范围是0到canvas_width-screen-widt ...
分类:编程语言   时间:2016-11-18 07:29:01    阅读次数:289
javascript的事件机制
一、事件模型 IE 和 标准DOM的事件模型 IE系:冒泡方式 NETSCAPE系:捕获方式 标准DOM:先捕获再冒泡冒泡,从触发点向外层、顶层扩散,最后到达document、window,遇...
分类:编程语言   时间:2016-11-18 00:24:06    阅读次数:265
JqGrid参考实例
...
分类:其他好文   时间:2016-11-17 13:44:29    阅读次数:194
(转)Javascript本地存储小结
转自:https://i.cnblogs.com/EditPosts.aspx?opt=1 以下是原文: 1. 各种存储方案的简单对比 Cookies:浏览器均支持,容量为4KB UserData:仅IE支持,容量为64KB Flash:100KB,非HTML原生,需要插件支持 Google Gea ...
分类:编程语言   时间:2016-11-17 13:41:31    阅读次数:195
给AlertView添加图片背景
UIAlertView *theAlert = [[[UIAlertViewalloc] initWithTitle:@"Attention" message:@"I'm a Chinese!"delegate:nilcancelButtonTitle:@"Cancel" otherButtonTi ...
分类:其他好文   时间:2016-11-17 01:35:45    阅读次数:223
GJM:C# WinForm开发系列 - DataGridView 使用方法集锦 [转载]
1.DataGridView实现课程表 testcontrol.rar 2.DataGridView二维表头及单元格合并 DataGridView单元格合并和二维表头.rar myMultiColHeaderDgv.rar 3.DataGridView单元格显示GIF图片 gifanimationi ...
分类:Windows程序   时间:2016-11-16 15:33:17    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!