登录
首页 » C# » 设计模式

设计模式

于 2022-01-25 发布 文件大小:489.89 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

资源描述 设计模式中部分设计模式源码整理 例如单例模式  using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Com.SingletonPattern {     ///     /// 功能:延迟加载单例模式 利用DotNet的特性     /// 编写:willieni     /// 日期:2015年07月10日     /// 备注:延迟加载     ///     public class DelaySingleton : ISingleton     {         private DelaySingleton()         {         }         public static DelaySingleton Instance         {             get             {

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

发表评论

0 个回复

  • fuzzycontrol
    模糊控制,用于智能车的控制,输入偏差和偏差控制变化率,输出pd参数(Fuzzy Control for intelligent vehicle control, input bias and bias control the rate of change, the output parameter pd)
    2015-01-27 20:38:44下载
    积分:1
  • MFC
    MFC example controls Database , ineternet, ole, utility. user can learn MFC using these examples
    2015-10-10 18:42:30下载
    积分:1
  • zt
    说明:  函数调用:实现函数与main函数之间的调用,利用循环进行输出(Function calls: calling function and achieve the main function between the use of loop output)
    2013-12-31 07:39:44下载
    积分:1
  • TeSys
    基于VC++和ADO的考试系统,数据库使用SQL2000。实现了用户管理,老师可在后台添加学生和试题。(Based on VC++ and ADO exam system, the database using SQL2000. Implementation of user management, teacher in the background can be added to students and examination questions.)
    2012-03-11 13:59:27下载
    积分:1
  • skylarkA_MP3
    SkylarkA MP3全部源码,增强51内核,含FAT文件系统全部源码哦。(SkylarkA MP3 all the source code, enhanced 51-core, containing all the source code Oh FAT file system.)
    2010-05-26 17:12:42下载
    积分:1
  • SPWM
    可以产生幅度、频率可调的方波,频率50hz到1M(Can produce the amplitude, frequency adjustable Fang Bo, frequency of 50Hz to 1M)
    2013-08-21 17:06:30下载
    积分:1
  • DSP2833x_RS485
    说明:  DSP28335 SCI 485程序,SCI 485 485程序可以参考(Send a code to SCIA interface of DSP through serial debugging assistant 1, and send the data to serial port software through SCIB interface after receiving data)
    2020-11-24 10:54:38下载
    积分:1
  • 01
    说明:  3.实验原理: 示范代码原理参见教材直线光栅化一节中的DDA算法。下面介绍下OpenGL画线的一些基础知识和glutReshapeFunc()函数。 (1)数学上的直线没有宽度,但OpenGL的直线则是有宽度的。同时,OpenGL的直线必须是有限长度,而不是像数学概念那样是无限的。可以认为,OpenGL的“直线”概念与数学上的“线段”接近,它可以由两个端点来确定。这里的线由一系列顶点顺次连结而成,有闭合和不闭合两种。 前面的实验已经知道如何绘“点”,那么OpenGL是如何知道拿这些顶点来做什么呢?是一个一个的画出来,还是连成线?或者构成一个多边形?或是做其它事情呢?为了解决这一问题,OpenGL要求:指定顶点的命令必须包含在glBegin函数之后,glEnd函数之前(否则指定的顶点将被忽略),并由glBegin来指明如何使用这些点。 (DDAsuanfa)
    2009-06-21 09:28:44下载
    积分:1
  • newmark
    时间积分算法在有限元动力学中的应用,可以计算结构的瞬态响应(This class implements a Newmark beta-gamma predictor-corrector time inte- gration scheme, with accelerations as primary unknowns. .A Newmark scheme assigns to the dofs the following 5 unknowns : - the displacement d and its predictor D - the velocity v and its predictor V - the acceletion a . Their expressions are calculated by the dofs in class Dof.)
    2013-07-13 13:30:09下载
    积分:1
  • Asp.netAJAX
    Asp.net AJAX 入门与案例详解一书的配套源代码,学习Asp.net AJAX时可将参考此源码资料。 (Introduction to Asp.net AJAX book with detailed case supporting the source code, learn Asp.net AJAX can be used as reference data for this source.)
    2009-07-15 09:56:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载