当前位置:
首页
资源下载

搜索资源 - windows mobile capture
搜索资源列表
-
0下载:
windows mobile 上使用native Camera Capture API 拍照和录像-windows mobile on the use of native Camera Capture API photo and video
-
-
0下载:
Mobile手机录像,获取源数据是WMV9格式,输出格式为ASF
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.-Feature Area:
Video capture
Descr iption:
This sample provides the basic video capture functionalities:
-
-
0下载:
Windows mobile平台下,利用dshow以及grabber filter实现摄像头预览和采集功能(采集为基带YV12)-capture & preview video from camera under windows mobile
-
-
2下载:
在智能手机上捕捉GPS信号,不需要ARCGIS开发库支持,采用纯C#编写。开发环境为Microsoft Visual Studio 2005。可在vs.net2008下重编译运行。我的运行环境为windows mobile 6.1和SP2003。可以显示经度,纬度,卫星个数,精确的gps授时。精确至小数点后13位。
界面2是手机自带的gps界面,界面5是本程序的gps界面。纯C#开发的程序是纯绿色的,相对而言,采用ARCGIS开发库开发的同类程序,虽然代码简单,但要安装ARCGIS手机端,
-
-
0下载:
Windows Mobile Camera Capture Source
-
-
0下载:
windows mobile 中的用户签名源码,可以自己手写姓名,然后保存,。-Signature Capture PocketPC
-
-
0下载:
windows mobile下用directshow做一个简单的摄象头预览并抓取BMP图片"的源代码-windows mobile to do next with a simple Camera directshow preview and capture BMP image " of the source code
-
-
0下载:
this program can capture the source from the microphone in window mobile or other windows platform. it use a fundamental wave library in windows such as WaveIn-this program can capture the source from the microphone in window mobile or other windows
-
-
0下载:
WINDOWS MOBILE 的 远程视频采集样例.-WINDOWS MOBILE remote video capture sample.
-
-
0下载:
Capture Camera, Windows Mobile.
-
-
0下载:
对话框是Windows应用程序中最重要的用户界面元素之一,是与用户交互的重要手段,在程 序运行过程中,对话框可用于扑捉用户的输入信息或数据。对话框是一个特殊类型的窗口,任何对窗口进行的操作(如:移动、最大化、最小化等)都可在对话框中 实施,一般来说,在对话框中通过各种控件(如:按钮、编辑框、列表框、组合框等)来和用户进行交互。控件是在系统内部定义的用于和用户交互的基本单元。-Windows Application dialog box is the most important element
-
-
0下载:
1.TCP流式套接字的编程步骤
在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK!
服务器端程序:
1、加载套接字库
2、创建套接字(socket)。
3、将套接字绑定到一个本地地址和端口上(bind)。
4、将套接字设为监听模式,准备接收客户请求(listen)。
5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。
6、用返回的套接字和客户端进行通信(sen
-
-
0下载:
Windows Mobile相机,使用WM 6 SDK实现拍照功能-Windows Mobile Camera Capture
-
-
0下载:
在windows的模拟命令行中执行:
Cd d:\soft\tools //进入windows系统某个目录
adb shell //调用安卓的adb接口进入手机系统
su //切换root用户
在手机上按“同意”之后再执行:
Cd /data/local //进入Tcpdump目录
./tcpdump –p –vv –s 0 –w /sdcard/test.pcap //开始抓包命令,test只是抓包后的文件名,可自己更改
在手机上访问需测试的网址,访问之后
-