• 大小: 20.82M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 实例  C#  分贝  声音  录音  

资源简介


资源截图

代码片段和文件信息

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.xml

     文件     324608  2016-02-29 14:12  IntelligentRecord\dlls\OMCS.Boost.dll

     文件      34379  2016-02-29 14:12  IntelligentRecord\dlls\OMCS.Boost.xml

     文件    2271232  2016-02-29 14:09  IntelligentRecord\dlls\OMCS.dll

     文件     783000  2016-02-27 11:05  IntelligentRecord\dlls\OMCS.xml

     文件    1224192  2016-12-08 08:38  IntelligentRecord\dlls\Oraycn.MCapture.dll

     文件    1025957  2016-12-06 09:16  IntelligentRecord\dlls\Oraycn.MCapture.xml

     文件     124416  2016-12-06 09:20  IntelligentRecord\dlls\Oraycn.MFile.dll

     文件      20302  2016-12-06 09:19  IntelligentRecord\dlls\Oraycn.MFile.xml

     文件        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\dxbase.dll

     文件     422400  2016-12-01 09:16  IntelligentRecord\IntelligentRecord\bin\Debug\ESBasic.dll

     文件     209604  2016-12-01 09:16  IntelligentRecord\IntelligentRecord\bin\Debug\ESBasic.xml

     文件      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个文件信息

评论

共有 条评论