-
超详细解析托管代码与非托管代码以及dll调用
详细解析托管代码与非托管代码以及dll调用.(Ultra - detailed parsing of managed and unmanaged code and DLL calls)
- 2018-03-12 16:21:15下载
- 积分:1
-
简单工厂设计模式之计算器练习
简单工厂设计模式之计算器练习
- 2016-03-13下载
- 积分:1
-
asp.net 做的 blog程序源码下载
asp.net 做的 blog程序源码下载
- 2013-11-29下载
- 积分:1
-
STM32智能小车-红外遥控源码
STM32智能小车-红外遥控源码STM32F1为核心,四轮差速转向智能小车,通过红外遥控前进、后退、转向......
- 2023-08-22 13:15:05下载
- 积分: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
{
- 2022-01-25 21:22:56下载
- 积分:1
-
1. Single
1.单链表的顺序查找, 2有序表的折半查找(用递归实现), 3有序表的折半查找(用非递归实现)。-1. Single-Chain order to find, orderly Table 2 BINARY SEARCH (using recursive), Table 3, orderly BINARY SEARCH (non- recursive).
- 2022-07-10 06:33:16下载
- 积分:1
-
c
c#代码,在程序主方法中,由用户依次输入月份和需要订购机票的数量,分别保存到整数变量month和sum中。 (c# code, the program' s main method, followed by the user to enter the month and the number of tickets need to be ordered, are saved to an integer variable month and the sum of.)
- 2013-09-15 11:35:35下载
- 积分:1
-
一个用C++编写的模拟CRC循环冗余检验的程序!有计算机网络方面需求的可以看看!...
一个用C++编写的模拟CRC循环冗余检验的程序!有计算机网络方面需求的可以看看!-a C simulation prepared by the Cyclic Redundancy testing procedure! Computer networks can demand to see!
- 2022-12-24 19:40:03下载
- 积分:1
-
C++串口Demo
C++串口Demo;
- 2023-03-27 13:10:07下载
- 积分:1
-
C #程序连接到数据库
此代码在C #是连接
- 2022-07-17 23:15:04下载
- 积分:1