file a.out list 在使用gdb调试程序时想要列出源代码但报错: 1 ../sysdeps/i386/elf/start.S:没有那个目录或文件 in ../sysdeps/i386/elf/start.S 不知是什么原因
serial Communication This chapter provides information on asynchronous communication standards, hardware, terminology, and concepts used throughout this book. To understand serial ports, consider: Synchronization serial Communication Parameters The EIA 232D Standard serial ports are used to physically connect asynchronous devices to a computer. They are located on the back of the system u...
create table aphorism ( id serial unique, aphorism varchar(300) ); insert into aphorism values(0, 'ddd'); // ok insert into aphorism values(0, 'dee'); // error why?
Java Native Interface Specification—Contents http://java.sun.com/javase/6/docs/technotes/guides/jni/spec/jniTOC.html android JNI Tips http://blog.chinaunix.net/u1/38994/showart_1099466.html 一个JNI下c和java程序范例 http://blog.chinaunix.net/u1/38994/showart_1100966.html 如何编写jni方法 http://blog.chinaunix.net/u1/38994/showart_1099528.html 本文来自ChinaUnix博客,如果查看原文请...
特性 可重用和可替换组件的程序应用框架 针对移动设备优化过的Dalvik虚拟机 集成了基于开源Webkit引擎的网页浏览器 经过优化过的自定义2D图形库和基于OpenGL ES 1.0库 可选硬件加速 SQLite结构化的数据存储数据库 支持常规的音频视频多媒体格式,如MPEG4、H.264、MP3、AAC、AMR、JPG、PNG、GIF GSM电话(硬件决定) 蓝牙、GPRS-EDGE、3G和Wifi无线网络(硬件决定) 相机、GPS全球定位、导航和感应加速器 丰...
android 是用于移动设备的软件堆栈,包括操作系统、中间件和关键应用程序。它由开放手机联盟(一个由 30 多家科技公司和手机公司组成的团体)开发。全新建立 android是为了使开发人员能够创建引人入胜的移动应用程序,这些程序可充分利用手机必备的所有功能。开发人员可以使用 android SDK 创建适用于该平台的应用程序。
[color="#3d0099"]Carol: 已获原作者简体中文翻译授权。 为避免重复劳动,愿意参与翻译的朋友请直接与我联系 puccacarol AT hotmail DOT com 原文名称:serial Programming Guide for POSIX Operating Systems 此翻译为初稿,语言较粗糙,不断完善中。。。 欢迎大家提出宝贵意见。 This chapter covers advanced serial programming techniques using the ioctl(2) and select(2) system calls. serial Port IOCTLs In Chapter 2,...
串行ATA也称作serial ATA 1.0 作为增强型IDE或并行ATA(如ATA-100)接口的替代规范是在2001年发布的。串行ATA控制器可以做成PCI卡或整合到南桥I/O控制芯片里。串行ATA支持所有兼容ATA 或ATAPI的设备,包括硬盘、磁带机、CD、DVD及其他光学驱动器。 串行ATA在7针接口上以1500MHz的时钟频率传输速率可以达到150MB/s或1.5Gb/s。即将发布的规范定义了300MB/s(3000MHz时钟)以及600MB/s(6000MHz时钟)的传输速率。 串行ATA在软件上1...