码迷,mamicode.com
首页 >  
搜索关键字:integrated capture    ( 1517个结果
Entity Framework,TransactionScope 混合使用的问题讨论
using (var ts = new TransactionScope()){ string connStr = "Data Source=.;Initial Catalog=Test;Integrated Security=true;"; using (SqlConnection c...
分类:其他好文   时间:2015-01-07 18:43:42    阅读次数:160
AndEngine之ScreenCapture
AndEngine引擎提供了一个截图的类ScreenCapture 这个类的用法:ScreenCapture cap= new ScreenCapture();无参构造函数 然后添加到场景中,如果不添加到场景中就截不到任何数据 她有两个主要方法 capture(final int pCaptureW...
分类:其他好文   时间:2015-01-06 19:32:14    阅读次数:155
多媒体开发之rtp 打包发流---同网段其他机子sdp 播放不了
(1)(2)(3)-------------author:pkf------------------time:2015-1-6后面发现是connection 的server 地址是指定的 导致播放不了,然后用wireshark capture了一下一大堆udp的数据出来了,也不是端口问题,和rtsp...
分类:其他好文   时间:2015-01-06 17:18:12    阅读次数:156
sql server anaylsis service 连接字符串的两种方式
本地连接:string strConnect = "Provider=MSOLAP; Data Source=localhost;Initial Catalog=Analysis Services Tutorial;Integrated Security=SSPI;";网络连接方式:string s...
分类:数据库   时间:2015-01-06 15:24:21    阅读次数:178
[STM32F10x] 利用定时器测量脉冲宽度
硬件:STM32F103C8T6 平台: ARM-MDk V5.11 前面一篇文章讲过如何利用定时器测量信号的频率(见[STM32F10x] 利用定时器测量频率),使用的是定时器的捕获/比较单元(Capture/compare),它也能可以测量输入信号的脉冲宽度。 利用定时器测量脉冲宽度有...
分类:其他好文   时间:2015-01-05 21:54:50    阅读次数:439
[LeetCode] Surrounded Regions 广度搜索
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region...
分类:其他好文   时间:2015-01-05 20:23:28    阅读次数:204
cocos2dx 3.2 Touch Listen和menu回调实现截屏
在Cocos2d-X 3.x里面,已经集成了截屏功能,单独放在utils命名空间里,实现在base/ccUtils.h文件里面。看下函数申明 /** Capture the entire screen * To ensure the snapshot is applied after ...
分类:其他好文   时间:2015-01-05 16:28:14    阅读次数:148
C#_ 学习_1
.NET平台CLR (Common Language Runtime 公共语言运行库)应用程序构建基块(building block)LING(Language Integrated Query,语言集成查询),LING是一种以声明方式查询数据源的方式IDE (Integrated Developm...
分类:Windows程序   时间:2015-01-05 01:46:44    阅读次数:170
SOA_IREP学习笔记系列1_Integrated SOA Gateway 介绍(案例)
2014-01-01 Created By BaoXinjian1.2.3.4.5.参考:张礼军先生 - http://oracleseeker.com/2009/10/13/standalone_integration_repository_parser_irep_parser_release/
分类:其他好文   时间:2015-01-02 22:23:10    阅读次数:209
[STM32F10x] 利用定时器测量频率
硬件:STM32F103C8T6 平台:ARM-MDk V5.11 原理 利用STM32F10x的定时器的捕获(Capture)单元测量输入信号的频率。 基本原理是通过两次捕获达到的计数器的差值,来计算输入信号的频率。假如第一次捕获时计数器的值为Val1,第二次捕获计数器的值为Val2,...
分类:其他好文   时间:2015-01-02 01:10:52    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!