程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8,输入电压0-5V 。 本开发板使用DA 的输出作为AD 的输入,因此需将5J2 的1-2,3-4 分别用短路子短接。 打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.光标移到Que()函数的asm(" NOP ")所处的行。 5. Debug->Toggle breakpoint (快捷键F9) 6. Debug->Animate (快捷键F12) 7. View->Watch Window ,在出现的watch 窗体中点右键分别插入变量AD_SIG0,AD_SIG8,则可看到所采到的这两路信号的电压值。 如果结果稍微不精确,请不要在意,这可能是因为没有采用专用基准源,以及信号不稳定的缘故。另外,TMS320LF2407 的内置A/D 的精度并不是很高。在前面两种情况已得到保证的情况下,变化幅度仍较大。( ^_^ 呵呵,外面好一点的一片A/D 芯片就不低于100 块,所以想想能凑合着用也就可以了。)
上传时间: 2013-12-17
上传用户:refent
写号步骤: 1、将手机连通CDMA Workshop 2.7,在security选项卡里的 spc中点击读取,将000000填入spc里的方框,点击spc钮选择send, 于是显示spc解锁成功。 2、点击“nam”选项卡,将min填入10位码(就是imsi码去掉46003剩下的),将mcc填入460,mnc填入03,填入imsi15位码,banner填入你想填的字符(我填的中国电信),点击写入即可 3、这一步,就应该写入akey码了(如果不知道AKEY,可以通过电信机房关闭鉴权,但是不推荐这样做,有盗号风险),点击“cave”选项卡,在a-key后的方框 填入你的akey,点击写入即可。 4、重启6950,能够打电话了 针对白三角以及1X上网问题,请注意: 1、如果有白色三角漫游标记,通过将PRL由003升级到008解决方法是 :拨##778#,输入SPC码,即000000,点击View 中PRI后点EDIT,将拷贝到机子中的prl文件浏览选到,点击OK升级 2、CDMA 1X无法上网的解决方法: 拨##778#,输入SPC码,即000000,点击View 中M.IP后将“Mobile IP Only ”改为“simly IP only” SPC在内存中的地址:018E:0190(只要输入018E)
上传时间: 2013-12-29
上传用户:ainimao
USACO 1.1.2题解 描述 对于一群要互送礼物的朋友,你要确定每个人收到的礼物比送出的多多少(and vice versa for those who View gift giving with cynicism)(,反之亦然对于那些用贪婪的眼光来看礼物的人(by John))。 在这一个问题中,每个人都准备了一些钱来送礼物,而这些钱将会被平均分给那些将收到他的礼物的人。 然而,在任何一群朋友中,有些人将送出较多的礼物(可能是因为有较多的朋友),有些人有准备了较多的钱。 给出一群朋友, 没有人的名字会长于 14 字符,给出每个人将花在送礼上的钱,和将收到他的礼物的人的列表,请确定每个人收到的比送出的钱多的数目。
标签: USACO
上传时间: 2017-05-20
上传用户:15071087253
开发人员使用JavaScript的一个主要原因就是可以避免回发过程中带来的页面刷新。例如我们可以根据用户的需要使用TreeView控件来展开和折叠相应的数据节点。当你展开一个节点时,该TreeView控件将会利用JavaScript读取服务器上的子节点信息,然后平滑无刷新地插入这些新节点。如果没有使用JavaScript的话,TreeView控件将会因为页面的回发而重新构建。不但用户会发现因页面刷新而带来的延迟,而且页面极有可能回复到原来的状态,即丢失前面所展开的那些子节点信息。对于服务器端来说,因为每次回发的过程中都要处理大量的视图状态(View State)信息,这也会严重影响程序的整体执行性能。在ASP.NET 2.0中,引入了一个称为"客户端回调"的功能,利用这个内建的解决方案我们可以轻松实现客户端脚本和服务器端代码间的交互,从而避免了页面因回发带来的频繁刷新。
标签: JavaScript TreeView 节点 过程
上传时间: 2017-05-24
上传用户:彭玖华
使用函数实现简单的八位处理器 软件开发环境:ISE 7.1i 仿真环境:ISE Simulator 1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四种操作的简单处理器; 2. 工程在project文件夹中,双击mpc.ise文件打开工程; 3. 源文件在rtl文件夹中,mpc.v为设计文件,mpc_tb.tbw是仿真波形文件; 4. 打开工程后,在工程浏览器中选择mpc_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,进行行为仿真,即可得到仿真结果。
上传时间: 2014-01-06
上传用户:mhp0114
The i-mode service by NTT DoCoMo is a mobile phone service in Japan that provides its customers with both voice and comprehensive data services. With an i-mode phone, users can exchange i-mode e-mail and obtain information from i-mode menu sites and i-mode compatible Internet sites. The i-mode phone contains a browser that displays i-mode compatible HTML web pages. Beginning with the 505i phones, you can View Macromedia Flash Lite movies from the i-mode browser. You can also use the phones’ My Picture and Standby Screen applications to View Flash Lite movies. Although a number of manufacturers produce 505i phones, all of them support the same Flash Lite functionality.
标签: service customers provides DoCoMo
上传时间: 2014-10-25
上传用户:xmsmh
JXMLEditor is a XML editor developed in Java which is based on the Xerces Java parser. The goal of this editor is to offer some features (tree View, drag & drop, syntax colorizing) to create XML documents easily. Also available as Eclipse Plugin.
标签: Java JXMLEditor developed editor
上传时间: 2013-11-30
上传用户:水口鸿胜电器
The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the average of all possible directional power spectra. This function computes and plots the RAPS of an input image. The function was written to produce the RAPS for square weather radar reflectivity images so you will have to relabel the plot axes and title to suit your needs. The radially averaged power spectrum provides a convenient means to View and compare information contained in 2D spectra in 1D
标签: spectrum direction-independent i.e. the
上传时间: 2013-12-17
上传用户:watch100
The MMS List example demonstrates how to: List the MMS messages in the Inbox and sort them by sender. Monitor the Inbox for MMS messages. Delete messages from the Inbox. View a selected MMS message. This example uses the MMS Client MTM and Message Server facilities. This example can be run in a Series 60 device and the emulator provided with the SDK.
标签: List demonstrates MMS the
上传时间: 2014-01-08
上传用户:pinksun9
Cool widgets to customize your Home screen * Media Player * Profiles * Weather * Clock with world time * Wireless Manager * Calendar with 2 weeks agenda View
标签: customize Profiles widgets Weather
上传时间: 2017-08-13
上传用户:czl10052678