-
Template
板载三个灯同时亮灭,板子上可以看到灯发出闪烁的白光(On-board three lights turn on and off at the same time)
- 2020-06-23 14:00:02下载
- 积分:1
-
C# WPF 功能打印的示例
C# WPF 功能打印的示例,加载内容后,可在本程序中直接打印出XAML文档。
private void button2_Click(object sender, RoutedEventArgs e)
{//打印文件
PrintDialog MyDialog = new PrintDialog();
if ((MyDialog.ShowDialog() == true))
{
MyDialog.PrintVisual(this.richTextBox1 as Visual, "我的XAML打印文档");
}
}
private void button3_Click(object sender, RoutedEventArgs e)
{//保存文件
string MyFileName = "MyFile.XAML";
TextRange MyTextRange;
System.IO.FileStream MyStream;
MyTextRange = new TextRange(this.richTextBox1.Document.ContentStart, this.richTextBox1.Document.ContentEnd);
MyStream = new System.IO.FileStream(MyFileName, System.IO.FileMode.Create);
MyTextRange.Save(MyStream, DataFormats.XamlPackage);
MyStream.Close();
}
- 2022-01-23 10:57:00下载
- 积分:1
-
研华模拟量采集卡1742数据批量采集代码
研华模拟量采集卡1742数据批量采集代码,使用vc6编写,是数据流读取方式,连续采集模拟量数据,代码规范,使用MFC架构
- 2022-07-11 17:19:01下载
- 积分:1
-
串口调试助手
串口调试助手源码,用Visual Stusio为平台编写的,对新手学习C#帮助挺大
&
- 2023-06-10 06:10:03下载
- 积分:1
-
nfa
对给定的正规式r1、r2,已知它们的NFA分别为M1、M2(其状态转换矩阵及初态、终态信息分别保存在指定文件中)。构造一程序,由此程序构造正规式r1r2(连接运算)的NFA(将其状态转换矩阵及初态、终态信息保存在指定文件中)。(Given formal type r1, r2, known to the NFA that they were M1, M2 (the state transition matrix and the initial state, final state information were kept in the designated file). Construction of a procedure, the resulting program structure formal ceremony r1r2 (connected computing) of the NFA (its state transition matrix and the initial state, final state information saved in the specified file).)
- 2008-12-27 09:50:53下载
- 积分:1
-
mfc的一个VC++串口通信源代码小程序
mfc的一个VC++串口通信源代码小程序mfc的一个VC++串口通信源代码小程序mfc的一个VC++串口通信源代码小程序mfc的一个VC++串口通信源代码小程序mfc的一个VC++串口通信源代码小程序mfc的一个VC++串口通信源代码小程序mfc的一个VC++串口通信源代码小程序
- 2023-06-11 01:20:03下载
- 积分:1
-
MATLAB
简单的MATLAB拉普拉斯变换,单位阶跃响应的程序(Simple MATLAB Laplace transform of unit step response procedures)
- 2012-06-05 10:28:18下载
- 积分:1
-
用C#写的内网用的飞鸽的,有的功能都有了,大家可以看一下,用来学习是非常可以的。...
用C#写的内网用的飞鸽的,有的功能都有了,大家可以看一下,用来学习是非常可以的。-Written using C# within the network with the Dove, and some functions, and we can look at to learn is very possible.
- 2023-07-20 11:10:02下载
- 积分:1
-
局域网网络数据包分析
捕获局域网内的数据包,并从中的到数据,和相关信息,没开线程,我vc初学,欢迎朋友对它改进,别忘发我一份fecon@tom.com,用winpcap捕获.先安装winpcap3.1,注意改一下opnion里的lib路径(capture the data packets to and from the data, and related information, not open threads, I vc beginners welcome friends to improve it, do not forget that I made a fecon@tom.com with winpcap capture. Install winpcap3.1, to change it's lib opnion Path)
- 2004-11-24 08:41:47下载
- 积分:1
-
multiview_for_doc3_demo
说明: 动态实现多视图,作者好象是印度的,从国外站点下载的代码,并且每个视图有具体的view类进行支撑,可用于多场景显示(Realize the dynamic multi-view, the author seems to be in India from the foreign site to download the code, and view each specific type of view to support, can be used for multi-scene display)
- 2008-10-01 10:34:24下载
- 积分:1