CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - model structure

搜索资源列表

  1. WorkPlace

    1下载:
  2. 一个工业控制模型主程序,其架构可以用来设计很多工业程序-an industrial control model main program and its structure can be used to design many industrial processes
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:266.77kb
    • 提供者:
  1. StudentManage(CSharp)

    0下载:
  2. 一个简单的学生信息管理系统,开发语言为C#,后台数据库为SQL SERVER 2000,采用了三层开发模式(数据访问层、业务逻辑层、表示层)编写。是一个三层结构开发模式的一个简单易学的入门实例。-a simple student information management system, the development of C# language, background database for SQL Server 2000, adopted a three-tier model (dat
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:29.82kb
    • 提供者:ARK
  1. C設計模式

    0下载:
  2. NET中的设计模式三:组合模式 组合模式(Composite)是一种“结构型”模式(Structural)。结构型模式涉及的对象为两个或两个以上,表示对象之间的活动,与对象的结构有关-NET design patterns of three : the combination model portfolio model (Composite) is a "structured" mode (Structural). Structural model of the object
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:64.63kb
    • 提供者:辛洪梅
  1. 编译

    0下载:
  2. 本程序是对编译原理的文法的定义给出的一个c语言的源代码: 文法是一个四元式设计一种数据结构表示文法 一. 实验名称:文法数据结构表示; 二. 实验目的:学习和认识文法的数据元素,并了解文法四个部分在计算机 内表示方法。 三. 实验要求: 1、 语言不限 2、可以用于后续的实验 3.两周完成,上交实验报告-this program is to build the grammar principle is the definition of a c source code language : gr
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.1kb
    • 提供者:陈明
  1. ghmm470

    0下载:
  2. 对具有随机噪声的二阶系统的模型辨识,进行标幺化以后系统的参考模型差分方程为: y(k)=a1*y(k-1)+a2*y(k-2)+b*u(k-1)+s(k) 式中,a1=0.3366,a2=0.6634,b=0.68,s(k)为随机噪声。由于神经网络的输出最大为1,所以,被辨识的系统应先标幺化,这里标幺化系数为5。采用正向建模(并联辨识)结构,神经网络选用3-9-9-1型,即输入层i,隐层j包括2级,输出层k的节点个数分别为3、9、9、1个;由于神经网络的最大输出为1,因此在辨识前应对原系统参考模
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:854.27kb
    • 提供者:孙荣超
  1. Charmdx.AEF.2009

    0下载:
  2. ArcGIS Engine Framework技术补充 最新下载:Charmdx.AEF.2009.rar (2009) 内容: 1)支持net3.0以上,支持AE9.3; (20080415) 内容: 1)取消限制; (20080210) 内容: 1)重新分类整合(逻辑上拆分应用框架与SDK开发包); 2)提供比较完整的Tile+Ajax应用框架; (20080125) 内容: 1
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2.05mb
    • 提供者:kk
  1. CSharpDesignMode

    0下载:
  2. 全书分为四个部分,首先介绍了CSharp语言和面向对象程序设计的一般原则,然后分别讲述了创建型模式、结构型模式和行为型模式。-Book is divided into four parts, first of all introduced the CSharp object-oriented programming language and the general principles of design, and then describes the creation of the respe
  3. 所属分类:CSharp

    • 发布日期:2017-05-19
    • 文件大小:5.02mb
    • 提供者:lijun
  1. Web3Layers

    0下载:
  2. 标准ASP.NET网站的三层数据结构,实现了登陆,简单界面浏览等功能,成熟的模块化结构模式-The standard three-tier ASP.NET web site data structure to achieve a landing, a simple interface for browsing and other functions, a mature model of modular structure
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:182.96kb
    • 提供者:郭魁元
  1. CSLASol

    0下载:
  2. CSLA一种新的架构模式,目前国内对此研究还是很少,此架构用C#编写,是一种全新的企业模式-CSLA a new architecture model, this research is currently small, this structure prepared by using C#, is a new business model
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:839.8kb
    • 提供者:汤潮
  1. Node

    0下载:
  2. 非常实用的系统架构模式,以树结构构建系统架构,即插即用的模式,能够实现复杂对象系统,来自于项目的实例,极具参考价值。包括对父子节点的操作。-Very practical system architecture model, a tree structure to build the system architecture, plug and play mode, complex objects, in the instance of the project, great reference va
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1.12kb
    • 提供者:wonderyun
  1. code

    0下载:
  2. 23种设计模式的小例子,涵盖了结构型,创建型,行为型的模式。例子简单易于理解,-Small example of the 23 kinds of design patterns, covering the structure type, create the type of behavior-based model. Examples of simple and easy to understand,
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:435.92kb
    • 提供者:刘江南
  1. gmm01f

    0下载:
  2. fortran语言的双层结构球散射模型,可以作为三层结构球模型的参考-Double-layer structure scattering model, FORTRAN three-layered ball model can be used as a reference
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:23.15kb
    • 提供者:林莉
  1. SANCENGJIEGOU

    0下载:
  2. BLL/blueFine/DAL/Model 三层结构内部清晰源码-BLL/blueFine/DAL/Model tier structure inside a clear source
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:167.93kb
    • 提供者:范岷山
  1. claoverview

    0下载:
  2. Parsing .cla files ClaStats provides a simple program for parsing .cla classification files, verifying that the format is valid, and printing summary statistics about the classification. PSBClaParse.h and PSBClaParse.c provide interfaces for pars
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:52.81kb
    • 提供者:dss
  1. bishe

    0下载:
  2. 毕业设计 海警指挥调度系统功能结构模型研究 1.绪论 2013年3月14日第十二届全国人民代表大会第一次会议通过的国务院机构改革和职能转变方案,重新组建国家海洋局。为推进海上统一执法,提高执法效能,将现国家海洋局及其中国海监、公安部边防海警、农业部中国渔政、海关总署海上缉私警察的队伍和职责整合,重新组建国家海洋局,统一成立中华人民共和国海警局,并接受公安部业务指导。随着“大部制”的改革,海警的职能也进行了扩充,不单单是对近海治安、刑事等案件的调查处理,打击*、偷渡、贩毒等海上违法犯罪活
  3. 所属分类:CSharp

    • 发布日期:2017-12-14
    • 文件大小:13.68mb
    • 提供者:li
  1. CodeB

    0下载:
  2. 可连接SQL SERVER数据库生成微软经典工厂多层结构基础代码,还可生成适应MYSQL的代码。包括商业逻辑层、工厂层、接口层、模型层、数据库层。(SQL SERVER database can be connected to generate Microsoft classic factory multi-layer structure of the basic code, but also generate code to adapt to MYSQL. It includes busine
  3. 所属分类:C#编程

    • 发布日期:2017-12-30
    • 文件大小:1021kb
    • 提供者:sagamike
  1. 15

    0下载:
  2. QMVC 是高性能 MVC 框架,Q是Quick的缩写,MVC分别为Model、Controller、View的缩写。QMVC使用C#程序语言开发,采用Microsoft .NET framework 4.5类库,是用于B/S结构项目开发。(QMVC is a high-performance MVC framework. Q is the abbreviation of Quick, MVC is the abbreviation of Model, Controller and View.
  3. 所属分类:C#编程

    • 发布日期:2018-05-02
    • 文件大小:3.03mb
    • 提供者:4y5ht
搜珍网 www.dssz.com