登录
首页 » C# » AutoDemo

AutoDemo

于 2014-03-12 发布 文件大小:45KB
0 223
下载积分: 1 下载次数: 5

代码说明:

  专家系统工具CLIPS在C#中的被调用的源程序(CLIPS expert system in C# in the calling routine)

文件列表:

AutoDemo
........\AssemblyInfo.cs,1225,2014-03-11
........\AutoDemo
........\........\DebugRouter.cs,958,2014-03-11
........\........\MainForm.cs,9336,2014-03-11
........\........\Program.cs,373,2014-03-11
........\........\Properties
........\........\..........\Resources.cs,1471,2014-03-11
........\........\..........\Settings.cs,623,2014-03-11
........\........\SR.cs,6122,2014-03-11
........\AutoDemo.csproj,3498,2014-03-11
........\AutoDemo.csproj.user,209,2014-03-11
........\AutoDemo.MainForm.resources,180,2014-03-11
........\AutoDemo.Properties.Resources.resources,180,2014-03-11
........\AutoDemo.SR.resources,1947,2014-03-11
........\Backup
........\......\AssemblyInfo.cs,1225,2014-03-11
........\......\AutoDemo
........\......\........\DebugRouter.cs,958,2014-03-11
........\......\........\MainForm.cs,9336,2014-03-11
........\......\........\Program.cs,373,2014-03-11
........\......\........\Properties
........\......\........\..........\Resources.cs,1471,2014-03-11
........\......\........\..........\Settings.cs,623,2014-03-11
........\......\........\SR.cs,6122,2014-03-11
........\......\AutoDemo.csproj,2184,2014-03-11
........\......\AutoDemo.MainForm.resources,180,2014-03-11
........\......\AutoDemo.Properties.Resources.resources,180,2014-03-11
........\......\AutoDemo.SR.resources,1947,2014-03-11
........\......\Global.cs,5,2014-03-11
........\bin
........\...\Debug
........\...\.....\AutoDemo.vshost.exe,21464,2014-03-11
........\...\.....\AutoDemo.vshost.exe.manifest,490,2010-03-17
........\Global.cs,5,2014-03-11
........\obj
........\...\Debug
........\...\.....\DesignTimeResolveAssemblyReferences.cache,789,2014-03-11
........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5792,2014-03-11
........\...\.....\TempPE
........\UpgradeLog.htm,23804,2014-03-11
........\UpgradeLog.XML,7226,2014-03-11
........\_UpgradeReport_Files
........\....................\UpgradeReport.css,2229,2014-03-11
........\....................\UpgradeReport.xslt,22214,2012-07-26
........\....................\UpgradeReport_Error.png
........\....................\UpgradeReport_Information.png
........\....................\UpgradeReport_Success.png
........\....................\UpgradeReport_Warning.png

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SSC_V5i11
    Ethercat协议栈代码示例,基于C语言,已经调试通过(The example for Ethercat slave protocol)
    2021-04-18 13:08:52下载
    积分:1
  • (用)VC调用matlab engine示例
    这是教你如何在VC里调用matlab的文档和源程序(The document and source code to tell you how to load matlab engine using VC.)
    2005-08-05 11:00:20下载
    积分:1
  • PDM-PPT
    鼎捷软件股份(神州数码与台湾鼎新的合资公司)的PDM软件的培训PPT,通过该PPT,可以了解该企业PDM软件的界面设计和功能。对PDM软件的编程可作点参考!(Ding Jie software shares (Digital China and Taiwan took the lead in the joint venture) PDM software training PPT, the PPT, you can understand the design and functionality of the Enterprise PDM software interface. The PDM software programming can be used as a point of reference!)
    2012-09-29 13:39:46下载
    积分:1
  • CVI
    利用虚拟仪器软件labwindows cvi,编写温湿度检测系统,例子典型直观,有利于大家学习利用虚拟仪器编写测试系统(Msp430x14x series microcontroller programming details, sub-chapter, a total of 39 chapters, rich in content and comprehensive, programming is introduced in detail)
    2012-12-16 16:47:05下载
    积分:1
  • DSP_USER
    说明:  STM32 FFT积分处理加速度信号到速度、位移(STM32 FFT integrates acceleration signals into velocity and displacement)
    2021-03-12 17:29:25下载
    积分:1
  • TM150TDSG52_R2545_AD
    RTD25系列源代码,仅供分享,对学习显示器软件的有好处!(RTD25xx source code for you,it is can help you for study LCD Monitor software.)
    2016-01-28 12:35:19下载
    积分:1
  • ImageShow - 副本
    图像的ROI区域选取,对图像的二值化与旋转处理(ROI region of the image, the image of the two values and rotation processing)
    2017-07-31 11:00:56下载
    积分:1
  • F28335_SCI_Example
    基于F28335的SCI串口通信程序。本程序的特点是代码简单、高效。本代码共包含三个工程文件:1、基本通信(实现了最基本的通过SCI协议通讯的功能。上位机下发一个字符或字符串,下位机原样返回该字符或字符串);2、SCI通信FIFO版(在1的基础之上启用了FIFO缓存接收或发送的数据);3、SCI通信FIFO与中断版(通过启用FIFO功能减少对CPU资源的占用,且数据的发送与接收处理均在中断中完成)。此三个程序基本验证了F28335的SCI模块所有功能。(F28335 of SCI-based serial communication program. Features of this program is the code simple and efficient. This code contains a total of three project files: 1, the basic communication (via SCI achieve the most basic functions of communication protocols issued the PC or a character string as the next crew to return to the character or string.) 2, SCI communication FIFO version (on the basis of a FIFO buffer above the receive or transmit data enabled) 3, SCI communication FIFO and interrupt version (FIFO function by enabling reduce the occupancy of CPU resources, and sending and receiving data are processed in interrupt completed). The three basic procedures to verify the F28335 all functions of SCI module.)
    2021-05-07 17:16:36下载
    积分:1
  • 筋膜枪序和原理图
    说明:  筋膜枪程序+原理图,单盘机SN8F2702(Fascial gun program + schematic diagram, single disc machine sn8f2702)
    2021-02-03 09:19:59下载
    积分:1
  • Desktop
    TMS320F28377D双核LED验证例程(TMS320F28377D dual core LED validation routine)
    2021-01-04 20:38:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载