登录
首页 » C# » VISA and C# Measurement Example Program

VISA and C# Measurement Example Program

于 2021-11-30 发布
0 333
下载积分: 1 下载次数: 1

代码说明:

VisaExample

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C++程序员爱的表白,心形图示例
    表白爱之“心”
    2013-01-08下载
    积分:1
  • Unity接入高德定位sdk原工程.zip
    解压,替换包名,key直接打包运行。自用工程,真实有效,亲测可用
    2019-08-17下载
    积分:1
  • Aspose.Email for .NET Examples
    Aspose.Email for .NET Examples
    2013-12-22下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • opc客户端源码下载
    opc
    2016-03-29下载
    积分:1
  • Modbus连接上位机,接收数据
    连接上位机,接受数据
    2020-11-28下载
    积分:1
  • asp.net cms系统源码下载(DTCMS源码)
    DTcms V3.0增强与改进的功能有: 1、系统架构发生了改变;2、去除模型概念与改进扩展字段;3、增加分站功能;4、增加手机短信功能;5、增加生成静态功能;6、全新的后台界面;7、对模板标签的改进;
    2015-04-08下载
    积分:1
  • wpf 仿win8系统 效果实例源码 Immersive_Explorer
    最后更新时间是2018-04-05 因个别用户没有语言包导致运行报错,现在已补充上语言包,可以运行了。
    2014-07-21下载
    积分:1
  • C++| 匠心之作 从0到1入门学编程文档资料(黑马程序员)
    这份文档资料是黑马程序员C/C 的视频课程资料,内部包含《C 基础入门》、《C 提高编程》、《C 核心编程》、《通讯录管理系统》、《基于STL的演讲比赛流程管理系统》、《职工管理系统》、《机房预约系统》文档资料,很适合新手入门!
    2019-05-07下载
    积分:1
  • Asp.Net大文件上传组件RadUpLoad(带进度条时间显示)
    Asp.Net大文件上传组件RadUpLoad(带进度条时间显示)
    2015-06-18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载