-
atm模拟控制台程序
atm模拟控制台程序
用c++语言模拟一个控制台程序
要求:
// 1) 账户基本信息结构体(包括:姓名、账户、密码、余额等基本信息)。
// &nb
- 2022-01-31 14:19:23下载
- 积分:1
-
C# 动态绘制曲线
C# 动态绘制曲线
- 2020-12-12下载
- 积分:1
-
四旋翼控制PID轨迹定位quadrotorTrackingControl-master
说明: 四旋翼控制PID,轨迹定位,matlab编程(using matlab, PID control, tracking)
- 2020-07-05 10:18:59下载
- 积分:1
-
script_history
在MT4软件统计历史交易盈亏情况的脚本,比较实用的小功能(In the MT4 trading profit and loss situation software statistical history of the script, more practical small features)
- 2013-10-04 11:45:05下载
- 积分:1
-
工资信息管理系统
数据库课程设计—工资信息管理系统,采用C#和SQL server制作。是数据库嵌入高级语言的好例子,内含源代码和数据库导出文件。方便了管理员直接通过前台程序管理人事工资变动数据,简化了工资管理流程。
- 2022-02-25 06:41:57下载
- 积分: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
-
cxcore097
cxcore的的库文件,这是opencv中很重要的一个链接库,包含了大量矩阵操作函数,方便使用(cxcore the library file, which is a the opencv very important link library contains a large number of matrix manipulation functions, easy to use)
- 2012-03-08 14:58:08下载
- 积分:1
-
allml
ftp下载整个目录(ftp downloads the entire table of contents )
- 2004-07-13 07:29:42下载
- 积分:1
-
MATLAB-commonly-used-algorithm
MATLAB常用算法程序集,功能比较齐全。(MATLAB commonly used algorithm for assembly, function relatively complete.)
- 2013-10-20 16:54:11下载
- 积分:1
-
matlab生成dll方法的心得体会
matlab生成dll方法的心得体会(Experience of generating DLL by MATLAB)
- 2020-06-15 22:50:02下载
- 积分:1