搜索资源列表
PWM.rar
- 利用msp430对pwm波的输出程序,很好,很实用,可以帮助初学者学会如何初始化pwm。,in order to output the pwm,we use the msp430 to receive that。
430PDF
- mps430单片机的资料大全 什么都有了-SCM Sourcebook has everything
msp430f1611
- 430开发板PCB图,可直接开板,适用于初学者-430 development board PCB diagram, can be directly opened plate for beginners
zlg7290
- MSP430完成对ZLG7290芯片的驱动程序,包括相应的技术资料和电路图-MSP430 chip ZLG7290 completion of the driver, including the appropriate technical information and schematics
DDS
- 基于MSP430的DDS,包含9850和9954的源代码和电路图-MSP430-based DDS, contains the 9850 and 9954 the source code and circuit diagrams
LCD12864
- 全套MSP430F149控制深圳市华创信电子有限公司LCD--RT12864,包括代码、PDF、PCB尺寸-LCDRT12864
msp430f1611
- 430的pdf,非常有用的东西,哈哈哈,知道要分享一下啊-430 of the pdf, useful things, ha ha ha, know what ah want to share
PWM
- 430 PWM波形程序 在430板子上测试成功 能真确运行-430 430 PWM waveforms on the board in the test program can actually run a successful
poly
- 数据结构与算法实验题 8.1 多叉树问题 实验任务 一 棵 多 叉树可 能 包 含不止 两 个 子结点 , 而 每个结 点 都 有一个 权 值 。要求 按 一 定的规 范 输出这棵树。对于给出的一棵树的结构,按要求输出这棵树。 数据输入 第一行为一个整数 n , 1<=n<=1000 ,表示这棵树的结点数。编号为 1 到 n 。 接下来有 n 行,每行表示一个结点的信息。对于每行,第一个整数 b ,表示结点的编号, 第二个整
12864-P-430-P-menu
- 一种基于液晶12864的菜单显示程序,控制器采用MSP430-12864-based LCD menu display program, the controller using MSP430
Running-water-light
- 通过单片机430控制P口,加上对定时器的使用,可以实现流水灯的花样控制-Controlled by single chip microcomputer 430 P, coupled with the use of a timer, can realize the pattern of flowing water light control
source
- /* 功能: 输入参数:int*p 指向二维数组的首地址,该二维数组第0行的两个数分别表示:总钱数<30000,和希望购买物品的个数<25 该数组从第1行到第m行(1<=j<=m)中给出了编号为j的物品的基本数据,每行有2个非负整数, 表示该物品的价格(<=10000)和该物品的重要度(1~5)。 GetResult表示不超过总钱数的物品的价格与重要度乘积的总和的最大值(<100000000)。