Welcome![Sign In][Sign Up]
Location:
Search - 430 P

Search list

[FlashMXTimerA

Description: 使用Timer-A输出PWM波形,完全源代码,能够对用C写430程序的给予参考-use Timer- A PWM output waveform, complete source code, able to write 430 C procedures for the granting of reference
Platform: | Size: 27648 | Author: 邹波 | Hits:

[ARM-PowerPC-ColdFire-MIPSK9F1G08

Description: 三星新一代2k page的k9f1g8u0a的底层驱动,已应用于工程之中.-new generation 2k k9f1g8u0a page of the bottom-driven, has been applied to engineering.
Platform: | Size: 34816 | Author: ygl | Hits:

[SCMslaa309

Description: 桦宣430研讨会资料盘里的msp430f2013+cc2500的pcb设计资料-Cheng Xuan 430 seminars in the disk information msp430f2013+ Cc2500 of pcb design information
Platform: | Size: 917504 | Author: 王铮 | Hits:

[SCM430_PCB

Description: 自己制作的MSP430F149开发板PCB图,验证通过,电源12V-MSP430F149 their own development board PCB diagram, authentication is passed, 12V power supply
Platform: | Size: 77824 | Author: 齐全 | Hits:

[Software Engineeringmsp430f2274

Description: 430F22X的技术手册 MSP430单片机的使用方法及技术要求-430F22X technical manuals MSP430 MCU to use methods and technical requirements
Platform: | Size: 1722368 | Author: 张军 | Hits:

[SCMLT1BMSP430F149

Description: MSP430F149 LT-1B开发板相关的范例程序,不错的。-MSP430F149 LT-1B development board related example programs are good.
Platform: | Size: 455680 | Author: 梁康 | Hits:

[SCMmsp430f1611

Description: 430开发板PCB图,可直接开板,适用于初学者-430 development board PCB diagram, can be directly opened plate for beginners
Platform: | Size: 217088 | Author: windtalker | Hits:

[SCMzlg7290

Description: MSP430完成对ZLG7290芯片的驱动程序,包括相应的技术资料和电路图-MSP430 chip ZLG7290 completion of the driver, including the appropriate technical information and schematics
Platform: | Size: 3090432 | Author: aa | Hits:

[Other Embeded programPWM

Description: 利用msp430对pwm波的输出程序,很好,很实用,可以帮助初学者学会如何初始化pwm。-in order to output the pwm,we use the msp430 to receive that。
Platform: | Size: 15360 | Author: landy01 | Hits:

[SCMDa5615

Description: TI 的10位串行dac tlc5615的应用。基于at89s52,通过单片机写控制字进行da转换,参考电压为2.5v,精度为0.01v,在lcd1602上显示当前输出的电压,便于测试。-TI s ten bit serial dac tlc5615 applications. Based on at89s52, through the single-chip write control word to da converter, reference voltage is 2.5v, the accuracy for 0.01v, in lcd1602 show the current voltage output for testing.
Platform: | Size: 1024 | Author: shun lee | Hits:

[SCMDDS

Description: 基于MSP430的DDS,包含9850和9954的源代码和电路图-MSP430-based DDS, contains the 9850 and 9954 the source code and circuit diagrams
Platform: | Size: 2749440 | Author: 王健 | Hits:

[SCMAVRJtag

Description: avr jtag仿真器制作全套资料.包括了PCB文件,HEX,原理图,BOM清单,如果想学习AVR的话不如现在动手做一个,又省钱,又能学到很多东西-avr jtag emulator produce a full set of data. including PCB files, HEX, schematics, BOM list, if you want to learn the words of AVR was not as hands-on one, but also save money, but also learned a lot
Platform: | Size: 502784 | Author: 网络同行 | Hits:

[SCMLCD12864

Description: 全套MSP430F149控制深圳市华创信电子有限公司LCD--RT12864,包括代码、PDF、PCB尺寸-LCDRT12864
Platform: | Size: 8307712 | Author: jiang | Hits:

[SCM430PDF

Description: mps430单片机的资料大全 什么都有了-SCM Sourcebook has everything
Platform: | Size: 9346048 | Author: eva | Hits:

[Software Engineeringmsp430f1611

Description: 430的pdf,非常有用的东西,哈哈哈,知道要分享一下啊-430 of the pdf, useful things, ha ha ha, know what ah want to share
Platform: | Size: 892928 | Author: | Hits:

[SCMPWM

Description: 430 PWM波形程序 在430板子上测试成功 能真确运行-430 430 PWM waveforms on the board in the test program can actually run a successful
Platform: | Size: 21504 | Author: hongyuntao | Hits:

[Data structspoly

Description: 数据结构与算法实验题 8.1 多叉树问题 实验任务 一 棵 多 叉树可 能 包 含不止 两 个 子结点 , 而 每个结 点 都 有一个 权 值 。要求 按 一 定的规 范 输出这棵树。对于给出的一棵树的结构,按要求输出这棵树。 数据输入 第一行为一个整数 n , 1<=n<=1000 ,表示这棵树的结点数。编号为 1 到 n 。 接下来有 n 行,每行表示一个结点的信息。对于每行,第一个整数 b ,表示结点的编号, 第二个整数 m ,表示该结点权值,第三个整数 p ,表示这个结点的子结点个数,接下来 p 个 整数,表示子结点的编号。 数据输出 输 出 仅 一 行 , 对 于 每 棵 树 , 用 “ ( 权 值 子 树 子树 子 树 …… ) ” , 其 中 子 树 输 出 的 先 后顺序按这棵子树的所有结点权值和(包括本身)从小到大排序的顺序。权值和相同的,按 这棵子树根结点编号从小到大排序顺序。如果该结点没有子结点,那么用“ ( 权值 ) ”表 示。 输入示例 4 12223 2114 320 430 输出示例 (2 (2) (1 (3-Data structure and algorithms
Platform: | Size: 2048 | Author: ljxiaoya | Hits:

[SCM12864-P-430-P-menu

Description: 一种基于液晶12864的菜单显示程序,控制器采用MSP430-12864-based LCD menu display program, the controller using MSP430
Platform: | Size: 10240 | Author: zhf | Hits:

[SCMRunning-water-light

Description: 通过单片机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
Platform: | Size: 17408 | Author: 徐天财 | Hits:

[Data structssource

Description: /* 功能: 输入参数:int*p 指向二维数组的首地址,该二维数组第0行的两个数分别表示:总钱数<30000,和希望购买物品的个数<25 该数组从第1行到第m行(1<=j<=m)中给出了编号为j的物品的基本数据,每行有2个非负整数, 表示该物品的价格(<=10000)和该物品的重要度(1~5)。 GetResult表示不超过总钱数的物品的价格与重要度乘积的总和的最大值(<100000000)。 不需做入参检查,测试用例可以保证~ 例如:4000 8(第0行) 821 3 (第1行) 422 5 458 5 500 3 200 2 430 4 530 3 239 3 则表示 总钱数为4000,希望购买物品个数为8个,因此从第1行到第8行表示编号为j的物品的价格及物品的重要度。 返回值:无 */-/* Features:   Input Parameters: int* p points to the first address of a two-dimensional array, the number of the two-dimensional array of row 0, respectively: total amount of money <30,000, and wants to buy the number of items <25                     The array from the first row to row m (1 <= j <= m) gives the number of basic data items j, each line has two non-negative integers,                     Indicates the price of the item (<= 10000) and the importance of the item (1-5).                       Rates and said maximum degree of importance GetResult not exceed the total amount of money of the sum of the product of the article (<100000000).                       The Senate did not need to check, test cases can guarantee ~                
Platform: | Size: 1024 | Author: lkl | Hits:

CodeBus www.codebus.net