-
Matrix-keyboard
利用easyx写的矩阵键盘仿真,希望可以给爱好者提供参考。(Use easyx wrote matrix keyboard emulation, hoping to provide a reference for enthusiasts.)
- 2015-04-03 21:49:29下载
- 积分:1
-
ClsExcel
利用C#语言与vs开发工具实现了一个,简单的桌面贪吃蛇游戏(A simple desktop snake-eating game is implemented by using C# language and vs development tools.)
- 2020-06-25 12:40:02下载
- 积分:1
-
EJXQ
人机象棋也可以人人对战,有一份管理象棋走法策略的类(Man-machine chess can play against everyone, the class of the chess moves of a management strategy)
- 2012-06-07 17:24:08下载
- 积分:1
-
v5_test_wdg
说明: Realize the function of watchdog and control the watchdog intelligently
- 2020-06-21 23:20:01下载
- 积分: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
-
wind_meter
A nice project to understand and getting ideas,must refer at least once
- 2013-11-18 15:24:58下载
- 积分:1
-
uC-USB-V1-00a
ucfs 加入usb的源码。很珍贵,很好很强大(ucfs join usb source. Is very precious, very good very strong)
- 2009-11-27 16:33:51下载
- 积分:1
-
f0201
C++求圆的面积小程序
输入圆的半径,便可以求出圆的面积。。
主要熟悉C++编程(C++ calculate a area of a circle program)
- 2012-09-22 10:19:50下载
- 积分:1
-
qt远程桌面控制(含服务器端以及客户端源码)
qt远控桌面源码,亲测可用。bin目录下有生成好的可执行程序
- 2019-12-25下载
- 积分:1
-
用一个简单的页面实现词典翻译c#
用一个简单的页面实现词典翻译c#-a simple translation dictionary pages achieving c#
- 2022-11-29 21:00:03下载
- 积分:1