登录
首页 » C# » C# 指纹识别系统 源码+数据库下载

C# 指纹识别系统 源码+数据库下载

于 2015-12-23 发布
0 118
下载积分: 1 下载次数: 1

代码说明:

仅供参考学习

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

发表评论

0 个回复

  • 直流减速电机
    【实例简介】带编码器的直流减速电机代码(正反转版).zip
    2021-06-01 00:31:30下载
    积分:1
  • C#实现特殊主框架界面效果
    C#实现特殊主框架界面效果,包括侧栏、系统界面不同风格。
    2020-12-03下载
    积分:1
  • c# 吸附窗体类,仿QQ效果
    窗体移动到屏幕边缘会自动伸缩,鼠标移上去的话就显示出来!
    2013-12-31下载
    积分: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
  • 微软ocr MODI OCR调用识别,合成双层pdf
    【实例简介】微软ocr MODI OCR调用识别,合成双层pdf
    2021-08-09 00:30:57下载
    积分:1
  • C#控制打印机示例
    C# 详细控制打印机状况,各种配制
    2015-01-22下载
    积分:1
  • 简单验证码识别
    简单验证码识别
    2013-05-26下载
    积分:1
  • C++实战源码-成组浏览图片(入门级实例522).zip
    C++实战源码-成组浏览图片(入门级实例522).zip
    2019-10-01下载
    积分:1
  • 北斗四星定位解算程序
    基于伪距的北斗导航的四星定位解算,并将解算结果转换为经纬度
    2019-08-05下载
    积分:1
  • Effective Modern C++ 中文.pdf
    Effective Modern C++ 中文.pdf
    2020-11-28下载
    积分:1
  • 696516资源总数
  • 106571会员总数
  • 2今日下载