搜索资源列表
WindowsMobile5.0
- Windows Mobile 5.0 三十几个经典手机软件开发源码希望对大家有帮助.-Windows Mobile 5.0 30 phone several classic source software development we hope to have help.
DrawBMPWINDOWSMOBILE
- 一个WINDOWS MOBILE(c++)程序代码,演示怎么手工画一个BMP文件,大家可以试下看-a WINDOWS MOBILE (c), the program code demonstration of how manual painting a BMP file, we can try to see;
PlayerDShow
- 在Windows Mobile 5.0之后的系统上,提供了Direct X可以使用。这个是调用DShow播放视频文件的例子,主要参考DirectX SDK下,DirectShow里面Players\\PlayerWnd这个例子。需要注意的是Windows CE下的COM初始化,参数只能是NULL(MSDN)。 -in Windows Mobile 5.0 system, the Direct X can be used. This is called DShow broadcast vide
18280_20034251503570
- 本接口实现了中国移动通信互联网短信网关接口协议(CMPP2.0),以动态库的形式提供了WINDOWS下的接口,使您不必关心底层的网络通信过程,只需要熟悉协议,就可以开发出简洁高效的短信程序。-the interface of China Mobile Communications Internet SMS Gateway Interface Protocol (CMPP2.0), a dynamic library in the form of the Windows interface, so
dragmovedlg
- 很多基于对话框的应用程序都是不带框架的,也就是说对话框没有标题栏。众所周知,窗口的移动都是通过鼠标点住标题栏拖动窗口实现的,那么现在没有了标题栏,如何移动对话框-lot of the dialog-based applications are without framework, in other words not the dialog title bar. As we all know, Windows Mobile are living through a click of the mou
weme-wm50-arm-ppro10_6.1.1.200
- 使java能在moblie模拟器上运行的包。方便大家调试java程序在moblie上面的效果,由ibm公司编写的项目,外面很难找到的哦,So that java can run on moblie simulator package. We facilitate debugging java program moblie above results, the project prepared by the ibm company, it is difficult to find outside
LibGdiplus
- 众所周知,Windows Mobile从5.0开始就支持GDI+了,但是却只能使用C#进行代码托管来使用GDI+中的丰富功能。现在有了这个库,让C++也可以使用GDI+了。附件中是手机开发GDI+程序时使用的头和库。支持WinCE5.0, WinCE6.0, VC++代码,非C#封装。附有源码。-As we all know, Windows Mobile from 5.0 beginning supported GDI+, but they can only use C# for manage
MinutesToMidnight
- iphone 31天开源工程中的第一个,一个精美的计时器-Just like any good programmers we decided to bite this off the same day Apple lifted the NDA even faced with the time constraints. Needless to say the first app will be VERY simple, however it does demonstrate some stuff
DragMoveDlg
- VC++实现无标题栏对话框的拖动,很多基于对话框的应用程序都是不带框架的,也就是说对话框没有标题栏。众所周知,窗口的移动都是通过鼠标点住标题栏拖动窗口实现的,那么现在没有了标题栏,如何移动对话框呢?请参考这个源代码-VC++ to achieve without the title bar of the dialog box drag, a lot of dialog-based applications are without frames, that dialog without a tit
CmnetConn
- 用连接管理器API可以对Windows Mobile的GPRS连接进行管理,由程序发起连接GPRS请求完成连接的建立,但是有时候不那么幸运,Internet设置里多了一些其他无效的连接或者是复位后所有连接都丢失了,那我们应该主动创建自己的连接,然后实现联网。-Connection Manager API can be used on Windows Mobile' s GPRS connection management program initiated by the GPRS conn
DragMoveDlg
- VC++实现无标题栏对话框的拖动,很多基于对话框的应用程序都是不带框架的,也就是说对话框没有标题栏。众所周知,窗口的移动都是通过鼠标点住标题栏拖动窗口实现的,那么现在没有了标题栏,如何移动对话框呢?请参考这个源代码-VC++ to achieve without dragging the title bar of the dialog box, many applications are based on the dialog box without a framework, that dial
DragDl021g
- VC++实现无标题栏对话框的拖动,很多基于对话框的应用程序都是不带框架的,也就是说对话框没有标题栏。众所周知,窗口的移动都是通过鼠标点住标题栏拖动窗口实现的,那么现在没有了标题栏,如何移动对话框呢?-VC++ to achieve without dragging the title bar of the dialog box, many applications are based on the dialog box without a framework, that dialog witho
Webcast_Demo_Battery_Friendly_Apps
- WINCE或Windows Mobile下有关省电的编程策略,可以借鉴-WINCE or Windows Mobile under the power of the programming strategy, we can draw
RestartDeviceapp
- Windows Mobile Restatring Application We can Use This Application for Restarting Device Through C#.Net
Windows-CE
- 主要全面介绍了再windows ce下的手机开发,大家完全可以按照上面的内容做-Comprehensive introduction to the major re-development of mobile phones under the windows ce, we can do according to the contents of the above
WifiDiscoveryTester
- C# windows mobile Application for Wifi Tester through Windows Mobile we can see IP address and APN-C# windows mobile Application for Wifi Tester through Windows Mobile we can see IP address and APN
FAT_System
- FAT32文件系统您一定不会陌生,最多看到它是在windows操作系统里,但在一些嵌入式产品(如手机、MP3、MP4等)中,也能看到它的身影。从某种意义上来讲,FAT32文件系统是非常成功的,使我们可以脱离底层储存设备驱动,更为方便高效地组织数据。给单片机系统中的大容量存储器(如SD卡、CF卡、硬盘等)配以FAT32文件系统-FAT32 file system, you will not be unfamiliar up to see it in the windows operating sy
Popupwindow
- #制作一个Popup窗口提醒效果,右下角的弹出窗口,点击“弹出”按钮后,会看到从屏幕的右下角向上滑出一个提示窗口,经常上网的朋友可能会对此功能非常熟悉,网页上实现右下角的功能也是相当普遍的,那么使用C#代码是如何实现的呢?期待大家下载这个源码实例。 通过本例子可以学习一些窗口移动的方法、定时器的用法,鼠标的判断等基本的技巧-# Create a popup window reminded effect, the pop-up window in the lower-right corn
ConnectionTool.cs
- 这个类用c#写的,功能是在windows mobile的手机里面建立和拨号VPN连接,支持windows mobile,GSM,cdma,3G 程序员用这个类时,由于这个类里面的属性和方法都是静态的,所以不要实例化。 这个类里面的可见性的函数只有5个,分别是 rasCreateRasEntry rasDeleteRasEntry rasCloseAllCnn rasCloseCnn cnnConnectMobileNetwor
Matlab-code-LCOMM-2017-master
- this paper, we study performance improvement methods for a cell-edge user of two-user non-orthogonal multiple access (NOMA) systems in downlink scenarios. To this end, we propose two cooperative relaying schemes, namely on/offfull- duplex relaying (o