-
pocket pc 2002 on the ras dial
pocket pc 2002上的ras拨号代码,可以提取出其中的代码实现自动拨号-pocket pc 2002 on the ras dial-up code, the code can be extracted out the automatic dial-up
- 2022-04-29 17:21:14下载
- 积分:1
-
this is a airline system
this is a airline system
- 2022-01-30 11:04:39下载
- 积分:1
-
全局变量表示了内核上一次执行函数的时间,期间一共发生了多少次时钟中断,显然函数必须为期间所发生的每一次时钟中断补上定时器服务。...
全局变量表示了内核上一次执行函数的时间,期间一共发生了多少次时钟中断,显然函数必须为期间所发生的每一次时钟中断补上定时器服务。-The Global variable denotes the time when the CPU running the function the latest time, the number of time interrupt between the two running. It s obvious that add timer at every time interrupt.
- 2022-05-13 08:14:19下载
- 积分:1
-
ImageButton的简单demo.
ImageButton的简单demo.-ImageButton simple demo.
- 2022-03-24 13:52:18下载
- 积分:1
-
C# 时间1970年开始的纪元秒 与年月日时分秒的转换 提供16进制
用于纪元秒与时间的转换 ,提供两者之间的互转,时间范围1970-1-1 0:0:0 到 2999-12-31 23:59:59 并把纪元秒转换为16进制的8字节长度供参考,采用WPF编写界面,可用于单片机或嵌入式开发的快速时间转换
- 2022-07-19 10:00:47下载
- 积分:1
-
C语言工程的学生一本书。
a book on c language for engineering students..
engineering students can find this book very useful
- 2022-03-22 17:51:15下载
- 积分:1
-
快速关机。只要一运行程序立刻断电关机,没有正在关机和保存设置的过程
快速关机。只要一运行程序立刻断电关机,没有正在关机和保存设置的过程-Fast shutdown. First run the program immediately as long as power shutdown, no shutdown and preservation is the process of setting
- 2022-02-10 08:24:53下载
- 积分:1
-
c语言课程设计,7个例子。中等难度。应付课设没有问题。
c语言课程设计,7个例子。中等难度。应付课设没有问题。-c language curriculum design, example 7. Medium difficulty. NOT set up to deal with the issue of class.
- 2023-02-24 07:10:03下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
讨论了单频精密单点定位的解算方法与思路,编写了单频精密动态单点定位的程序,实现了事后动态单频精密单点定位...
讨论了单频精密单点定位的解算方法与思路,编写了单频精密动态单点定位的程序,实现了事后动态单频精密单点定位
-Discussed the single-frequency Precise Point Positioning Solution methods and ideas, the preparation of a single-frequency single-point precision dynamic positioning procedures, achieved after the Dynamic Single Frequency Precise Point Positioning
- 2022-05-23 01:01:31下载
- 积分:1