CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 泛型

搜索资源列表

  1. dao

    0下载:
  2. jxva框架技术,采用泛型DAO设计的源码-Fan jxva Framework source of generic DAO
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-07
    • 文件大小:1294430
    • 提供者:dojava
  1. keelkit-21808

    0下载:
  2. KeelKit 是一款强大的开源ORM工具,根据数据库结构自动生成.Net程序的普通Model、能与C(嵌入式Linux下GCC上能编译通过)等其他语言交互的Model、自动UI生成 查询类型化器、强劲的泛型DBHelper、支持多数据库、自动根据您的项目语言类型生成对应Model、自动生成页面和窗体代码、多种数据封送方式!针对VS的编程辅助等。-KeelKit an ORM tools, automatic generation Model, automatic generation of f
  3. 所属分类:.net

    • 发布日期:2017-04-28
    • 文件大小:210865
    • 提供者:mesmerism
  1. ModernCplusplusDesignCHN

    0下载:
  2. C++設計新思維泛型編程與設計範式之應用-Modern C++ Design Generic Programming and Design Patterns Applied
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1682047
    • 提供者:李斌
  1. cinematicket

    0下载:
  2. 通过c#三层架构,面向对象和泛型集合开发出的一套影院售票系统改进了界面的美化-Through the three-tier architecture c#, object-oriented collection and developed a generic set of cinema ticketing system to improve the interface of the landscaping
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:542491
    • 提供者:浩浩
  1. javachengxu2

    0下载:
  2. 泛型是Java SE 1.5的新特性,泛型的本质是参数化类型,也就是说所操作的数据类型被指定为一个参数。这种参数类型可以用在类、接口和方法的创建中,分别称为泛型类、泛型接口、泛型方法。Java语言引入泛型的好处是安全简单。-Generic is the Java SE 1.5 new features, the nature of generic type parameters, that is operated by the data type is designated as a param
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4559
    • 提供者:熊志祥
  1. FrameWork

    0下载:
  2. 应用泛型以及反射编写的单表操作框架,练习使用-reflection and fremwork
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-22
    • 文件大小:40432722
    • 提供者:王松
  1. jdk1.5FanXing

    0下载:
  2. java 泛型的程序,主要讲如何在java里应用java的泛型机制
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4129
    • 提供者:wuhuijie
  1. DBService

    0下载:
  2. 配合实体类的数据库访问层,可以将查询的数据自动存放的对应的实体类的泛型集合中-Entity class with the database access layer, you can query the data automatically stored in the corresponding generic type of entity set
  3. 所属分类:Database system

    • 发布日期:2017-04-05
    • 文件大小:1162
    • 提供者:louwei
  1. List

    0下载:
  2. 详细介绍了.net泛型类的创建和实现适用,以及如何支持迭代(foreach)操作-Described in detail. Net generic categories applicable to the creation and realization, as well as how to support iteration (foreach) operation
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:18019
    • 提供者:胡俊
  1. readexcelfile

    0下载:
  2. 读取excel数据文件,把数据读到泛型list中-Read excel file
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1103050
    • 提供者:achina
  1. Javafanxingbianchengrumen

    0下载:
  2. java泛型编程快速入门,想学习反省编程的朋友可以下下来看看,希望有帮助-Quick Start generic java programming, want to learn programming to reflect off of friends can see the hope that help
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6600
    • 提供者:张昊
  1. RentalCarsystem

    0下载:
  2. 汽车租赁简单的系统,组要是训练泛型集合和对象熟悉-jiandandeqichezulinsitongC#
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:57435
    • 提供者:yidao
  1. type

    0下载:
  2. jdk1.5新特性泛型在本质上是指参数化类型,即允许创建一些类,接口和方法-new features jdk1.5 generic in nature and refers to the type of parameters that allow the creation of some type, interfaces and methods
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:4345
    • 提供者:xupeng
  1. sort

    0下载:
  2. c#算法实现用泛型类Ioutput实现排序泛型类的构造形成-c# generic type of algorithm used to achieve Ioutput sort of generic-type of structure
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:13589
    • 提供者:sunshuai
  1. daima

    0下载:
  2. Maticsoft 自动化智能软件系列 Codematic 是一款为C#数据库程序员设计的自动代码生成器,Codematic 生成的代码基于基于面向对象的思想和三层架构设计,结合了Petshop中经典的思想和设计模式,融入了工厂模式,反射机制等等一些思想。采用 Model + DAL + BLL + Web 的设计,主要实现在 C# 中对应数据库中表的基类代码的自动生成,包括生成属性、添加、修改、删除、查询、存在性、 Model 类构造等基础代码片断,使程序员可以节省大量机械录入的时间和重复
  3. 所属分类:.net

    • 发布日期:2017-05-18
    • 文件大小:4881559
    • 提供者:harris
  1. keel-25643

    0下载:
  2. KeelKit 一款国产ORM工具,自动生成Model、自动生成表单、自动生成单元测试框架、自动生成存储过程访问接口、自动配置连接字符串,代码行数统计、程序集版本号码控制、源码HTML生成、自动生成表结构Word文档、自动支持各种.Net项目,如F# 和IronPython ,自动生成与其它语言交换的Model、使用了泛型的DBHelper、查询语句强类型化、支持事务、无语言界限、无数据库界限!-KeelKit a domestic ORM tools, automatic generation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:794484
    • 提供者:Orchiben
  1. GenericDao

    0下载:
  2. 基于hibernate的泛型dao,基于hibernate的泛型dao-Hibernate based on the generic dao, based on the hibernate generic dao
  3. 所属分类:J2ME

    • 发布日期:2017-05-22
    • 文件大小:6969607
    • 提供者:sun
  1. TreeViewTest

    0下载:
  2. 使用TreeView控件显示一个泛型集合中的成员及其属性-Using the TreeView control displays a generic set of members and their properties
  3. 所属分类:TreeView

    • 发布日期:2017-03-31
    • 文件大小:39167
    • 提供者:张华栋
  1. Container

    0下载:
  2. 关于容器的一些算基本的算法,及泛型算法的实现,C++ primer的内容-Some count on the container the basic algorithms, and implementation of generic algorithms, C++ primer content
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:12562
    • 提供者:twty
  1. DGLww

    0下载:
  2. Delhi泛型库 Delhi泛型库 Delhi泛型库-Delhi generic library- DGLDelhi generic library- DGLDelhi generic library- DGLDelhi generic library- DGLDelhi generic library- DGL
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:153170
    • 提供者:zhuye888
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com