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

搜索资源列表

  1. WindowsApplication2

    0下载:
  2. 运用C#实现gis系统的界面的基本功能,鹰眼,状态栏,版面实现,属性现实,还有基本的文件打开,保存,另存,还有工具栏-Gis system using C# to achieve the basic functions of the interface, Eagle Eye, the status bar, layout implementation, real property, as well as basic file open, save, save, there Toolbar
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:271713
    • 提供者:梁强
  1. 123465464

    0下载:
  2. 使用CTabCtrl控件实现属性页功能 MFC 界面编程-Use CTabCtrl control functions to achieve MFC GUI property pages
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:11223
    • 提供者:李润生
  1. yxtestcard

    0下载:
  2. 窗体分割为三个视图, 视图一以树状结构显示标签 视图二以包括属性页 视图三输出-Form divided into three views, the view of a tree structure to display labels to include the property page view two view three output
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2062264
    • 提供者:xueyuan
  1. AreaAndLength

    1下载:
  2. 类的封装 1. 实验目的 使用类来封装对象的属性和功能。 2. 实验要求 (1)编写一个简单的Java应用程序,该程序中定义3个类:Tangle、Lader和Circle,分别用来刻画“三角形”、“梯形”和“圆形”,具体要求如下:  Tangle类具有类型为double的三条边,以及周长、面积属性,具有计算并返回周长、面积以及三条边的功能,另外还要具有一个boolean型的属性,用来判断三个数能否构成一个三角形。  Lander类具有类型为
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:5286
    • 提供者:覃翠娟
  1. Scale_Space_Histogram_of_Oriented__Gradients_for_H

    0下载:
  2. 本文运用尺度空间理论检测人体,通过集成 面向梯度与histogramof尺度空间理论 -Human detection is the task of finding presence and position of human beings in images. In this paper, we apply scale space theory to detecting human in still images. By integrating scale space
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:141877
    • 提供者:谷川
  1. dialogsheet

    0下载:
  2. 一个很好的属性表单的编程,对于要用到属性表单的应用程序很有帮助的。-A good property of the form of programming, to use the property for the application form helpful.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:2027731
    • 提供者:吕杰
  1. wuyeguanli

    0下载:
  2. 物业管理系统是一个典型的数据库管理系统,系统由基本信息设置、货物托运管理、信息查询、报表管理、系统管理等模块组成,用VFP编程实现-Property management system is a typical database administration, system settings from the basic information, cargo shipment management, information query, report management, system man
  3. 所属分类:Database system

    • 发布日期:2017-05-06
    • 文件大小:1211655
    • 提供者:zhangxia
  1. OA_CS_Procurement_supply

    0下载:
  2. 这是一个我在5年前开发的一个集团公司办公自动化软件的组成模块,是C/S结构,但可自动用FTP上传或下载办公文件。没有知识产权问题,完全是自产。-This is a 5 years ago I developed a group composed of office automation software module is C/S structure, but automatically with FTP uploading or downloading office documents. No
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-26
    • 文件大小:357455
    • 提供者:grazineris
  1. yu

    0下载:
  2. 软件介绍:余杭都市门户网 很漂亮的门户网站 可用于同城招贴,同城分类,分类信息,免费发布分类信息,房产信息,二手市场 用户 admin 密码 jpcode -Software Descr iption: Yuhang beautiful city portal web portal can be used in the same city bills, the same city classification, classified information, free
  3. 所属分类:Web Server

    • 发布日期:2017-05-19
    • 文件大小:5259663
    • 提供者:刘鑫
  1. SLIQ

    0下载:
  2. 改进的 SLIQ 算法 能够有效地减少计算的复杂度,且算法不需要将所有属性的所有属性值的吉尼指数全部计 算,而是通过计算不同范围内的属性值就可以达到同样的效果。本文结合实际生活中的实 例,将该算法与原有 SLIQ 算法和基于人工神经网络的分类算法应用结果比较,实验结果 表明该算法的分类准确率远远高于 SLIQ 算法和基于人工神经网络的分类算法。-Improved SLIQ algorithm can effectively reduce the computational com
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:247196
    • 提供者:蓝影
  1. CODE

    0下载:
  2. 代码生成器 (修正版)源码 可方便生成实体类、数据访问类、数据库文档 代码要想有注释需要在数据库里写上说明(表和字段都可以在属性里写说明)-Code generator (Revised Edition) source can be easily generated entity classes, data access classes, database documentation code order to have comments on the need to write
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:432009
    • 提供者:谭辰
  1. csharpFieldswrapper

    0下载:
  2. c#编写的字段封装器,方便将字段自动封装成属性,提高程序的编码效率,提供源代码,推荐-c# wrapper field prepared to facilitate the field automatically packaged into a property, improve the process of coding efficiency, source code, recommended! !
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:94019
    • 提供者:ETop
  1. chap11

    0下载:
  2. 编写一个文档/视图结构的程序用来多行文本编辑和简单绘图。用模态对话框设置绘图模式,属性表设置图形属性。-Write a document/view architecture program for multi-line text editing and simple graphics. Modal dialog box to set graphics mode, the property sheet set the graphics properties.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:442564
    • 提供者:Allen
  1. usb11

    0下载:
  2. 这个文件定义了一个行业标准的USB接口。该规范描述了总线属性,协议定义,交易类型,总线管理和编程接口需要来设计和建造系统和外围设备与此标准的兼容。-This document defines an industry standard USB interfaces. This specification describes the bus property, protocol definition, types of transactions, bus management, and progra
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1755533
    • 提供者:murphy_chang
  1. SwfSummary_Shell_Extension_-_Full_Sources

    0下载:
  2. 给flash的swf文件添加属性页,可以参考编写其他文件的属性页-add property page for swf files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:211260
    • 提供者:anson
  1. PropertyDatabase

    0下载:
  2. 房地产数据管理,按提示输入文件名properties.txt,从文件中读入数据,按菜单提示可以添加记录,查询记录.-On start-up, the program prompts the user for the property listings filename. The file contains the address, suburb and price (in dollars) of each property listed by the agent (see sample file
  3. 所属分类:Database system

    • 发布日期:2017-04-07
    • 文件大小:13811
    • 提供者:zlixus
  1. propertysheet

    0下载:
  2. 包括两个类,能够进行类似属性表 属性页的编程,但功能更多-Includes two classes, a similar property to the table properties page programming, but more features
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:5403
    • 提供者:zhang
  1. CDlg4

    0下载:
  2. 这是一个写关于属性表代码,是向导型的,希望有帮助-This is a code written on the property sheet is a wizard-based, want to help
  3. 所属分类:PropertySheet

    • 发布日期:2017-03-29
    • 文件大小:315389
    • 提供者:Anna
  1. StudentApartmentManagement

    0下载:
  2. 学生公寓管理系统通过建立一个网络平台,实现对学生的管理和住宿管理。平台包括:1.学生平台;2.公寓管理员平台;3.系统管理员平台。学生平台的的功能为学生管理自己的个人信息、简短信息的发表、上报寝室维修情况等。管理员平台的功能为管理学生信息,包括添加删除修改学生信息、管理寝室信息财物、管理学生发表的信息以及发布的寝室管理通知等。系统管理员拥有所有的系统功能权限,包括学生和公寓管理员,主要为管理公寓管理员,分配管理员的管理任务以及对系统的数据和表单进行维护。-Student housing mana
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:330590
    • 提供者:高峰
  1. gshop

    0下载:
  2. 后台增加在线客服JS代码编辑的功能  2009-8-10 增加商品名牌属性 前台增加商品的分类弹出导航菜单(支持商品三级分类)  2009-9-04 增加商品规格参数 前台修改商品图片尺寸,缩略图170*200,大图220*165 前台增加首页客户留言的调用 2009-11-09 增加产品批量导入功能 2010-03-22 修改一些小问题 及 常见问题.txt 2010-05-05 首页布局不居中显示-Backgrou
  3. 所属分类:Database system

    • 发布日期:2017-05-11
    • 文件大小:2696615
    • 提供者:栗玮
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com