登录
首页 » C# » 海康dvr流媒体服务器+客户端

海康dvr流媒体服务器+客户端

于 2015-09-15 发布
0 137
下载积分: 1 下载次数: 1

代码说明:

海康dvr流媒体服务器+客户端

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

发表评论

0 个回复

  • DiscUtils读写iso以及虚拟磁盘文件类库源码
    DiscUtils读写iso以及虚拟磁盘文件类库源码
    2015-05-21下载
    积分:1
  • c# 声音阅读文字 程序示例源码下载(DotNetSpeech)
    c# 声音阅读文字 程序示例源码下载(DotNetSpeech)
    2014-03-26下载
    积分:1
  • C#全局钩子函数 例子源码下载
    C#全局钩子函数 例子源码下载
    2015-04-25下载
    积分:1
  • 仿QQ的Menu菜单效果示例源码下载
    仿QQ的Menu菜单效果示例源码下载
    2013-10-02下载
    积分:1
  • WPF 三维图片墙效果
    使用WPF实现3D图片墙效果
    2020-05-13下载
    积分:1
  • C# 学校勤工助学管理系统(源码+数据库+文档)
    这是一个毕业设计,主要完成学校的勤工助学工作,模块有工作管理,学生信息管理等等
    2019-09-19下载
    积分: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
  • c#通讯录项目源码(支持多数据库配置)
    支持 mysql access mssql数据库,可根据喜好使用不同的数据库 友情提示: 打开该解决方案 生成成功后, 将所有的 .sql文件以及 DefaultSchema.xsd 拷贝至Address BookobjDebug 目录 以后,再打开 Address Book.exe 即可自定义配置
    2015-05-23下载
    积分:1
  • C#员工考勤管理系统源码[vs2010+SQL2005]
    C#考勤管理系统源码下载——C#员工考勤管理系统基于vs2010 SQL2005,数据库文件在DB文件夹下,运行前请先附加好数据库并连接。本考勤管理系统是多界面管理程序,分工资管理界面、考勤查询界面、人事管理界面、系统设置界面、员工资料界面等,可作为一个C#数据库编程的范例来参考,也可完善功能,使其真正成为一套功能实用的员工考勤管理系统。运行环境:Visual Studio2010
    2021-05-06下载
    积分:1
  • 大头贴
    大头贴
    2013-03-30下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载