-
About-the-switch-control
关于开关控制的c源文件,可以控制灯自锁、点控。(C source files on the switch control, can control the lamp self-locking, point control.)
- 2014-11-18 22:21:34下载
- 积分:1
-
fft
fft傅里叶快速变化程序,里面说的很清楚,很使用。(FFT Fourier rapid change program, which made it very clear, is to use.
)
- 2014-05-11 20:59:38下载
- 积分:1
-
C# Produced Forum
C#制作的论坛-界面比较简洁-提供给大家参考-C# Produced Forum- interface relatively simple- to provide for your reference
- 2022-09-15 11:00:03下载
- 积分:1
-
VCPPcall-DLL-generated-from-Matlab
将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。(Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need to write a variety of engineering applications in C++ mathematical algorithms trouble. These projects is a summary of a few cases, respectively, under VC6.0 and VS2008 dll call Matlab r2010a generated examples, including two of my own to do matrix inversion and numerical integration example.)
- 2011-11-29 19:27:00下载
- 积分: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
-
词法分析器
词法分析器源代码,基于C++实现词法分析,包含实验报告以及源代码
- 2023-02-04 07:55:04下载
- 积分:1
-
in Java application Hashtables, Hashtables use Java, the Java application Hashta...
在Java应用程序哈希表中,哈希表使用Java,Java应用程序哈希表
- 2022-07-11 17:24:14下载
- 积分:1
-
debug
模拟串口,可将任意一个IO口作为串口输出进行调试。。。(Simulate serial port can be any one of the IO port as serial output for debugging. . .)
- 2016-07-21 09:52:32下载
- 积分:1
-
sx1278@51程序
51单片机设计的 15公里LORO无线传输程序(51 MCU designed 15 km LORO wireless transmission program)
- 2021-03-07 10:29:29下载
- 积分:1
-
threesynmachinezy
电力系统潮流计算,基于三机九节点,可以在说明的基础上增加节点,改变线路阻抗导纳以及功率(Power system power flow calculation)
- 2018-05-05 19:22:01下载
- 积分:1