搜索资源列表
网络数据管理软件
- 1) 从网络采集实时数据:在软件运行过程中,可以实时地从网络上根据自定义的通信协议采集数据,并且按照层次结构显示在主界面中。 2) 自动生成数据表:在服务器程序初次运行时,创建数据库,并且随着程序的进行在数据库中根据收到的数据生成数据表。 3) 历史数据存储功能:从网络上采集的数据值只要发生变化,就会存储到历史数据表中。 -a) real-time data acquisition networks : the software process, in real time from
智能网络存储方案
- 智能网络存储方案,希望对网络存储学习者能有一定启示-intelligent network storage solutions, and I hope to network storage learners can have a certain amount Inspiration
镜像文件合并及恢复镜像方法
- 镜像文件合并及恢复镜像方法,希望对网络存储学习者能有一定启示-image file merger and resume mirroring, in the hope of network storage learners can have a certain amount Inspiration
netdisk
- 用c# 和asp.net 结合sal server做的网络存储的开发,(网络硬盘)-use and combination of Asp. Net sal do network server storage development, (network drives)
www.web_storage.com
- 一个关于网络存储的ASP源码,包含整站的代码,也可做为学习之用-network storage on an ASP source, contains the entire station code, but also used as learning
TheDesignOfNetStoreSystem
- 基于P2P的网络存储系统的研究与实现,对于想研究网络存储很有帮助
several storage
- 几种网络存储技术比较,包括LTO、DLT、AIT-several network storage technology, including LTO, DLT, AIT
hiknetstore
- 海康网络存储服务器程序,视频监控系统应用。
网络存储源代码
- 一、网络存储的软件设施: 服务器: 采用Linux 数据库: 采用mysql和BDB 开发语言:采用C++ 二、目前进度: 目前网络存储接口的基本功能已经完成,正在做个例子来演示 三、网络存储的特性: 1、开发语言无关性: 与服务器的通讯通过com来实现、可以用通过任何语言来调用网络接口。 2、个性化完全开放式的接口: (1)、 个性化设置中的类型是用户可以自己定义的,不需要修改程序 (2)、 类似收藏夹、和通讯录之类的表也是用户自己增加、定义的,只需要维护数据
几种常见的网络存储技术的比较研究
- 几种常见的网络存储技术的比较研究
mfc仓库存储系统
- mfcvc6.0 编写的仓库存储系统,可以实现仓库库存的查询存储提取等功能,可查看货物的交易记录
ASP
- 网络存储系统实现了用户注册、用户信息的修改、文件上传、文件下载、文件删除、文件夹的建立与管理,以及共享用户对普通用户上传文件的访问等功能。整个系统采用ACCESS作为数据库,使用ASP并结合HTML、VBscr ipt以及Javascr ipt等技术完成的-Network storage systems to achieve the user registration, user information changes, file upload, file download, delete fi
net_storage
- 防bibidu的网络硬盘系统完整源码!可以给希望做网络存储的人一个参考吧!-network storage like the bibidu。
EmbededLinux
- 对嵌入式下Linux的网络存储方面的研究,方便对此领域研究的者的研究。-Embedded Linux network storage area under study, to facilitate research in this field who studies.
network-storing
- 这是收集的有关网络存储方面的优秀资料。具有极高的参考学习价值。-This is collected on an excellent network data storage. Reference has a very high learning value.
Android
- Android SharedPreference,文件存储,SQLITE数据库存储,ContentProvider,网络存储的例子.包含我培训大伙时的ppt.-Android SharedPreference, file storage, SQLITE database storage, ContentProvider, network storage case. Contain my training, when everyone ppt.
the-guide-of-net-storage-system
- 网络存储系统导论,网络存储开发的入门和进阶书籍资料。信息全,质量佳 -Introduction to network storage systems, network storage and the development of advanced books data entry. All information, good quality
GA-BP神经网络应用实例之MATLAB程序
- 使用MATLAB编写的GA-BP神经网络,可进行多组数据处理 % gap.xls中存储训练样本的原始输入数据 37组 % gat.xls中存储训练样本的原始输出数据 37组 % p_test.xls中存储测试样本的原始输入数据 12组 % t_test.xls中存储测试样本的原始输出数据 12组(MATLAB implementation of the GA-BP neural network,% gap.xls stored in the training sample of the
神经网络 训练识别
- 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。(1. First open a picture and then follow the sequence of grayscale, binary, grayscale stretching, license plate positioning, binarization, ti
07 神经网络与深度学习
- 人工神经网络(Artificial Neural Networks,ANN)系统是 20 世纪 40 年代后出现的。它是由众多的神经元可调的连接权值连接而成,具有大规模并行处理、分布式信 息存储、良好的自组织自学习能力等特点。BP(Back Propagation)算法又称为误差 反向传播算法,是人工神经网络中的一种监督式的学习算法。BP 神经网络算法在理 论上可以逼近任意函数,基本的结构由非线性变化单元组成,具有很强的非线性映射能力。(The Artificial Neural Network