登录
首页 » Others » vxWorks官方资料 相当全,主要6.6的各种参考手册

vxWorks官方资料 相当全,主要6.6的各种参考手册

于 2020-06-29 发布
0 306
下载积分: 1 下载次数: 1

代码说明:

vxWorks官方资料 相当全,主要6.6的各种参考手册。从stanford的官方ftp上下下来的,应该共享给学生的,很很深的目录被我搜到了 呵呵。

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

发表评论

0 个回复

  • 射频电路设计—理论与应用
    射频电路设计—理论与应用 pdf高清全本,书写的很好射频电路设计—理论与应用 pdf高清全本,书写的很好射频电路设计—理论与应用 pdf高清全本,书写的很好射频电路设计—理论与应用 pdf高清全本,书写的很好
    2020-11-28下载
    积分:1
  • 稀疏自码深度学习的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
  • REFPROP软件介绍和使用手册.pdf
    相信搞制冷的伙伴们都知道Refprop的这个玩意,重要性不言而喻,但是对于刚接触Refprop的小伙伴们来说,根部不知道从哪里入手去操作这个软件,而且郁闷的是,这个软件目前只有英文版本的,不出中文版的,所以有些小伙伴就束手无策了,不知道怎么用这个软件,今天我就要跟大家说一说这个玩意的用法,都是一些基本的操作。
    2021-05-06下载
    积分:1
  • 基于自适应预处理的图像分割方法
    为了防止分水岭算法过分割问题,该文提出了一种基于自适应预处理的图像分割算法。该方法在分水岭算法的基础上,首先结合像素点亮度特征和空间分布特性应用自适应方法对梯度图像进行预处理。通过考察各像素点邻域中像素分类后的分布情况,来判断考察点是处于区域中心还是处于边界,并据此对考察点的梯度值进行调节。然后在预处理后的梯度图像上选定标记,将预处理后的梯度图像中大于200个像素的连通区域标定为标记。最后用分水岭分割方法对带标记的参考图像进行分割。试验结果表明,该分割方法具有良好的分割效果。
    2021-05-07下载
    积分:1
  • 基于MATLAB的微表情识别系统
    通过gabor小波提取表情特征,pca进行降维,最后通elm进行分类,识别结果由MATLAB的GUI输出
    2020-12-04下载
    积分:1
  • 交通流元胞自动机matlab仿真代码
    支持车道数量变化,有跟车换道模型,方便更改参数,可以用于元胞自动机的学习
    2020-07-04下载
    积分:1
  • 西安交大软件工课件
    西安交大软件工程专题课的课件,研究生专业选修课,内容详细,仅供参考
    2020-11-27下载
    积分:1
  • 基于STM32的PID和PWM温度控制系统研究
    基于STM32的PID和PWM温度控制系统研究16期郭智源等:基于SM3的P和PWM温度控制系统研究3807感器所决定可以达到比较好的精度。在控温指标3功能测试及结果分析中影响系统性能的因素非常多需反复试验比较PID算法方面在上升时间和超调量之间作权衡选传感器标定,精度为0.Ⅰ℃的高精度水银温出较好的PID系数度计。3.1静态温控测量结论测量方式:环境温度28℃测量装置装入1L室温的水测量结果如表1所示。采用STM32单片机系统使电路结构简单开发表I静态温控测量方便灵活采用升温和降温两种不同方案结合控制设定温度/℃15.125.030.050.065.045.0温度经校准可使温度稳定性较高,在电路中采用测量温度/℃15.325.030.050.165.145MOC302I集成芯片简化功率控制电路大大提高静态误差/℃0.20.00.00.10.10.1了系统的稳定性和可靠性。通过分段PID系数及PWM周期控制能达到较好的温度控制要求温度波3.2动态温控测量动系数小实现了节能低功耗。设定控温温度测量结果如表2所示。参考文献表2动态温控测量设定温度/℃15.125.030.050.065.045.01李宁基于MDK的STM32处理器开发应用北京北京航空航超调温度/℃15.425.330.250.465.845.5天大学出版社200814.9—24.9-29.9—49.5—64.6—43.22张华龚义建.一种微型高精度PWM温度控制器的设计.光学变化范围/℃15.45.30.250.465.545.5与光电子技术2004;2(2):29-313张嘉英王文兰再热汽温控制系统的DMC-PD仿真硏究.自动以上测量可见静态测温的精度主要有前端传化仪表2010;31(6):58-60Researched on the System of Temperature Control Basedon the pid and pwm of sTm32GUO Zhi-yuan, han Jian ZHANG Xi-peng ZHANG Yan - ongCollege of Electronic Science Notheast Petroleum University Daqing 163318 P.R. China)[Abstract] the system of intelligent control of water temperature is researched which controlled by SCM based onthe STM32. This system has high-precision it is using the algorithm combined the control in sections and confirmthe parameters of PID. The temperature under the control of phase-angle of controllable-Si conductivity when needto higher it, and using the technology of PWm to lower it. Results show that the system has high precision in bothstatic and dynamic, low volatility in coefficient and excellent stability in performanceKey words STM32 intelligent control algorithm of PID PWMo1994-2011ChinaAcademicJournalElectronicPublishingHouse.Allrightsreservedhttp://www.cnki.net
    2021-05-07下载
    积分:1
  • 自动取料机械手CAD全套图纸.dwg
    【实例简介】图纸之多,多达到8个图纸,十分复杂的外形线条,一旦深入其中,便得到其乐无穷。
    2021-12-06 00:34:23下载
    积分:1
  • 基于matlab的海浪模拟
    用matlab仿真的海浪模拟程序。用于船舶仿真
    2020-12-05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载