-
Hex
Network of 4 avr with rs485
- 2016-08-29 19:22:13下载
- 积分:1
-
最新的Kakadu_V2.2.3
Kakadu_V2.2.3是基于jpeg2000写的。除了程序源代码外还包含有Kakadu_V2.2.3说明
- 2023-01-03 01:15:11下载
- 积分:1
-
AdbeRdr930_zh_CN
- 2020-06-25 22:40:02下载
- 积分:1
-
简单的计算器,能做加减乘除开方等
简单的计算器,能做加减乘除开方等-simple calculator, can do the arithmetic, such as prescribing
- 2022-08-18 11:38:52下载
- 积分:1
-
快速行人检测
Real-time Pedestrian Detection. Jianxin Wu实现的快速行人检测方法。Real-time Pedestrian Detection. Jianxin Wu实现的快速行人检测方法。Real-time Pedestrian Detection. Jianxin Wu实现的快速行人检测方法。Real-time Pedestrian Detection
- 2022-04-25 16:37:18下载
- 积分:1
-
基于C#的串口通信软件
使用C#编写的串口通信软件,可以自动检测串口号等,并进行收发数据。
- 2022-03-23 14:49:00下载
- 积分: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
-
提供3DMAX加载到OPENGL中的程序 3DSOPENGL
提供3DMAX加载到OPENGL中的程序,有编译好的程序,直接运行旧可以了(3DMAX loaded to provide the procedures OpenGL, compiled procedures can be directly running the old)
- 2020-06-27 07:40:01下载
- 积分:1
-
SPI_STM32_FPGA
STM32F1与FPGA通过SPI进行通信,我上传的是32部分的程序,已经通过串口测试成功。此程序可拓展为和单片机,DSP通过SPI进行通信(STM32F1 and FPGA communication through the SPI, I uploaded the 32 part of the procedure has been successfully tested through the serial port. This program can be extended to and single-chip, DSP communication through the SPI)
- 2020-11-16 09:29:42下载
- 积分:1
-
common-master
网上整理下载的非常好的串口程序,功能强大,代码质量也很高。(About serial communication)
- 2015-07-15 11:51:30下载
- 积分:1