资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
namespace IntelligentRecord
{
class accumulater
{
private int count;//计数器
private bool isWorking;
public int Count
{
get { return count; }
}
public bool IsWorking//开关
{
get { return isWorking; }
set
{
isWorking = value;
if (!value)
{
this.count = 0;
}
}
}
///
/// 在其工作的地方调用,通过IsWorking来控制工作状态
///
public void Start()
{
if (!this.isWorking)
{
return;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1005056 2014-12-22 10:21 IntelligentRecord\dlls\CSkin.dll
文件 422400 2016-12-01 09:16 IntelligentRecord\dlls\ESBasic.dll
文件 209604 2016-12-01 09:16 IntelligentRecord\dlls\ESBasic.xm
文件 324608 2016-02-29 14:12 IntelligentRecord\dlls\OMCS.Boost.dll
文件 34379 2016-02-29 14:12 IntelligentRecord\dlls\OMCS.Boost.xm
文件 2271232 2016-02-29 14:09 IntelligentRecord\dlls\OMCS.dll
文件 783000 2016-02-27 11:05 IntelligentRecord\dlls\OMCS.xm
文件 1224192 2016-12-08 08:38 IntelligentRecord\dlls\Oraycn.MCapture.dll
文件 1025957 2016-12-06 09:16 IntelligentRecord\dlls\Oraycn.MCapture.xm
文件 124416 2016-12-06 09:20 IntelligentRecord\dlls\Oraycn.MFile.dll
文件 20302 2016-12-06 09:19 IntelligentRecord\dlls\Oraycn.MFile.xm
文件 892 2016-08-01 15:56 IntelligentRecord\IntelligentRecord\accumulater.cs
文件 347 2016-09-13 08:39 IntelligentRecord\IntelligentRecord\App.config
文件 2866688 2016-01-08 16:01 IntelligentRecord\IntelligentRecord\bin\Debug\AudioEngineCore.dll
文件 13496832 2012-12-06 15:38 IntelligentRecord\IntelligentRecord\bin\Debug\avcodec-53.dll
文件 349696 2012-12-06 15:37 IntelligentRecord\IntelligentRecord\bin\Debug\avdevice-53.dll
文件 890880 2012-12-06 15:37 IntelligentRecord\IntelligentRecord\bin\Debug\avfilter-2.dll
文件 2462208 2012-12-06 15:38 IntelligentRecord\IntelligentRecord\bin\Debug\avformat-53.dll
文件 137728 2012-12-06 15:37 IntelligentRecord\IntelligentRecord\bin\Debug\avutil-51.dll
文件 1005056 2014-12-22 10:21 IntelligentRecord\IntelligentRecord\bin\Debug\CSkin.dll
文件 121344 2012-04-20 08:43 IntelligentRecord\IntelligentRecord\bin\Debug\dxba
文件 422400 2016-12-01 09:16 IntelligentRecord\IntelligentRecord\bin\Debug\ESBasic.dll
文件 209604 2016-12-01 09:16 IntelligentRecord\IntelligentRecord\bin\Debug\ESBasic.xm
文件 13312 2017-03-13 15:44 IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.exe
文件 347 2016-09-13 08:39 IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.exe.config
文件 40448 2017-03-13 15:44 IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.pdb
文件 11608 2017-03-13 15:40 IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.vshost.exe
文件 347 2016-09-13 08:39 IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.vshost.exe.config
文件 490 2010-03-17 22:39 IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.vshost.exe.manifest
文件 319488 2017-03-13 15:22 IntelligentRecord\IntelligentRecord\bin\Debug\OMCS.Boost.dll
............此处省略305个文件信息
- 上一篇:c#文件上传工具
- 下一篇:NLogger日志组件
相关资源
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- Illustrated C# 2010 C# 4.0图解教程
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- C#写的年会抽奖软件包含源代码.zip
- 大型ERP C#源码
- asp.net完整项目带数据库
- 清大出版社 段德亮 《C#课程设计案例
- C#人事管理系统/人力资源管理系统
- C# 7 and .NET Core: Modern Cross-Platform Deve
- C# 5.0 in a Nutshell 5th Edition.pdf
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - C# .NET webservices简单使用
- C# 6.0 in a Nutshell.pdf
评论
共有 条评论