虫虫首页|资源下载|资源专辑|精品软件
登录|注册

exercise

  • PIC_Hi-Tech_C_Mike_Pearces_I2C_routines * Use 10 MHz crystal frequency. * Use Timer0 for ten mil

    PIC_Hi-Tech_C_Mike_Pearces_I2C_routines * Use 10 MHz crystal frequency. * Use Timer0 for ten millisecond looptime. * Blink "Alive" LED every two and a half seconds. * Use pushbutton to exercise Screens utility.

    标签: PIC_Hi-Tech_C_Mike_Pearces_I C_routines Use frequency

    上传时间: 2013-12-19

    上传用户:标点符号

  • his procedure is the power spectral density of the simulation, 3 signal source on the specific circu

    his procedure is the power spectral density of the simulation, 3 signal source on the specific circumstances, see the "modern digital signal processing" Introduction to the first volume, P202, exercise 5. Experimental Methods

    标签: the simulation procedure spectral

    上传时间: 2014-01-17

    上传用户:金宜

  • SSD3参考答案

    SSD3参考答案 exercise中缺少exercise4之后的部分

    标签: SSD3

    上传时间: 2016-06-11

    上传用户:EnumaElish

  • C语言算法排序问题

    1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)

    标签: 算法 排序

    上传时间: 2017-04-01

    上传用户:糖儿水嘻嘻

  • c语言算法排序

    1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib.h> void merge(int arr[],int low,int mid,int high){      int i,k;      int *tmp=(int*)malloc((high-low+1)*sizeof(int));      int left_low=low;      int left_high=mid;      int right_low=mid+1;      int right_high=high;      for(k=0;left_low<=left_high&&right_low<=right_high;k++)      {      if(arr[left_low]<=arr[right_low]){                                        tmp[k]=arr[left_low++];                                        }      else{           tmp[k]=arr[right_low++];           } }             if(left_low<=left_high){                              for(i=left_low;i<=left_high;i++){                                                               tmp[k++]=arr[i];                                                               }                              }       if(right_low<=right_high){                              for(i=right_low;i<=right_high;i++)                                                                tmp[k++]=arr[i];                                                        }                              for(i=0;i<high-low+1;i++)                                                       arr[low+i]=tmp[i];       } void merge_sort(int a[],int p,int r){      int q;      if(p<r){              q=(p+r)/2;              merge_sort(a,p,q);              merge_sort(a,q+1,r);              merge(a,p,q,r);              }      } int main(){     int a[8]={3,5,8,6,4,1,1};     int i,j;     int x=10;     merge_sort(a,0,6);     printf("after Merging-Sort:\n");     for(i=0;i<7;i++){                      printf("%d",a[i]);                      }     printf("\n");     i=0;j=6;     do{                                    if(a[i]+a[j]==x){                                  printf("exist");                                  break;                                  }                  if(a[i]+a[j]>x)                                 j--;                  if(a[i]+a[j]<x)                                 i++;                       }while(i<=j);     if(i>j)              printf("not exist");     system("pause");     return 0;     }

    标签: c语言 算法 排序

    上传时间: 2017-04-01

    上传用户:糖儿水嘻嘻

  • ADSP大作业

    ADSP Computer exercise

    标签: ADSP

    上传时间: 2017-12-23

    上传用户:詹姆斯邵

  • Smart+Grids

    n present power system, the engineers face variety of challenges in planning, construction and operation. In some of the problems, the engineers need to use managerial talents. In system design or upgrading the entire system into automatic control instead of slow response of human operator, the engineers need to exercise more technical knowledge and experience. It is principally the engi- neer’s ability to achieve the success in all respect and provide the reliable and uninterrupted service to the customers. This chapter covers some important areas of the traditional power system that helps engineers to overcome the challenges. It emphasizes the characteristics of the various components of a power system such as generation, transmission, distribution, protection and SCADA system. During normal operating conditions and disturbances, the acquired knowledge will pro- vide the engineers the ability to analyse the performance of the complex system and execute future improvement

    标签: Smart Grids

    上传时间: 2020-06-07

    上传用户:shancjb

  • 斯坦福大学-深度学习基础教程.pdf

    斯坦福大学-深度学习基础教程.pdfUFLDL教程 From Ufldl 说明:本教程将阐述无监督特征学习和深入学习的主要观点。通过学习,你也将实现多个功能 学习/深度学习算法,能看到它们为你工作,并学习如何应用/适应这些想法到新问题上。 本教程假定机器学习的基本知识(特别是熟悉的监督学习,逻辑回归,梯度下降的想法),如果 你不熟悉这些想法,我们建议你去这里 机器学习课程 (http://openclassroom.stanford.edu/MainFolder/CoursePage.php? course=MachineLearning) ,并先完成第II,III,IV章(到逻辑回归)。 稀疏自编码器 神经网络 反向传导算法 梯度检验与高级优化 自编码算法与稀疏性 可视化自编码器训练结果 稀疏自编码器符号一览表 exercise:Sparse Autoencoder 矢量化编程实现 矢量化编程 逻辑回归的向量化实现样例 神经网络向量化 exercise:Vectorization

    标签: 深度学习

    上传时间: 2022-03-27

    上传用户:kingwide

  • VIP专区-嵌入式/单片机编程源码精选合集系列(117)

    VIP专区-嵌入式/单片机编程源码精选合集系列(117)资源包含以下内容:1. (1)可以实时显示当前时间。 (2)可以用键盘设定多个预定打铃时间。 (3)学有余力的同学可以增加语音提示的功能.2. 关于ARM控制鼠标运行的C程序 所用IC为LPC2132等,程序包含接收和发送数据子程序.3. 来自PhysioNet的心电分析软件WFDB使用指南.4. 单片机接口技术实用子程序配套源代码 内含关于串口通信、键盘控制、液晶显示等功能的源码.5. Boot code for ADM5120 with serial console for Edimax router..6. 论文名字为:多模式自适应嵌入式实时视觉监督。在开发智能监控摄像机时这篇论文会对研究者又帮助。.7. bootloader源代码.8. 汇编的雷达程序代码.9. 这个是51的光电隔离设计。.10. nios ii在电机控制中的应用.11. CPLD控制的数据采集器原理图.12. 关于三星的s3c2410芯片的开发板的原理图.13. 本程序段为mifare one 卡读写程序的子程序 也是关键程序.14. AT89C2051的设计手册。.15. 这个是有关DS12887的资料,超级详细的..解释的很明白.16. s3c44b0 bios起动源程序.17. 一个Megaco实现源代码.18. FPGA的Nios配合时如何计算SDRAM相位的文章.19. This an exercise in using finite state machines.基于ALTERA的DE2开发 平台.20. 嵌入式微处理器系统 崔光佐 普适计算与应用实验室 北京大学现代教育技术中心 www.uclab.org.21. SST39VF160操作子程序.22. 基于51单片机的单工呼叫系统详细源代码程序.23. AT91RM9200测试程序.24. TGLCMLIMIT64A接口程序(模拟方式).25. Version Management with CVS.26.  PSoC(可编程片上系统)是Cypress半导体公司生产的包含有8位微处理器核和数字与模拟混合的信号阵列芯片.27. 你相学会CPLD,FPGA,教程,快速,么,你想使用硬件编程语言么.那就看这个吧,只要5分钟.让你入门.28. S3C2410下LCD驱动程序移植 及GUI程序编写 以一个实例来叙述S3C2410下一个驱动程序的编写(本文的初始化源码以华恒公司提供的s3c2410fb.c为基础)及简单的GUI程序的编写。.29. s3c44b0 的开发板测试的所有源代码及程序!!!汇编代码主要完成系统初始化.30. 周立功实验串口调试! 周立功实验串口调试!.31. 周立功实验SPI调试! 周立功实验SPI调试!.32. 周立功实验SSP调试! 周立功实验SSP调试!.33. 周立功实验定时器调试! 周立功实验定时器调试!.34. 周立功实验PWM调试! 周立功实验PWM调试!.35. PT0611打印机代码,可用于学习用,如果有需要可以下载.36. Cyclone1C20的Nios开发板完整原理图Protel格式.37. 寻迹小车主控程序.38. 语言嵌入式系统编程修炼之道,非常有用的嵌入式开发语言学习.39. 附件为at91sam9261dk评估板原理图,protel99se格式的.40. 51单片机ADS7846适合用在4线制触摸屏.

    标签: 4421 FSK ISM IA

    上传时间: 2013-06-01

    上传用户:eeworm