资源列表
hEADSETbASE.RAR
- The Android Bluetooth API is not finalized, and will change. Use at your own risk.
httpd.c
- 一个简单的WEBserver,对学习嵌入式开发的新手来说是非常好的学习资料。-a simple WEBserver,which is good for those novices of embedded system design.
hy
- 完成dos下的还原和备份功能,需要minigui支持-Completed under dos restore and backup function, you need to support minigui
IdleDialPad
- 展讯平台上的手机源码,如有需要请自行下载-Spreadtrum platform source code on the phone, if necessary, please download
input_key
- GT2440输入子系统按键程序,利用内核定时器消除抖动。-failed to translate
IPNC3.0Installation-method-
- TI 嵌入式开发 ipnc3.0安装方法及步骤-The TI embedded development ipnc3.0 of installation methods and steps
jisuanshenqi
- 设计滤波器时,可以输入相应要计算的值,自动计算频率,电容,电阻等。-Design filter, you can enter a value corresponding to the calculated automatically calculate the frequency, capacitance, resistance and so on.
mini2440_gpio
- 本人自己开发的基于mini2440的GPIO驱动,包括源码和已经编译好的linux-2.6.32.2的KO文件,直接可以使用,驱动的引脚可以通过源码查到。-mini2440 gpio driver for linux-2.6.32.2
mloadbmpi
- minigui界面编程,背景景图显示详细原代码可直接使用。-minigui programming interface, the background scene diagram shows the detail of the original code can be used directly.
newcalculator
- 这是在嵌入式里的基于7279的计算器程序-This is a calculator based on 7279
ofdm104
- ofdm同步算法,用于多载波ofdm通信中提取相应的同步信息,便于以后的均衡处理。-ofdm synchronization algorithm for multi-carrier communication ofdm synchronization information extracted corresponding to facilitate subsequent equalization.
Operator-nesting
- 利用条件运算符的嵌套来完成此题:学习成绩> =90分的同学用A表示,60-89分之间的用B表示, 60分以下的用C表示。1.程序分析:(a> b)?a:b这是条件运算符的基本例子。-Operator nesting