登录
首页 » 数据结构 » 将图片数据全部放在了数据库中,利用OLE对象的存储方式

将图片数据全部放在了数据库中,利用OLE对象的存储方式

于 2022-01-26 发布 文件大小:499.54 kB
0 325
下载积分: 2 下载次数: 1

代码说明:

将图片数据全部放在了数据库中,利用OLE对象的存储方式-All the picture data on the database, the use of OLE object storage

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • JSP个人求职管理系统
    jsp个人求职管理系统-jsp personal job management system
    2023-07-04 00:00:03下载
    积分:1
  • 旅行商问题: 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅...
    旅行商问题: 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman problem : A salesman to a number of cities to sell commodities, known the distance between cities (or travel). He selected from a resident, after each city again, the last resident to return to the line, making the total distance (or travel) is the smallest.
    2023-07-26 02:35:04下载
    积分:1
  • 值计算源代码来自哈尔滨工业大学计算机学院
    数值计算源代码来自哈尔滨工业大学计算机学院-numerical source code from the Harbin Industrial University computer science
    2022-01-25 20:55:50下载
    积分:1
  • Beijing University of Chemical Technology in 2008 summer training report of a pr...
    北京化工大学2008年暑期集训一次训练的解题报告和核心代码-Beijing University of Chemical Technology in 2008 summer training report of a problem-solving training and core code
    2022-06-29 18:43:34下载
    积分:1
  • 摘要  ?  ?      设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系
    摘要  ?  ?      设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和结构来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系列的设计时(design-time)存储过程,用它们来生成运行时(run-time)存储过程,并一直在工程中使用。最近,作者更新了其存储过程以便使用 SQL Server 2000 的特性,其中包括用户定义函数。本文所及内容涵盖创建并执行这些动态 T-SQL 脚本以使普通的数据库存储过程编码自动化。- Time the abstract design automation sped up the code, and guarantee all processes all use the same naming standard and the structure produce. In order to enhances the encoded efficiency as far as possible in the large-scale SQL project, the author has compiled when a series of designs (design-time) saves the process, produces when the movement with them (run-time) saves the process, and always uses in the project. Recently, the author renewed its memory process in order to use SQL the Server 2,000 characteristics, including user definition function. This article institute and the content cover founds and carries out these dynamic T-SQL script to cause the ordinary database memory process code automation.
    2022-04-12 03:09:38下载
    积分:1
  • 我们课上的一些作业 包括约瑟夫环和哈夫曼树之类的几个程序...
    我们数据结构课上的一些作业 包括约瑟夫环和哈夫曼树之类的几个程序-Our data structure class operations, including some of Joseph Huffman tree rings and several procedures, such as
    2022-08-12 14:00:28下载
    积分:1
  • 复杂的VB OPC自动化的例子
    Complex VB OPC Automation Example
    2022-01-25 21:04:57下载
    积分:1
  • 篮球赛抽签系统,先输入球队,由随机函在1
    篮球赛抽签系统,先输入球队数,由随机函数在1-N抽取一个数,作为初始密码,出列第一支球队,然后根据各队输入本队密码,利用joseph环,使每次出列的球队密码作为新的密码,直到所有球队出列,即可确定分组顺序-Basketball lottery system, first enter the team number by the random function in the 1-N taken a number, as the initial password, the first teams out of the column, and then each team enter the team password, using joseph ring, so that each second team out of the column as a new password password, until all the teams out of the column, you can determine the packet sequence
    2022-02-03 18:33:48下载
    积分:1
  • 界面效果,用ACCESS编写的程序界面
    界面效果,用ACCESS编写的程序界面
    2022-08-06 15:48:18下载
    积分:1
  • 中国地图行政区域划分
    题目一 中国行政区域图染色与信息查询   p 设计目的:掌握图的存储结构与基本算法,通过解决较复杂的基于图模型的实际问题,提高学生对数据结构知识综合运用的技能与实践能力。 p 设计内容:设计有效的逻辑数据结构与存储结构表示中国各行政区域的有关信息(如省会城市名,电话区号,人口数,地理位置等)及行政区域间的相邻关系、省会城市间的距离;分析与设计有效的算法对行政区域图进行染色,使每个行政区域染一种颜色且相邻的省份染不同颜色,而总的颜色数最少;另外如在全国省城之间建立通信网,构造费用最低的通信线路铺设方案。 p 设计要求: ⑴从互联网或相关资料获取可靠的行政区域及其地理数据,有关数据与信息以文件形式存储,用无向网建模上述问题并以文件保存。 ⑵界面上能够显示与输出求解结果,具有对各省份相关信息的查询功能。对主要算法进行理论复杂度分析,并实测其执行效率。 ⑶在界面设
    2022-02-28 20:50:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载