-
QQServer
聊天程序源码聊天程序源码聊天程序源码聊天程序源码(liao tian cheng xu liao tian cheng xu)
- 2013-12-27 22:42:43下载
- 积分:1
-
dtmf
双音多频 DTMF(Dual Tone Multi Frequency),双音多频,由高频群和低频群组成,高低频群各包含4个频率。(Dual-tone multi-frequency signaling (DTMF) is used for telecommunication signaling over analog telephone lines in the voice-frequency band between telephone handsets and other communications devices and the switching center. The version of DTMF that is used in push-button telephones for tone dialing is known as Touch-Tone. It was developed by Western Electric and first used by the Bell System in commerce, using that name as a registered trademark. DTMF is standardized by ITU-T Recommendation Q.23. It is also known in the UK as MF4.)
- 2014-01-01 23:21:31下载
- 积分:1
-
MouseAutoClick
说明: 设定点击实际和坐标,运行时自动执行设置操作(Set the actual and coordinates of clicks, and automatically perform settings at runtime)
- 2020-06-17 01:00:02下载
- 积分:1
-
C# 打印XPS文档 XPS文件打印
C# 打印选择的XPS文档,打印XPS文件,相关代码如下:
private void button1_Click(object sender, RoutedEventArgs e)
{//打印选择的XPS文档
var MyDlg = new Microsoft.Win32.OpenFileDialog();
MyDlg.InitialDirectory = System.IO.Directory.GetCurrentDirectory();
MyDlg.Filter = "XPS文件(*.xps)|*.xps|所有文件(*.*)|*.*";
if (MyDlg.ShowDialog() == true)
{
string MyFileName = MyDlg.FileName;
var pDialog = new PrintDialog();
pDialog.PageRangeSelection = PageRangeSelection.AllPages;
pDialog.UserPageRangeEnabled = true;
if (pDialog.ShowDialog() == true)
{
var MyDocument = new System.Windows.Xps.Packaging.XpsDocument(MyFileName, System.IO.FileAccess.ReadWrite);
FixedDocumentSequence MyFixedDocumentSequence = MyDocument.GetFixedDocumentSequence();
pDialog.PrintDocument(MyFixedDocumentSequence.DocumentPaginator, "我的XPS打印文档");
}
}
}
- 2022-03-23 09:37:24下载
- 积分:1
-
实例69 快速检索指定文件
说明: 本程序用来快速检索指定文件,使用VC编写,对初学者及开发人员有一定启示作用(the procedures used for the designated rapid retrieval of documents and use VC prepared for beginners and developers a certain inspiration)
- 2005-12-25 15:08:11下载
- 积分:1
-
stm32f4xx_conf.h
Micrium stm32f4
- 2023-05-27 10:05:04下载
- 积分:1
-
clock
实现数字时钟功能,包括基本的时钟计数,倒计时,时间显示。(digital clock)
- 2014-03-07 20:56:39下载
- 积分:1
-
单片机长短按键动态数码管计数
用C语言写的程序,单片机长短按键的功能实现计数,短按键按下加一,长按键长按则一直加一,计数的快慢可调。
- 2022-01-22 17:03:26下载
- 积分:1
-
AN995
MPLAB IDE 7 MCC18 SPI Library
- 2011-05-06 05:45:02下载
- 积分:1
-
syamlal-obrien_drag
fluent syamlal-obrien模型(fluent syamlal-obrien model)
- 2015-01-18 19:16:32下载
- 积分:1