搜索资源列表
另类双向链表
- 在学校中很多同学多会被链表内存空间的申请使用给难住,特别是双向链表... 在此我提供一种使用方式以供参考-in schools many more students will be linked list of memory space for applications to the use of hard living, in particular is a two-way linked list ... Here, I provide a use for reference
多维数组-矩阵的压缩存储- 稀疏矩阵(一)
- 稀疏矩阵 设矩阵A mn 中有s个非零元素,若s远远小于矩阵元素的总数(即s<<m×n),则称A为稀疏矩阵。 1、稀疏矩阵的压缩存储 为了节省存储单元,可只存储非零元素。由于非零元素的分布一般是没有规律的,因此在存储非零元素的同时,还必须存储非零 元素所在的行号、列号,才能迅速确定一个非零元素是矩阵中的哪一个元素。稀疏矩阵的压缩存储会失去随机存取功能。 其中每一个非零元素所在的行号、列号和值组成一个三元组(i,j,
80例上手Delphi7编程_07数据库应用
- 1.Session获取BDE信息 2.可视化创建数据表格 3.SQL语句的使用 4.“一对多表”的设计 5.文本和数据记录的转换 6.ADO的网络调用 7.多媒体数据库的使用 8.IntraWeb技术的实现 9.Rave报表的数据库使用 10.决策图的使用-1.Session access to information BDE 2. Visualization create data tables 3.SQL expressions 4. The "one-to-many table,
多功能电能表通信规约 DLT 645-1997
- 多功能电能表通信规约 DLT 645-1997
VFshiyan4
- 排序、查询和多表关联对学生表按照入校总分降序排序生成一个新表文件名为“学生成绩排序- pai xu cha xu he duo biao guan lian dui xue sheng biao an zhao cheng ji paixu
labviewdesign
- 万用表LV设计(PCI卡) 万用表是一种电子测量工具,它能对电压、电流、电阻等进行度量。它在现实中应用相当广泛,是电子测试不可缺少的工具。LabVIEW中编写的万用表使用更为方便、灵活,从传统观念上改变了万用表的外形、增强了功能。虚拟万用表的编程主要部件是数据采集板卡,这种方式现在越来越多的被大家应用。本章将以板卡作数据采集进行编程,实现虚拟数字万用表。
070802
- 多功能数字电压表的设计,用adc0832进行模数转换,包含原理图,能进行8路测试,4位LED显示-Digital voltage meter multi-purpose design, with analog-to-digital conversion to adc0832, including schematic diagram, the test can be 8, 4 LED display
yddbdsj
- “一对多表”的设计,适合初学者进行学习研究,不错的源码-" One to many table" design, suitable for beginners to learn research, a good source
tableupdate
- 这个是一个ADO多表更新的例子,解决ADO不能解决的问题-ADO multile table update
moretabletjI
- Delphi源码,数据库应用,分组统计 Delphi多表分组统计实例演示,很有用处的一个实例,多表统计应用十分广泛,希望通过这个小例子,让Delphi初学者找到一种多表分组统计的好方法。欢迎下载-Delphi source code, database application, packet statistics Delphi multi-table packet statistics demonstration, an example of very useful, many st
EsLib3.1.2
- 一个DELPHI控件,图形处理文档操作控制,数据库多表处理-A DELPHI control, operation control graphics processing documents, databases, multi-table deal
Mybatis
- 一、mybatis/ibatiS xml配置文件中 以 学生班级和班主任 为例 讲解多表映射 其中班级和学生为 一对多 班主任和班级为 一对一 二、extjs 前台写model 及 grid 简易编码 内有详细讲解-One, mybatis/ibatiS xml configuration file to the student and the teacher as an example to explain the multi-class mapping table where many cl
ACCESSstabale
- access多表查询源码,易语言结合access的一大方法,很有用。-access multi-table query source, easy language combined with a major method of access, very useful.
Delphi_055281
- Delphi:QDAC下载_开源Delphi数据库组件,一个刚建立不久的Delphi数据库组件项目,得到了众多Delphi开发者的支持,目前已优化和修正了不少错误。QDAC核心为TMemoryDataSet组件,它可以实现数据集的克垄多种方式复制数据集、过滤SQL操作符、多表的并集、交集和差集、内存排序支持、导入导出、连接到PostgreSQL等功能,是从事Delphi数据库开发强大的辅助组件。 -Delphi: QDAC download _ open source Delphi data
Delphi
- Delphi:Delphi编程实现多数据表关联的实例,多表关联在数据库编程中比较重要,希望通过这个实例能让一些初学Delphi与数据库操作的朋友找到多表关联的方法。 -Delphi: Delphi programming examples associated with multiple data tables, multi-table relationships are important in database programming, and hope to make some of
Delphi
- Delphi:Delphi编程实现多数据表关联的实例,多表关联在数据库编程中比较重要,希望通过这个实例能让一些初学Delphi与数据库操作的朋友找到多表关联的方法。 -Delphi: Delphi programming examples associated with multiple data tables, multi-table associated with the more important in database programming in the hope that th
mapr
- hadoop的mapreduce初级的几个小案例,包括单词计数、topk、单表关联、多表关联、数据排序、数据去重、数据分组,适合刚接触hadoop的人弄清mapreduce的流程- The primary hadoop mapreduce several small cases, including word count, topk, single-table association, multi-table association, data sorting, data deduplica
dataquery
- 数据库操作,多表联合查询,笛卡尔集合操作,查促一系列点集形成轨迹。-Database operations
链表1
- 链表(有很多功能,初学者,随便敲的,里面也有一些假功能(为了应付上机)) 1.创建链表 2.连接链表 3..输出链表 4.按照结点查找元素 5.按照元素查找结点 6.按照结点删除元素 7.按照元素删除结点 8.对链表元素排序 9.链接两个链表 功能大概就这么多~(List (there are a lot of functions, a beginner, just knock on, there are some false function (in order to co
多通道温度记录
- 利用吉时利2700多通道万用表和PT100温度探头,实现5个通道的温度记录。(Ultilizing Keithley 2700 multichannel 6 1/2 DMM and PT100 temperature sensor, A temperature record of 5 channels is implemented.)