博客 找到与“wm”相关的博文共735篇
按相关性排序  按时间排序

汇聚精彩 

作者:魔兽资讯 

http://blog.sina.com.cn/wowmovies

订阅

(高级知识) 用C# 解压缩ZIP文件   2009-12-20 18:39:07
using ZipLib{//解压缩类//public static class ZIP {//解压ZIP文件包//ZIP文件路径//解压后的文件目录路径//是否解压成功public static bool unzipFiles(string strZipFile,stringstrDir){//判断ZIP文件是否存在if (File.Exists(strZipFile)){//判断目录是否存在...
(高级知识) MD5算法类,用于对密码及重要信息进行加密   2009-12-20 18:29:03
private static UInt32 B;private static UInt32 C;private static UInt32 D;private const int S11=7;private const int S12=12;private const int S13=17;private const int S14=22;private const int S21=5;private const int S22=9;private const int S23=14;...
(高级知识)获取WindowsMobile手机的手机号和串号   2009-12-20 18:17:50
智能手机有很多种不同的系统,WindowsMobile(WM)系统就是其中之一,下面我们来看一下如何在这个系统上进行获取手机号和串号。using System;using PhoneNumber{//手机信息的类//功能:用于获取手机号码和串号//public classPhone {private static extern bool GetPhoneNum...
(高级知识) 修改WM5.0和WM6.0 系统平台的时间   2009-12-20 18:06:21
(string serviceTime){try{//系统时间结构SYSTEMTIME systime=new SYSTEMTIME();/截取年信息systime.wYear=( ushort ) (Convert.ToUInt32(serviceTime.Substring(0,4)) );/截取月信息systime.wMonth=( ushort ) (Convert.ToUInt32(serviceTime.Substring(4,2)) )...
(高级知识)在PPC中WM5.0系统上进行获取GPS信号 (3)   2009-12-20 17:59:22
using GetGPSInfo{ publicpartial class Form1:Form {public Form1(){InitializeComponent();}GPS gps=null;/显示GPS信息按钮//private void menuItem1_Click(object sender,EventArgs e){timer1.Enabled=1000;}//退出//private void menuItem2_Click(object sender...
(高级知识)在PPC中WM5.0系统上进行获取GPS信号 (2)   2009-12-20 17:48:39
using GetGPSInfo{//GPS业务类//public class GPS {private string path="IntermediateDriver\multiplexer";private string serialPortValue="DriverInterface"/设置端口//private int BaudRate=4800;private byte ByteSize=8;private byte Parity=0;private byte...
(高级知识)在PPC中WM5.0系统上进行获取GPS信号 (1)   2009-12-20 17:27:59
系统,也随着用户普遍的使用变的越来越重要。在WM系统中,不免有对GPS信息数据的处理,相信有些刚刚接触...WM系统的开发人员来说在进行GPS的开发的时候,可能会一头雾水...此处只指针对WM5.0和6.0的平台./此类可以做为一个基类.主要功能有//从手机的注册表中获取串口...
WM文件夹详解   2009-12-12 20:13:24
Profiles-日程表和任务两个程序的记录文件夹,日程表和任务里的增加内容都在里面 Storage-手机内存,相当电脑分盘Storage Card-MiNi SD卡内容 Temp-临时文件夹 Windows-手机系统文件夹--以下是Storage的各个文件夹解释
Eros and Civilization   2009-12-11 23:53:31
philosopher and social critic Herbert Marcuse's best knownworks.Written in 1955,it is a synthesis of Karl Marx and SigmundFreud.Its title alludes to Freud's Civilization and itsDiscontents.Marcuse's vision of a non-repressive society,based on Marx...
我的第一个 PPC 程序—— 黑板   2009-12-10 14:48:21
用c#写的,在wm6.1上完美运行。直接上图
相关搜索