Welcome![Sign In][Sign Up]
Location:
Search - Linux-1.2.13

Search list

[VC/MFCcodeblocks教程

Description: 1. 安装Code::Blocks………………………………………………………………………….…………………3 1.1 下载……………………………………………………………………………………….….…………. .3 1.2 安装……………………………………………………………………...………………….….…………3 2. Code::Blocks的编程环境配置…………………………………………………………….……….…………7 2.1 环境………………………………………………………...…………………………………..…………7 2.2 编辑器…………………………………………….…………………………………….….…………....12 2.3 编译器和调试器……………………………………………………………………….……….……….13 3. 编写程序……………………………………………………………………………….……….....………...17 3.1 创建一个工程…………………………………………………………………….………….………….17 3.2 添加和删除文件…………………………………………………………………………..…………….20 3.3 编辑文件………………………………………………………………………………………..……….25 3.4 编译程序…………………………………………………………………….…………………..……....30 3.5 调试程序………………………………………………………………………………..……………….43 3.6 阅读别人编写的程序………………………………………………………………...…………………74 4. 附录…………………………………………………………………………………………………...……..79 4.1 Linux下安装Code::Blocks……………………………………………………………………………….79 4.2 Mac OS X下安装Code::Blocks………………………………………………………………………….80 4.3 Code::Blocks搭配高版本gcc编译器…………………………………………………………………….80 4.4 安装配置boost…………………………………………………………………………...........................82
Platform: | Size: 3288531 | Author: afd_326 | 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:

[Other2.6_kernel_on_HHARM2410_HHARM9200

Description: HHARM2410: 1. 从ftp://ftp.arm.linux.org.uk上下载linux内核,由于项目原因,先后跑了2.6.11,2.6.13和2.6.15,试了一下ftp.kernel.org上下载的2.6.16,没跑起来,打住。 2. 编辑linux-2.6.15/Makefile, ARCH ?= $(SUBARCH) CROSS_COMPILE?= 改为 ARCH ?= arm CROSS_COMPILE?= arm-unknown-linux-gnu- 我用的编译器是4.0.1版本的,一般的3.x的应该都没问题-HHARM2410: 1. Ftp://ftp.arm.linux.org.uk downloaded from the linux kernel, as a result of the reasons the project has run 2.6.11,2.6.13 and 2.6.15, try a bit ftp.kernel.org downloaded 2.6.16, no run up, stop. 2. Editor linux-2.6.15/Makefile, ARCH? = $ (SUBARCH) CROSS_COMPILE? = Read ARCH? = Arm CROSS_COMPILE? = Arm-unknown-linux-gnu-compiler I used is version 4.0.1, the general 3.x should be no problem
Platform: | Size: 68608 | Author: | Hits:

[Internet-Networkcsk_udisk_mgr

Description: linux 2.6.13 USB2.0开发补丁,lyj_uptech@126.com-patch linux 2.6.13 USB2.0 development, lyj_uptech@126.com
Platform: | Size: 11264 | Author: liuyingjie | Hits:

[Linux-Unixyaffs_source_util_ok.tar

Description: Linux 2.6.13之后,NAND Flash的oob使用方法已经改变了;yaffs文件系统也因此改变。但是它的映象制作工具mkyaffsimage没有改过来。这是已经修改过的。-Linux 2.6.13 after, NAND Flash to use the OOB has changed yaffs file system also changed. But it
Platform: | Size: 288768 | Author: 韦东 | Hits:

[Linux-Unixjfsutils-1.1.13.tar

Description: 在Linux内核从2.4升级到2.6时需要升级的软件包,虽然现在大家使用配置好的2.6的内核较多,但是对于想自己升级内核的朋友来说,还是不错的,当然升级到2.6时还需要升级其它的软件啦-In the Linux kernel from the 2.4 upgrade to 2.6 when the need to upgrade the package, although we now use the configured kernel 2.6 more, but want to upgrade the kernel of friends, or good, of course, upgrade to 2.6 also need to upgrade other software you
Platform: | Size: 525312 | Author: 董浩然 | Hits:

[ELanguageflex-2.5.4a-1

Description: flex,词法自动生成工具,他可以在极短时间内帮助产生编译器的词法c源程序-flex, automatically generated lexical tools in a very short time he can help the compiler generate c source of lexical
Platform: | Size: 1203200 | Author: cs | Hits:

[Embeded LinuxChapter_6_Advanced_experiments_part2

Description: 周立功magic2410实验箱源码 第6章Linux高级实验(part2) 6.9 IDE硬盘实验. 6.10 USB主机驱动编译与加载实验 6.11 U盘驱动程序编译与使用实验 6.12 USB键盘与鼠标应程序实验 6.13 FrameBuffer模块应用实验 6.14 video4linux模块应用实验 6.15 USB摄像头实验 -Magic2410 week experimental box Ligong source Linux High Chapter 6 Experimental (part2) 6.9 IDE hard drive experiments. 6.10 USB Host driver compile and load the experiment 6.11 U disk driver compiled with the use of experimental 6.12 USB keyboard and mouse should be 6.13 FrameBuffer module experimental procedures Application of the experimental application of the experimental 6.14 video4linux module 6.15 USB camera experiment
Platform: | Size: 422912 | Author: yc | Hits:

[Linux-Unixsc16C554

Description: 基于S3C2410的串口扩展的驱动程序 扩展芯片采用SC16C554,利用总线扩展出四个独立的RS232串口。 嵌入式系统是 linux 2.6-13-Based on S3C2410 serial driver for the expansion of the expansion of the chip SC16C554, the expansion of the use of the bus four independent RS232 serial port. Embedded system is a linux 2.6-13
Platform: | Size: 5120 | Author: 符密 | Hits:

[JSP/Javahjblong

Description: 。支持各种操作系统(windows, Linux, Unix),或租用java空间 2。各种数据库(MySQL, SQL SERVER, Oracle, DB2)。 3。应用服务器Tomcat. Resin, WEBsphere, WEB Logic. 系统功能介绍: 1。播客节目发布管理系统 2。文件管理 3。个性化模版定义功能。可以定制你喜欢的网站风格和样式 4。完全支持RSS订阅,可以兼容iPod+iTunes 5。内置Flash多媒体播放器 6。手机格式(3gp)文件转换 7。论坛 8。标签 9。站内检索功能 10。留言言评论管理 11。节目投票系统 12。用户管理系统 13。防盗链插件 -. Supports a variety of operating systems (windows, Linux, Unix), or rent java space 2. Various databases (MySQL, SQL SERVER, Oracle, DB2). 3. Application server Tomcat. Resin, WEBsphere, WEB Logic. System Features: 1. Podcast Management System Release 2. File Manager 3. Personalized template function definition. Can be customized website you like the style and the style 4. Full support for RSS subscriptions, can be compatible with iPod+ iTunes 5. Flash multimedia player with built-6. Phone format (3gp) file conversion 7. Forum 8. Tags 9. Search function 10. Comments made by the management of 11 messages. 12 shows the voting system. User management system 13. Anti-navigating to www.sina.com.cn. plug-ins
Platform: | Size: 145408 | Author: 小阳 | Hits:

[Embeded LinuxSIM5218_driver_linux2_6_16_134_rar

Description: simcom5218 3G模块 linux-2.6.16.13下的驱动-simcom5218 3G module linux-2.6.16.13 driving under the
Platform: | Size: 26624 | Author: 韩诚 | Hits:

[Linux-Unixstl

Description: 选择一个操作系统环境(Linux或者Windows),编制TCP/IP通信程序,完成一定的通信功能。例如:可以编一个程序和Unix的系统服务进行通信,如daytime(port 13)、echo(port7)服务等;或者两人talk,使用TCP/IP协议进行相互直接的发送和接收等。-Select an operating system environment (Linux or Windows), the preparation of TCP/IP communication process, the completion of certain communications. For example: you can compile a program and the Unix system services to communicate, such as daytime (port 13), echo (port7) services or two people talk, use the TCP/IP protocol to send and receive each other directly.
Platform: | Size: 1024 | Author: mars | Hits:

[Linux-Unixstepmotordriver

Description: 该程序是一个基于s3c2440的步进电机驱动程序和测试程序,编译内核版本为linux-2.6.13。-The program is a stepping motor based s3c2440 drivers and test program, compile the kernel version is linux-2.6.13.
Platform: | Size: 9216 | Author: 郑道宝 | Hits:

[Linux-UnixLinux-Kernel-Development

Description: Unix 内核开发, 目录如下: Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting Started with the Kernel 11 3 Process Management 23 4 Process Scheduling 41 5 System Calls 69 6 Kernel Data Structures 85 7 Interrupts and Interrupt Handlers 113 8 Bottom Halves and Deferring Work 133 9 An Introduction to Kernel Synchronization 161 10 Kernel Synchronization Methods 175 11 Timers and Time Management 207 12 Memory Management 231 13 The Virtual Filesystem 261 14 The Block I/O Layer 289 15 The Process Address Space 305 16 The Page Cache and Page Writeback 323 17 Devices and Modules 337 18 Debugging 363 19 Portability 379 20 Patches, Hacking, and the Community 395 Bibliography 407 Index 4-Unix 内核开发, 目录如下: Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting Started with the Kernel 11 3 Process Management 23 4 Process Scheduling 41 5 System Calls 69 6 Kernel Data Structures 85 7 Interrupts and Interrupt Handlers 113 8 Bottom Halves and Deferring Work 133 9 An Introduction to Kernel Synchronization 161 10 Kernel Synchronization Methods 175 11 Timers and Time Management 207 12 Memory Management 231 13 The Virtual Filesystem 261 14 The Block I/O Layer 289 15 The Process Address Space 305 16 The Page Cache and Page Writeback 323 17 Devices and Modules 337 18 Debugging 363 19 Portability 379 20 Patches, Hacking, and the Community 395 Bibliography 407 Index 411
Platform: | Size: 1929216 | Author: ziv.han | Hits:

[Linux-Unixinotify

Description: 本应用核心功能为监控系统给定目录下的文件变化情况。实现该项功能可以利用 Linux 2.6.13内核中新引入的文件系统变化通知机制inotify实现-Application of the core functions of the monitoring system files under the given directory changes. The realization of the Linux 2.6.13 kernel function that can be introduced in the new file system change notification mechanism to implement inotify
Platform: | Size: 168960 | Author: 吴香 | Hits:

[Linux-UnixLinux-driver-development13

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第13章、Linux块设备驱动。块设备是与字符设备并列的概念,这两类设备在Linux中驱动的结构有较大差异,总体而言,块设备驱动比字符设备驱动要复杂得多,在I/O操作上表现出极大的不同,缓冲、I/O调度、请求队列等都是与块设备驱动相关的概念。本章将详细讲解Linux块设备驱动的编程方法。13.1节讲解块设备I/O操作的特点,分析字符设备与块设备在I/O操作上的差异。13.2节从整体上描述Linux块设备驱动的结构,分析主要的数据结构、函数及其关系。13.3~13.5节分别讲解块设备驱动模块加载与卸载、打开与释放和ioctl()函数。13.6节非常重要,讲述了块设备I/O操作所依赖的请求队列的概念及用法。13.2节与13.3~13.6节是整体与部分的关系,13.2~13.6节与13.7节是迭代递进的关系。13.7节在13.1~13.6节讲解内容的基础上,总结Linux下块设备的读写流程,而13.7节则讲解了块设备驱动的具体实例,即RamDisk的驱动。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 13, Linux piece of device drivers. Piece of equipment is the concept of equipment and characters are, these two types of equipment in the structure of the drive in Linux have bigger difference, overall, piece of equipment than character device drivers drive is much more complex, in the I/O operation borrows great different, buffer, I/O operation, request queuing is of the device driver related concepts. This chapter will be explained Linux piece of equipment of the driver programming. Section 13.1 explain piece of equipment I/O operation, the characteristics of the character device and piece of equipment analysis in the I/O operation differences. Section 13.2 from the whole description of Linux device drivers, analysis of the main structure of the data structure, function and its relationship. 13.3 ~ 13.5 respectively of asher. Explain
Platform: | Size: 645120 | Author: 华清远见 | Hits:

[Linux-UnixlinuxCiso

Description: linux C程序基础与实例讲解---随书光盘。 其中源代码共大家学习借鉴。 包含 main.c mytool1 .h mytool2.c mytool2.h makefile 实例3-1.c 实例3-2.c 实例3-3.c 实例4-1.c 实例5 -2.c 实例5-3.c 实例5-4.c 实例5-5.c 实例5-6.c 实例5-7.c 实例5-8.c 实例5-9.c 实例5-10.c 实例5-11.c 实例5-12.c 实例5-13.c 等-linux C code base and examples to explain--- CD with the book. One of us learn from the source code. Contains main.c mytool1.c mytool1.h mytool2.c mytool2.h makefile example 3-1.c instance 3-2.c Example 3-3.c Example 4-1.c instance 5-1.c instance 5-- Example 5-3.c 2.c Example 5-4.c instance 5-5.c instance 5-6.c instance 5-7.c instance 5-8.c instance 5-9.c examples 5-10. c Example 5-11.c instance 5-12.c instance 5-13.c etc.
Platform: | Size: 677888 | Author: 张彭 | Hits:

[Driver Develop8250_13

Description: linux 2.6.13内核版本上的com驱动,可以深刻学习com驱动的编写!-linux serial COM driver code 8250.c
Platform: | Size: 19456 | Author: zjbhuxian | Hits:

[OtherThe-Tiny6410-Linux-Development-Guide

Description: Tiny6410 Linux开发指南,友善之臂一款tiny6410的开发板,随板自带的文档 帮助爱好者更好的自学。文档内容如下:1.1 初试Linux之图形界面Qtopia-2.2.0,Qtopia4和QtE-4.7.0系统 1.2 通过串口终端操作开发板 1.3 安装并设置Fedora9 1.4 解压安装源代码及其他工具 1.5 配置和编译U-boot 1.6 配置和编译内核(Kernel) 1.7 配置和编译busybox 1.8 制作目标板文件系统映象 1.9 嵌入式Linux应用程序示例 1.10嵌入式Linux驱动程序示例 1.11 编译Qtopia-2.2.0 1.12 编译QtE-4.7.0 1.13 编译Qtopia4(Qt-Extended-4.4.3) 1.14 选择哪个版本的Qt进行开发 操作和介绍很清晰,便于嵌入式学习者使用。-The Tiny6410 Linux Development Guide, the friendliness arm a tiny6410 development board, documentation that comes with the board to help enthusiasts better self-learning. The document reads as follows: 1.1 first test of the graphical interface of Linux Qtopia-2.2.0 Qtopia4 QtE-4.7.0 system 1.2 development board through the serial port terminal operations 1.3 Installation and set-extracting install the source code and other tools Fedora9 1.4 1.5 configure and compile U- boot 1.6 configure and compile the kernel (Kernel) 1.7 configuration and compile busybox 1.8 production target board file system image 1.9 embedded Linux application example of 1.10 embedded Linux driver example 1.11 compile Qtopia-2.2.0 1.12 compiled QtE-4.7.0 1.13 compiled Qtopia4 (Qt-Extended-4.4.3) 1.14 very clear and easy to choose which version of Qt development operations and introduce embedded learner.
Platform: | Size: 5737472 | Author: 杨洋 | Hits:

[Delphi VCLFAR4.13FS

Description: FastReport Enterprise 4.13.1 VCL Full Source-version 4.13 --------------- + Added Lazarus Beta support starts from Fast Report Professionnal edition. Current version allows preview, print and design report template under Windows and Linux platform (qt). + Added Embarcadero RAD Studio XE3 support - fixed compatibility with Fast Report FMX installed in the same IDE. This version can co exist with Fast Report FMX version at the same time. + published "Quality" property of TfrxPDFExport object + published "UseMAPI" property of TfrxExportMail object + published "PictureType" property to ODF export - fixed bug with expressions in RichEdit - fixed bug in multi-column reports - fixed exception in the report designer - fixed bug with URLs in Open Document Text and Open Document Spreadsheet exports - fixed format string in XLS OLE export - fixed format string in XLS BIFF8 export - fixed output of the check boxes on the highlighted lines in PDF export - fixed bug with PDF anchors - fixed bug when using two or
Platform: | Size: 9650176 | Author: hellowangyi | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net