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

搜索资源列表

  1. kjfqgl

    0下载:
  2. 操作系统可变分区分配是应用较广泛的一种存储管理技术,此程序用VC构造分区描述数据结构,编制分区分配和回收算法-operating system through distribution is variable over a wide range of a storage management technology, this procedure VC tectonic describe data structure, the preparation of regional distributio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1806
    • 提供者:包包
  1. aaaaaa

    0下载:
  2. 分别以不同存储结构实现线性表的就地逆置。线性表的就地逆置就是在原表的存储空间内将线性表(a1,a2,a3,…,an)逆置为(an,an-1,…,a2,a1)。-in different storage structure to achieve linear inverse scale in situ home. Table linear inverse home in situ is the original form of storage space within linear (a1, a2
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1416
    • 提供者:小艾
  1. qddown_rmbtpxzm

    0下载:
  2. 您可以通过本代码片段,了解到: 1.BMP的文件结构,存储方式。 2.对于简单的图像验证码如何进行识别处理。 当然,您也可以使用它完成对一些简单的符合条件的图片验证码进行识别处理。 文件说明: demo.php 演示脚本 NEATBMP256ValidPic.class.php 相关类脚本 readme.txt 本文件 3721.bmp 3721的图像验证码 csdn.bmp CSDN的图像验证码-you can pass this c
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:10686
    • 提供者:沙沙
  1. WeatherData

    0下载:
  2. java读取新浪天气预报,把数据存储在数据库中-read weather forecasts, the data stored in the database
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2111
    • 提供者:晓志
  1. Lab536-JPEGNetCam2

    1下载:
  2. DM642上网络摄像机程序2 用主机控制摄像的录放和存储-DM642 procedures on the network camera with two mainframe control camera, recording and storage
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:909553
    • 提供者:郑峰
  1. spgs

    0下载:
  2. 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:王志波
  1. lessonAciveX

    0下载:
  2. ActiveX控件的应用与工作原理。ActiveX控件的编写,如何为控件安排属性,方法,事件,属性页,持久性存储,控件如何通知容器自身属性的改变。如何注册控件与取消控件注册。在VB和VC中访问ActiveX控件。-ActiveX controls and application of principle. ActiveX controls in the preparation, how to control arrangements attributes, methods, events, pr
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:72372
    • 提供者:李思川
  1. CArchive

    0下载:
  2. 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents to operate. MFC provides the framework document and open the ne
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:91449
    • 提供者:李思川
  1. Diary(huangdaobin)

    0下载:
  2. 日记本程序,可以实现日记的写作,存储,读取,支持加密-diary of the process, can achieve a diary writing, storage, access, encryption support
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:60996
    • 提供者:黄道斌
  1. jasperreports-0.4.5-project

    1下载:
  2. 开放的Java报告生成库。XML报告模板被用来生成准备打印的文档,这些文档来自指定的数据源,包括JDBC。输出可以传送到屏幕,或者以PDF,HTML或者XML的格式存储-open Java for report generation. XML report templates are used to create print ready files, these files from the specified data sources, including JDBC. Output can b
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12026
    • 提供者:陈凯
  1. JOPHLINK

    0下载:
  2. 数据结构中约瑟夫环问题的链式存储结构(循环链表)算法实现-data structure Josephus the chain storage structure (circular linked list) Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:796
    • 提供者:daimin
  1. levelTree

    0下载:
  2. 按层序方式(自上而下,每层自左而右)遍历二叉树,二叉树以二叉链表作为存储-sequence by means (from top to bottom, each of which left from right) traverse binary tree, the binary tree with two forks Chain storage
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1805
    • 提供者:daimin
  1. GraphMatrix

    0下载:
  2. 以邻接矩阵作为图的存储结构,根据键盘输入创建图,并深度优先、广度优先遍历该图-matrix as to the adjacent storage structure of the plan, according to the keyboard input to create map and depth of priority, breadth priority traversal of the plan
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1171
    • 提供者:daimin
  1. xzwt

    0下载:
  2. 地震资料处理中的存储问题,学地震的,欢迎共同探讨-seismic data processing storage problems, learning earthquakes, welcome to explore
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:4713
    • 提供者:张显文
  1. 20062151402636475

    2下载:
  2. 天然林资源保护工程GIS信息管理系统(以下简称《天保GIS系统》)是以基层林业单位林业技术管理的特点,会聚林业政策、林业技术、天保技术、计算机等方面的专家、管理人员与技术人员多方探讨、论证,以森林资源管理模式为基础、以天然林资源保护为核心的基于3S技术的天然林资源保护工程信息管理系统(以下简称天保GIS信息管理系统)。 本系统能把天保工程管理的各类动态、静态的数据与地理信息有机地结合起来形成空间数据库,并利用网络技术、数字化三维技术和多媒体技术等,来对天然林资源保护工程以及森林资源管理过程中
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:173912
    • 提供者:lgmawei
  1. BakDBService2006061017

    0下载:
  2. windows服务调用存储过程.运行了3个月没出问题-windows storage service call process. Running on the three no problem
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:228878
    • 提供者:zhoubo
  1. VCCDib

    0下载:
  2. CDib类,实现位图的读取,存储以及获取RGB等功能,简单易用.-CDib category, Bitmap read, store and access features such as RGB, easy-to-use.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:2445
    • 提供者:webb
  1. relationCal

    0下载:
  2. 计算一个以文本格式存储的矩阵的相关系数矩阵,包括例子数据。-calculated a text format to store the correlation coefficient matrix of matrices, including examples of data.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1187112
    • 提供者:郭鹏
  1. 20050726085543205

    0下载:
  2. Mifare-1卡资料,对mifare卡的一个些物理结构和存储结构作了一些概述.-Mifare-1 card information MIFARE cards to a more physical structure and some storage structure outlined.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:134909
    • 提供者:xiong
  1. MFC_SDI_INI

    0下载:
  2. 这是采用INI方式实现的多语言支持,INI作为通用配置文件,可以和程序中其他的参数变量放在一起,进而减少文件个数,且有灵活存储-INI This is achieved using multi-language support, as a general INI configuration file, procedures can and the other variables are put together, thereby reducing the number documents, wh
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:34764
    • 提供者:guoj
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com