using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using Common; using System.IO; namespace EZSockets { /// /// 封装的三菱的通讯类 /// public class MitCom { private EZNCAUTLib.DispEZNcCommunication EZNcCom;//通讯库变量 private int lResult=1; private int lSystemType; private string szMessage; public event Common.MyDelegate AlarmData;//声明事件
2024-04-06 18:02:30 771KB
1
Dashboard仪表盘demo源代码
2024-04-06 15:45:52 357KB WPF
1
该项目是redisson在springboot中的使用,仅用作入门练习
2024-04-03 20:23:01 52KB demo
1
激光TOF(飞行时间)测距传感器技术手册,开放文档,传感器模块类型包括:TOF050F、TOF200F、TOF400F。 文档包括规格参数,以及IIC模式的规格书。 上位机程序中文 基于rasberry树莓派、esp8266、stm32f103c8t6、UNO的demo TOFxxx激光测距多连例程stm32f103模拟MODBUS通讯搭配485模块实现
2024-04-02 19:13:30 22.86MB stm32 激光测距传感器 Demo
1
MaryTTS_demo 开源库使用java进行语音合成的使用案例
2024-04-02 15:50:07 3KB Java
1
Qt中调用QAxObject方式访问excel表。可以基于这个demo写excel表导出、导入。为了方便使用,将excel访问功能封装了excelHelper类。
2024-04-01 18:39:51 1.81MB excel
1
生成带图片的pdf快捷方便,容错率高,高度定制,自由度高 $pdf = new PDF_Chinese(); $pdf->AddGBFont(); $pdf->Open(); $pdf->AddPage(); $pdf->SetFont('GB', '', 8); $pdf->SetLeftMargin(15.0); $pdf->Image("$user_pkc",15,10,56,56); $pdf->Cell(56, 56, iconv("UTF-8", "gbk", ""), 1, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "姓名"), 1, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "性别"), 1, 0, 'C'); $pdf->Ln(); $pdf->Cell(56, 9.3, iconv("UTF-8", "gbk", ""), 0, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "$username"), 1, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "$sex"), 1, 0, 'C'); $pdf->Ln(); $pdf->Cell(56, 8, iconv("UTF-8", "gbk", ""), 0, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "手机号码"), 1, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "身份证号码"), 1, 0, 'C'); $pdf->Ln(); $pdf->Cell(56, 8, iconv("UTF-8", "gbk", ""), 0, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "$phone"), 1, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "$usercard"), 1, 0, 'C'); $pdf->Ln(); $pdf->Cell(56, 8, iconv("UTF-8", "gbk", ""), 0, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "常住地址"), 1, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "初遇"), 1, 0, 'C'); $pdf->Ln(); $pdf->Cell(56, 8, iconv("UTF-8", "gbk", ""), 0, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "$where"), 1, 0, 'C'); $pdf->Cell(52, 9.3, iconv("UTF-8", "gbk", "$first_qsbk"), 1, 0, 'C'); $pdf->Ln();
2024-03-28 14:45:54 391KB fpdf pdf 源码 生成pdf
1
在WINFROM下使用Iocomp.Net工业绘图插件的详细流程,完善Iocomp.Net使用例程,代码清晰,方便学习
2024-03-28 13:42:09 735KB C#+Iocomp.Net
1
vce_exam_simulator_demo_2.7.7z
2024-03-27 13:17:35 15.47MB EXAM simulator
1
echarts地图下钻功能demo,各地市功能。全国信息。下载打开html可查看。
2024-03-25 20:09:18 1.96MB 地图下钻
1