登录
首页 » Others » 高考志愿 填报综合 参考系统

高考志愿 填报综合 参考系统

于 2020-12-05 发布
0 361
下载积分: 1 下载次数: 2

代码说明:

高考志愿填报综合参考系统是一个CS模式管理系统,主要包括两大方面,一方面是开发和维护后台数据库,另一方面是前台应用程序的开发.对于前者要求建立起数据一致性和完整性强.数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。具体的来说,我们用微软的 SQL SERVER 2000来作为后台的数据库, SQL SERVER 2000是一个为前台服务的后台开发工具,他提供了多种面向对象的开发工具.特别的是,数据库开发人员能够轻松的进行数据库建立工作。高考志愿填报综合参考系统为用户提供大量的高考信息,包括高校信息,专业信息等等,方便用户快捷查询,测试,找到适合自己的专业。

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

发表评论

0 个回复

  • 稀疏自码深度学习的Matlab实现
    稀疏自编码深度学习的Matlab实现,sparse Auto coding,Matlab codetrain, m/7% CS294A/CS294W Programming Assignment Starter CodeInstructions%%%This file contains code that helps you get started ontheprogramming assignment. You will need to complete thecode in sampleIMAgEsml sparseAutoencoder Cost m and computeNumericalGradientml For the purpose of completing the assignment, you domot need tochange the code in this filecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencodtrain.m∥%%========%6% STEP 0: Here we provide the relevant parameters valuesthat willl allow your sparse autoencoder to get good filters; youdo not need to9 change the parameters belowvisibleSize =8*8; number of input unitshiddensize 25number of hidden unitssparsity Param =0.01; desired average activation ofthe hidden units7 (This was denoted by the greek alpharho, which looks like a lower-case pcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod4/57train.,m∥in the lecture notes)1 ambda=0.0001%o weight decay parameterbeta 3%o weight of sparsity penalty term%%==:79 STEP 1: Implement sampleIMAGESAfter implementing sampleIMAGES, the display_networkcommand shouldfo display a random sample of 200 patches from the datasetpatches sampleIMAgES;display_network(patches(:, randi(size(patches, 2), 204, 1)), 8)%为产生一个204维的列向量,每一维的值为0~10000curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod5/57train.m/v%中的随机数,说明是随机取204个 patch来显示%o Obtain random parameters thetatheta= initializeParameters ( hiddenSize, visibleSize)%%=============三三三三====================================97 STEP 2: Implement sparseAutoencoder CostYou can implement all of the components (squared errorcost, weight decay termsparsity penalty) in the cost function at once, butit may be easier to do%o it step-by-step and run gradient checking (see STEP3 after each stepWecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod6/57train. m vb suggest implementing the sparseAutoencoder Cost functionusing the following steps(a) Implement forward propagation in your neural networland implement the%squared error term of the cost function. Implementbackpropagation tocompute the derivatives. Then (using lambda=beta=(run gradient Checking%to verify that the calculations corresponding tothe squared error costterm are correctcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod7/57train. m vl(b) Add in the weight decay term (in both the cost funcand the derivativecalculations), then re-run Gradient Checking toverify correctnessl (c) Add in the sparsity penalty term, then re-run gradiChecking toverify correctnessFeel free to change the training settings when debuggingyour%o code. (For example, reducing the training set sizecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod8/57train m vl/number of hidden units may make your code run fasterand setting betaand/or lambda to zero may be helpful for debuggingHowever, in yourfinal submission of the visualized weights, please useparameters web gave in Step 0 abovecoS七grad]sparseAutoencoderCost(theta, visibleSize,hiddensize, lambda,sparsityParam, beta,patches)二〓二二二二二二二〓二〓二〓二〓=二====〓=curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod9/57train.m vlll96% STeP 3: Gradient CheckingHint: If you are debugging your code, performing gradienchecking on smaller modelsand smaller training sets (e. g, using only 10 trainingexamples and 1-2 hiddenunits) may speed things upl First, lets make sure your numerical gradient computationis correct for a%o simple function. After you have implemented computeNumerun the followingcheckNumericalGradientocurer:YiBinYUyuyibintony@163.com,WuYiUniversityDeep Learning, MATLAB Code for Sparse Autoencode10/57
    2020-12-05下载
    积分:1
  • VS2015开源的类CAD软件
    可能是网上能找到的国内比较好的画图软件了,支持常用绘图,选择,删除,放大缩小功能,代码里也支持DXF导入和导出,不过这部分有问题,适合用来学习,或者在这个基础上完善它,谢谢程序原创者,也希望大家能完善它!
    2020-07-01下载
    积分:1
  • PSCAD下含光伏风电的微网模型
    一个PSCAD环境下的微网模型,含光伏、风电、同步电机和负荷,供参考一个PSCAD环境下的微网模型,含光伏、风电、同步电机和负荷,供参考一个PSCAD环境下的微网模型,含光伏、风电、同步电机和负荷,供参考
    2020-12-05下载
    积分:1
  • 电力监控SCADA软件开发(上海交大)
    伴随着在两年计算机专业学习的结束,在老师的辛勤培养下,我的软件知识得到了拓展,编程水平得到了提高,使我依靠自己的力量编写电力SCADA软件的想法成为可能。虽然自己过去也长久从事于电力继保行业的产品开发,调试和试验,但是由于过去所学专业的局限性,始终无法全面了解国外后台系统(即上位机系统)的具体实现原理;通过这两年的学习,不但使自己对国外系统的产品有了深入的了解而且使自己编写电力SCADA系统成为可能,借助这次毕业设计的机会,我将自己长久以来的一些想法,结合自己的工作,对不久前自己开发的这套软件进行了升级,在导师的鼓励和帮助下,完成了这篇毕业论文。
    2020-12-04下载
    积分:1
  • Origin 2017
    Origin/OriginPro 2017已经发布,以前的破解都失效了,附件内的破解程序经测试1周无大C。源程序下载地址见附件内。
    2021-05-06下载
    积分:1
  • 光纤激光器建模的matlab
    利用matlab对光纤激光器进行建模,模拟光纤激光器的光谱特性
    2020-12-04下载
    积分:1
  • 77G毫米波雷达防撞雷达汇总
    如题,需要的同学应该很喜欢,不需要在自己一个个的去查了,基本可以买到的都在这里
    2020-06-05下载
    积分:1
  • 基于HMM的姿势识别 matlab代码
    基于HMM的姿势识别,data代码一应俱全。
    2020-11-03下载
    积分:1
  • 《声呐图像处理》与《多波束测深及图像数据处理》两本书
    《声呐图像处理》最新版 主要介绍声呐图像的去噪、增强、分割技术 ;多波束测深及图像数据处理
    2020-12-12下载
    积分:1
  • 全志V3S 原理图 .DSN工源文件
    【实例简介】全志V3S官方开发板的原理图工程源文件V3S_CDR_STD_V1_0_20150514.DSN
    2021-11-08 00:36:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载