Welcome![Sign In][Sign Up]
Location:
Search - sd b

Search list

[Other resourceSD_Spec_V1.10_PartE1_20060303

Description: SD卡规范(PartE1)定义SDIO特性,包含:Bluetooth(Type-A/B)、Camera、GPS、PHS、Wireless LAN...等。 -SD card standard (PartE1) definition SDIO characteristics, including : Bluetooth (Type-A / B), Camera, GPS, PHS, Wireless LAN ... and so on.
Platform: | Size: 332262 | Author: remote | Hits:

[Other resourceCEWifiDriverAR6000-21374

Description: Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 转自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1
Platform: | Size: 533345 | Author: bd | Hits:

[Other resourceSELLER

Description: 基于verilog HDL的自动售货机控制电路设计: 可以对5种不同种类的货物进行自动售货,价格分别为A=1.00,B=1.50,C=1.80,D=3.10,E=5.00 。售货机可以接受1元,5角,1角三种硬币(即有三种输入信号IY,IWJ,IYJ),并且在一个3位7段LED(二位代表元,一位代表角)显示以投入的总钱数,最大9.90元,如果大于该数值,新投入的硬币会退出,选择货物的输入信号Ia,Ib,Ic,Id,Ie和一个放弃信号In,输出指示信号为 Sa, Sb ,Sc ,Sd, Se 分别表示售出相应的货物,同时输出的信号yuan, jiao代表找零,相应每个脉冲代表找零相应的硬币,上述输入和输出信号均是一个固定宽度的脉冲信号。
Platform: | Size: 1776 | Author: chenyi | Hits:

[Internet-NetworkCEWifiDriverAR6000-21374

Description: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.
Platform: | Size: 589361 | Author: yangzhe | Hits:

[BooksAndroid基础教程

Description: 第一部分 Android简介 第1章 快速入门.............. 3 1.1 安装工具...... 3 1.1.1 Java 5.0+.... 3 1.1.2 Eclipse.......... 4 1.1.3 Android....... 4 1.1.4 Eclipse插件..................... 5 1.2 创建第一个程序.... 7 1.3 在模拟器上运行程序............... 8 1.4 在手机上运行程序..................... 9 1.5 快速阅读指南.......... 9 第2章 基本概念........... 11 2.1 Android的系统架构................ 11 2.1.1 Linux内核..................... 11 2.1.2 本机库...... 12 2.1.3 Android运行时......... 13 2.1.4 应用程序框架........... 14 2.1.5 应用程序 15 2.2 它还活着... 15 2.2.1 进程不等于应用程序......... 16 2.2.2 应用程序生命周期............... 17 2.3 构建块......... 19 2.3.1 活动............ 19 2.3.2 意图............ 19 2.3.3 服务............ 19 2.3.4 内容提供者................. 19 2.4 使用资源... 20 2.5 安全性......... 20 2.6 快速阅读指南....... 21 第二部分 Android基础知识 第3章 设计用户界面..................... 25 3.1 数独游戏简介....... 25 3.2 声明性设计............. 26 3.3 创建启动界面....... 27 3.4 使用替代资源....... 34 3.5 实现About对话框..................... 37 3.6 应用主题... 41 3.7 添加菜单... 43 3.8 添加设置... 45 3.9 开始新游戏............. 47 3.10 利用日志消息调试程序... 48 3.11 利用调试器调试程序......... 50 3.12 退出游戏 50 3.13 快速阅读指南.... 50 第4章 绘制2D图形...................... 53 4.1 Android图形基础...................... 53 4.1.1 Color类... 53 4.1.2 Paint类... 54 4.1.3 Canvas类 55 4.1.4 Path类...... 55 4.1.5 Drawable类................. 56 4.2 在Sudoku程序中添加图形............... 58 4.2.1 开始游戏 58 4.2.2 定义Game类................. 58 4.2.3 定义PuzzleView类............... 60 4.2.4 绘制游戏盘面........... 61 4.2.5 绘制数字 63 4.3 处理输入... 65 4.3.1 定义和更新选定区域......... 66 4.3.2 输入数字 68 4.3.3 增加提示 69 4.3.4 抖动屏幕 70 4.4 其他问题... 71 4.4.1 创建软键盘................. 71 4.4.2 实现游戏逻辑........... 76 4.4.3 其他功能 78 4.5 更多改进... 80 4.6 快速阅读指南....... 81 第5章 多媒体. 83 5.1 播放音频... 83 5.2 播放视频... 88 5.3 为数独游戏配上音乐............ 92 5.4 快速阅读指南....... 94 第6章 存储本地数据..................... 95 6.1 为数独游戏添加选项............ 95 6.2 继续玩前一个游戏.................. 97 6.3 记住当前位置....... 99 6.4 访问内部文件系统............... 100 6.5 访问SD卡.............. 101 6.6 快速阅读指南.... 103 第三部分 高级主题 第7章 互联的世界. 107 7.1 通过意图实现浏览............... 108 7.2 利用视图打开网页............... 111 7.3 JavaScript与Java通信.......... 115 7.4 使用Web服务..... 121 7.5 快速阅读指南.... 131 第8章 定位与环境感知........... 133 8.1 位置,位置,位置............... 133 8.1.1 我在哪里.................... 135 8.1.2 更新位置.................... 137 8.1.3 模拟说明.................... 138 8.2 充分利用传感器..................... 139 8.2.1 了解传感器.............. 139 8.2.2 解析传感器的读数............ 140 8.2.3 模拟说明.................... 140 8.3 地图功能 141 8.3.1 嵌入MapView........... 142 8.3.2 准备就绪.................... 145 8.3.3 模拟说明.................... 146 8.4 快速阅读指南.... 147 第9章 SQL实战...... 149 9.1 SQLite简介........... 149 9.2 SQL基础 150 9.2.1 DDL语句.................... 151 9.2.2 修改语句.................... 151 9.2.3 查询语句.................... 151 9.3 你好,数据库.... 152 9.3.1 使用SQliteOpenHelper 153 9.3.2 定义主程序.............. 155 9.3.3 添加一行.................... 156 9.3.4 运行一个查询........ 157 9.3.5 显示查询结果........ 158 9.4 数据绑定 159 9.5 使用ContentProvider...... 162 9.5.1 更改主程序.............. 164 9.5.2 添加一行.................... 164 9.5.3 运行一个查询........ 165 9.6 实现ContentProvider...... 165 9.7 快速阅读指南.... 166 第10章 利用OpenGL实现3D图形.............. 169 10.1 理解3D图形..... 169 10.2 OpenGL简介.... 170 10.3 构建一个OpenGL程序... 171 10.4 管理线程............. 173 10.5 构建一个模型. 178 10.6 光线、相机…….................. 181 10.7 动作......... 183 10.8 应用纹理............. 184 10.9 透明效果............. 187 10.10 快速阅读指南..................... 189 第四部分 附录 附录A Java与Android语言及其API.......... 193 附录B 参考书目........ 197
Platform: | Size: 13578541 | Author: pumaxy | Hits:

[Windows CECEWifiDriverAR6000-21374

Description: Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 转自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1-Atheros wireless chips AR-6000 series of wince 6 driver source code (which is something I did not used Do not ask me, I found other resources found wince to) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. Readme: Atheros CommunicationsAR6001 WLAN Driver for SDIO installation Read MeMarch 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation.1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a . From the Project menu select Add Existing Subproject ... b. select AR6K_DRV.pbxmlc. select openThis should create a subproject within your OS Design project for the AR6K_DRV driver.4. Build the solution. Transfer from Tony embedded, the original address: http://www.cevx.com/bbs/dispbbs.asp?boardID=4
Platform: | Size: 533504 | Author: | Hits:

[VHDL-FPGA-VerilogSELLER

Description: 基于verilog HDL的自动售货机控制电路设计: 可以对5种不同种类的货物进行自动售货,价格分别为A=1.00,B=1.50,C=1.80,D=3.10,E=5.00 。售货机可以接受1元,5角,1角三种硬币(即有三种输入信号IY,IWJ,IYJ),并且在一个3位7段LED(二位代表元,一位代表角)显示以投入的总钱数,最大9.90元,如果大于该数值,新投入的硬币会退出,选择货物的输入信号Ia,Ib,Ic,Id,Ie和一个放弃信号In,输出指示信号为 Sa, Sb ,Sc ,Sd, Se 分别表示售出相应的货物,同时输出的信号yuan, jiao代表找零,相应每个脉冲代表找零相应的硬币,上述输入和输出信号均是一个固定宽度的脉冲信号。
Platform: | Size: 1024 | Author: chenyi | Hits:

[Internet-NetworkCEWifiDriverAR6000-21374

Description: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.
Platform: | Size: 588800 | Author: yangzhe | Hits:

[FlashMXSD-Mem-Ctrl-1-2-Flyer

Description: SD 2.0 Memory Controller SD Bus Interface SD Controller Logic NAND Flash Controller
Platform: | Size: 75776 | Author: roger shan | Hits:

[Driver DevelopSDIO_AR6K_Atheros

Description: AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.-AR6001 WLAN Driver for SDIO installation Read MeMarch 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation.1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject ... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver.4. Build the solution.
Platform: | Size: 257024 | Author: 老克 | Hits:

[SCMLCd-BMp

Description: 240*320 TFT屏用M16读取SD卡内BMP格式图片.和汉字显示程序(字库也是存在SD卡里-240* 320 TFT screen SD card reader with M16 within BMP format picture. And the Chinese characters display program (there is also a SD card font
Platform: | Size: 212992 | Author: jeans | Hits:

[ARM-PowerPC-ColdFire-MIPSstm32_EFSL_demo

Description: 基于STM32微处理器的SD卡(TF卡)文件系统读写. 103ZC,ZD等有SDIO,检查中。-This is a simple demonstration, based on STM32 and working with ST Evaluation board MB525 revA (old board), using the Embeddeded Library File System “EFSL” with an "SD" memory card in order to explore the contents of this SD card and show, on the LCD color, the Tree of directories/files within the SD card and read files contents. PS: in last boards ( rev B) you should modify the joystick driver to get it working fine.
Platform: | Size: 163840 | Author: Highend | Hits:

[Mathimatics-Numerical algorithmsllb1

Description: 三次b样条曲线,计算机图形结构课程设计,c语言-on tarbo c vabas sd
Platform: | Size: 1024 | Author: 李良兵 | Hits:

[ARM-PowerPC-ColdFire-MIPSlpc2388+sim508

Description: Lpc 2378-88 mini pc - /mmc-sd/usb a,b/10-20mbit Ethernet/i2c display/ up to 36 v dc-dc/rs232/jtag/ etc/ + molex 80 pin conector/for sim 508/548 ang you have lpc2378 mini pc + gsm +gps I do hope its very interest information for community / thanx-Lpc 2378-88 mini pc - /mmc-sd/usb a,b/10-20mbit Ethernet/i2c display/ up to 36 v dc-dc/rs232/jtag/ etc/ + molex 80 pin conector/for sim 508/548 ang you have lpc2378 mini pc + gsm +gps I do hope its very interest information for community / thanx
Platform: | Size: 2030592 | Author: Oleg | Hits:

[SCMSTM32--Color-TFT--SD-

Description: TFT彩屏和SD卡实例,本人测试通过,完美运行-TFT彩屏和SD卡实例,本人测试通过,完美运行!! 您是不是要找: STM32开发板上的AD模块的源代码,必备资料!! 允许输入拉丁字符的拼音请键入文字或网站地址,或者上传文档。 取消 TFT cǎi píng hé SD kǎ shílì, běnrén cèshì tōngguò, wánměi yùnxíng! !将中文译成英语 英语中文(简体)日语TFT color screen and SD card instance, I test, the perfect run! !
Platform: | Size: 8189952 | Author: 魏青臣 | Hits:

[SCMADC

Description: 说明:本程序中用到了EVA的定时器T1,ADC模块 功能:定时器T1中断控制LED的闪烁速度,同时T1的周期中断控制ADC模块的采样-源语言: 中文 允许输入拉丁字符的拼音请键入文字或网站地址,或者上传文档。 取消 Shuōmíng: Běn chéngxù zhōng yòng dàole EVA de dìngshí qì T1,ADC mókuài Gōngnéng: Dìngshí qì T1 zhōngduàn kòngzhì LED de shǎnshuò sùdù, tóngshí T1 de zhōuqí zhōngduàn kòngzhì ADC mókuài de cǎiyàng中文(简体)英语日语Alpha Description: This procedure is used in EVA timer T1, the ADC module Functions: Timer T1 interrupt control the LED flashing speed, while the T1 cycle interrupt control the sampling of the ADC module
Platform: | Size: 246784 | Author: 满国永 | Hits:

[Home Personal applicationNET-KZ-mini-ME2-SD

Description: 一款用于用户,内部网络路由器,通道切换控制传送分配端口的电路板文件,直接就可以制作了,无需软件支持!- NET PORT AB C D,wifi port A B C Dport
Platform: | Size: 51200 | Author: zixo chen | Hits:

[Home Personal applicationNET-KZ-mini-ME2-SD-F

Description: 一款用于用户,内部网络路由器,通道切换控制传送分配端口的电路板文件,直接就可以制作了,无需软件支持!这个是反脚设计。-A NET PORT A B C D,ADN WIFI PORT A B C D
Platform: | Size: 69632 | Author: zixo chen | Hits:

[Internet-Network19-B】金龙板_Virtual_COM

Description: 戴南饿哦我愤怒v呢人家女今儿虐问富翁魏汝稳 微软为认为热(asdwaeifbewiri3 wetrwer wte wtwe tt 3 4t t3t 34 2r wr wq eweqter t erw g wer g ds fg sd fg e rger)
Platform: | Size: 1865728 | Author: zlchxy | Hits:

[matlabB

Description: BP神经网络代码大全,matlab实现。特别详细齐全,包你满意(dadssssssdasfgersgrshqwqfqgwegsfsa)
Platform: | Size: 204800 | Author: 阿斯达ADS | Hits:
« 12 »

CodeBus www.codebus.net