登录
首页 » C# » 这是一个在VS2003上边写的打印的源代码,通过简单的程序,提供了打印文档常用的方法,可以作为C#初学者一个很好的参考程序,代码不复杂,但是比较容易看懂。...

这是一个在VS2003上边写的打印的源代码,通过简单的程序,提供了打印文档常用的方法,可以作为C#初学者一个很好的参考程序,代码不复杂,但是比较容易看懂。...

于 2022-05-08 发布 文件大小:11.08 kB
0 79
下载积分: 2 下载次数: 1

代码说明:

这是一个在VS2003上边写的打印的源代码,通过简单的程序,提供了打印文档常用的方法,可以作为C#初学者一个很好的参考程序,代码不复杂,但是比较容易看懂。-This is a VS2003 upside in the Print write the source code, through a simple procedure Print the document provides a method commonly used as a beginners C# good reference procedure code is not complicated, But relatively easy to understand.

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

发表评论

0 个回复

  • program for my
    内含九个独立工程,主控芯片 STM32F108C8T6。九个工程分别为:操作LED灯;操作485;操作ADS1015 12位ADC芯片;操作济南有人的网口;两个版本的PID控温程序;外部时间程序;操作ch376读写SD卡程序;ucos-II+mudbus测试程序。(Contains nine independent works, master control chip STM32F108C8T6.The nine projects are: operating LED lamps;Operations, 485;Operation ADS1015 12 bit ADC chip;Operate a network of people in jinan;Two versions of PID control program;External time program;Operation ch376 to read and write SD card program;Ucos -II+mudbus test program.)
    2018-01-05 10:24:20下载
    积分:1
  • 输入字符串实现翻转
    本代码是在linux平台下编写的,代码简练 ,易懂,较适合新手学习,本代码在Windows平台下异能编写通过,代码部分有易错注释
    2023-02-02 07:20:04下载
    积分:1
  • Introduction to algorithms
    《算法导论》原书名——Introduction to Algorithms,是2006年机械工业出版社出版出版的图书,作者是Thomas H.Cormen、Charles E.Leiserson等。(Introduction to algorithms)
    2019-02-28 16:17:37下载
    积分:1
  • sanpack_rsa_vs2003sln_src
    分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。 (RSA algorithm analysis application, appraisal document RSA encryption algorithm application of the feasibility and significance. Practical design of a complete set of documents RSA encryption solution to achieve specific coding. RSA algorithm to study conventional RSA algorithm, using C to achieve RSA encryption algorithm library. and 32% Packaging windows platform components. In. Net platform invocation components can be achieved for arbitrary document RSA encryption operation Window applications. After an encrypted file and key documents are text documents. Class is the key category map, the entire application document describes the structure, the key modules flowchart, more detailed interface documentation, All source code. Application procedures for conducting tests on the test results)
    2006-09-25 23:19:04下载
    积分:1
  • distributed power system .zip
    MATLAB分布式电力系统状态估计完整程序.用于分布式光伏电站并网(MATLAB distributed power system state estimation complete program for distributed photovoltaic power station grid connected)
    2020-11-04 19:49:52下载
    积分:1
  • DSP2407-DA
    TI的2407芯片DAC控制程序。有工程很完善,并已调试通过。(TI 2407 chip DAC control procedures. That construction works are perfect, and has been through debugging.)
    2012-06-20 15:16:25下载
    积分:1
  • Grate
    基础于cocos2d-x引擎自己写的一个练手小游戏,分享给大家, 希望你们能学到东西(Based on the cocos2d-x engine to write a practice game, to share to you, hope you can learn something)
    2013-04-20 16:21:06下载
    积分:1
  • 用C#实现启动欢迎画面
    用C#制作软件启动时的欢迎界面,开始画面,在软件被打开时最先显示的一个窗口效果,在本例中是直接调用一张图片来显示,但是具体的实现,比如图片显示的位置 、显示的时间长短等,用到的定时器,需要控制好,本实例代码就是向大家展示如何进行这些控制,部分代码为:   private void Form1_Load(object sender, EventArgs e)   {//启动窗体    Form2 MySplashForm = new Form2();    MySplashForm.ShowDialog();   }   private void Form2_Load(object sender, EventArgs e)   {//设置启动窗体    this.FormBorderStyle = FormBorderStyle.None;    this.BackgroundImage = Image.FromFile("test.jpg");    this.timer1.Start();    this.timer1.Interval = 10000;   }      private void timer1_Tick(object sender, EventArgs e)   {//关闭启动窗体    this.Close();   }   定时器控制:   private void Form2_FormClosed(object sender, FormClosedEventArgs e)   {//关闭定时器    this.timer1.Stop();   }
    2022-01-22 15:57:51下载
    积分:1
  • 20070813
    诛仙 外挂 源码 可编译zzzzzzzzz(zhuxianwaiguayuanmazzzzzzzzzzzzzz)
    2020-06-21 07:00:01下载
    积分:1
  • C8051F1系列单片机笔记
    自己写的C8051F系列单片机的笔记,供初学者参考(Write their own C8051F series microcontroller notes, for beginners reference)
    2018-10-24 13:30:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载