-
mDNSResponder
mDNSresponder源代码,提供了mDNS/DNS-SD应用开发所需相关功能接口,调用对应接口可以忽略底层通讯和系统相关的特性,直接开发基于mDNS的应用程序。
- 2022-08-09 22:43:39下载
- 积分:1
-
演奏乐谱的C程序
演奏乐谱的C程序-performance scores of C-
- 2022-10-07 02:55:02下载
- 积分:1
-
MATLAB-and-vc
MATLAB与VC混合编程
对大家很有帮助的
希望大家可以下载
MATLAB与VC混合编程
对大家很有帮助的
希望大家可以下载(MATLAB and VC mixed programming
Helpful
I hope we can download)
- 2012-04-17 10:28:21下载
- 积分:1
-
AODV_original
移动自组织网络经典路由协议AODV源码,可在硬件平台上直接编译,运行。(AODV-A kind of classical routing protocols in MANETs, which can be compiled and run directly.)
- 2020-07-01 08:00:02下载
- 积分:1
-
MP10Setup_21hulian
挺 有用的一些资料,希望能和大家一起共享。(Quite a number of information used in the hope of sharing with everyone.)
- 2008-04-16 11:41:20下载
- 积分:1
-
第六次实验
说明: 单片机接口8255控制输出,包括单片机电路仿真图、C程序设计代码(MCU interface 8255 control output)
- 2020-11-21 15:09:35下载
- 积分:1
-
基于51单片机的停车场车位管理系统
说明: 停车场管理系统,用于课程设计,仿真现有停车场工作,实现停车数量管理等功能(Parking management system)
- 2020-12-07 00:23:17下载
- 积分: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
-
BCB_UploadFile
如何在BCB里面上传文件?
用NMStrmStrv接受和NMStrm发送控件
(How to upload files inside the BCB? With NMStrmStrv receive and transmit control NMStrm)
- 2013-10-11 16:40:16下载
- 积分:1
-
AHaAlgorithm
《啊哈!算法》扫描版,学习算法的入门书,仅供学习交流使用(" Aha! Algorithm " Scan version, learning algorithm introductory book, only to learn in exchanges)
- 2015-05-06 14:11:33下载
- 积分:1