Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux-0.11
Search - linux-0.11 - List
格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 这是“格子模型”的并行处理,在LINUX下调试通过-lattice Boltzmann method lattice Boltzmann method is to retain the lattice gas automata the advantages and overcome its shortcomings and develop ways. In particular, in 1992, Qian Yue Wong Chan 11 the pioneering work (proposed Computational Model), the approach to the wider application of computational fluid dynamics (single-phase flow, multiphase flow, flow in porous media, thermal convection, MHD, the reaction - diffusion, etc.). This is the "lattice model" of parallel processing, the adoption of Linux Debugging
Update : 2008-10-13 Size : 17955 Publisher : 张翟

第一部分 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
Update : 2010-11-08 Size : 13578541 Publisher : pumaxy

DL : 0
This software aims to create an applet and panel tools to manage a wireless interface card, such as IEEE 802.11 cards. The development will focus on Linux, as this is the most accessible platform, but will expand as we get access to more platforms
Update : 2024-05-18 Size : 2112512 Publisher : 陈新

DL : 0
XMail version 0.39是个邮件服务器软件,具有如下功能: 1) SMTP 服务器 2) POP3 服务器 3) Finger 服务器 4) 多域名 5) 用户不需要实际的系统帐号 6) SMTP 中继检查 7) SMTP RBL 映象检查 (rbl.maps.vix.com) 8) SMTP RSS 映象检查 (relays.mail-abuse.org) 9) SMTP 垃圾邮件拒绝 10) 带外部POP帐号的POP3帐号同步器 11) 别名 12) 邮递表 13) 顾客邮件处理 14) 远程管理 15) 客户邮件交换 16) 记录日志 17) 多平台 [系统需求] Linux操作系统 或Windows NT,且ws2_32.dll 已经安装。具有连接到因特网的DNS和网关。为了在Linux下编译,你需要安装gcc和libc或glibc, 为了在Windows下编译,你需要MS Visual C++ (我就是用它来编译的),或其它支持Win32 SDK的编译器。 [编译和配置] 详见英文readme.txt。-err
Update : 2024-05-18 Size : 193536 Publisher : 李建

DL : 0
类似Linux操作系统0.11版文件系统的文件系统设计和Windows下的操作程序,使用文件作为虚拟磁盘。-similar to the Linux operating system version 0.11 of documentation systems design and Windows the procedure, the use of paper as a virtual disk.
Update : 2024-05-18 Size : 2507776 Publisher :

0。11版linux代码,对学习linux和提高c语言有帮助-0. 11 version of Linux code, to learn and improve linux c language help
Update : 2024-05-18 Size : 109568 Publisher : shuaijinyu

DL : 0
gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz-gcclibThis gcc 1.40 suits for Linux kernel 0.11- 0.95Installtion hints----------------- This suit contains include.taz, local.taz and this README file.You must download the bootimage and rootimage and install them first.The include.taz contains all the include files for using with gcc 1.40.The local.taz contains all the gcc tools
Update : 2024-05-18 Size : 621568 Publisher : xxxxxu

linux下使用video4Linx提供的API函数采集图像的源代码-video4Linx under linux using the API function to provide the source code of the image acquisition
Update : 2024-05-18 Size : 168960 Publisher : xudonghai

This is a very quick port of irdadump from Linux irda-utils-0.9.16. It requires various DLLs (iconv, libglib) which were downloaded ready-compiled from sites on the internet, and are included here also. -This is a very quick port of irdadump from Linux irda-utils-0.9.16. It requires various DLLs (iconv, libglib) which were downloaded ready-compiled from sites on the internet, and are included here also.
Update : 2024-05-18 Size : 7797760 Publisher : Anna

LibLand万能摄像头驱动For Linux 0.60.00-1版驱动支持2.6.11以下核心版本的Linux系统……1.00.18版驱动支持2.6.11及其以上核心版本的Linux系统-LibLand Universal Camera Driver For Linux 0.60.00-1 version 2.6.11 driver supports the following core version of the Linux system ... ... 1.00.18 driver support for 2.6.11 and above version of the core version of the Linux system
Update : 2024-05-18 Size : 428032 Publisher : xiujin

DL : 0
该文件是关于Linux 1.0版本的文件,详细介绍了相关内容,希望对大家有帮助!-The document is about Linux 1.0 documents, details of relevant content, we want to help!
Update : 2024-05-18 Size : 285696 Publisher : xiao li

DL : 0
C++写的一个简单的嵌入式文件系统 以及0.11版本的linux源代码-C++ to write a simple file system and embedded linux source code version 0.11
Update : 2024-05-18 Size : 440320 Publisher : seaow

Linux内核源代码,0.11版的,是你学习LIUNX的不错选择-Linux kernel source code, version 0.11 is a good choice you learn LIUNX
Update : 2024-05-18 Size : 287744 Publisher : junko

IPMI 是一种可扩展的标准,它定义了如何监控硬件和传感器、控制系统部件以及记录重大事件,随着 ipmi 技术在服务器中的应用,利用 ipmi 的众多优势就成为服务器管理特别是集群管理中不可缺少的部分。本文首先介绍了 ipmi 的一些基本概念,然后给出了如何利用 ipmitool 这一工具实现 linux 系统中ipmi 管理的具体步骤和方法。-IPMItool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface (IPMI) version 1.5 and version 2.0 specifications. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS. The service processor (or Baseboard Management Controller, BMC) is the brain behind platform management and its primary purpose is to handle the autonomous sensor monitoring and event logging features.
Update : 2024-05-18 Size : 813056 Publisher : sunxiangyu

往Qtopia中安装应用程序,Qtopia是基于Qt的一个桌面程序,往其中安装应用程序需要一个桌面文件,以及相应的可执行文件。 RedHat Linux 9.0操作系统,嵌入式Linux开发环境(含Qt/e和Qtopia)-To install the Qtopia application, Qtopia is based on Qt' s a desktop program, to which the application needs to install a desktop file, and the corresponding executable file.
Update : 2024-05-18 Size : 496640 Publisher : 刘剑轩

这是一个开源的,基于linux的虚拟机管理平台(virtual-machine manager-system)
Update : 2024-05-18 Size : 2995200 Publisher : 蒙面佐罗

OtherAs
DL : 0
complete assignments for graduates in image processing
Update : 2024-05-18 Size : 1099776 Publisher : aaju

适合于初学者。里面精讲了很多的案例,非常的有用(Suitable for beginners. There are a lot of cases, very useful)
Update : 2024-05-18 Size : 133120 Publisher : shmtuec9

此库通过标准C编写,提供IEC61850的MMS协议实现的最新版ED2,兼容大多数ED1;它也提供变电站内的GOOSE通信。这个项目的目标是提供一个实现,并且这个实现非常的轻便,可以运行在嵌入式系统和小型控制器上。它还提供了很多简单的例子,可以作为我们自己的程序的开始点。 如下特性被支持: 1 ISO全协议的TCP/IP 2 静态生成IED模型,是靠SCL文件,通过C代码生成 3 动态生成IED模型,是通过API调用或者通过配置文件 4 关联服务(通过密码验证) 5 简单的和复杂的MMS变量读写服务 6 模型浏览服务(GetServerDirectory, GetDeviceDirectory …) 7 数据集服务,包括动态创建和删除数据集 8 IEC61850客户端和服务器API 9 简单的MMS客户端API(使用TASE.2) 10 带缓冲和不带缓冲的报告服务 11 客户端和服务器支持所有的IEC61850控制模型 12 GOOSE发送方和接收方代码可以单独使用 13 硬件提取层和执行可以在Linux和WIN32下 14 转变工具可以将SCL文件转成静态IED模型 15 转变工具可以将SCL文件转变为服务器配置文件 16 文件目录浏览和文件读服务(This library provides an implementation of IEC61850 on top of the MMS (Manufacturing Message Specification) protocol in standard C. It also provides support for intra-substation communication via GOOSE. The goal of this project is to provide an implementation that is very portable and can run on embedded systems and micro-controllers. Also provided is a set of simple examples that can be used as a starting point for own applications. The library also contains a .NET wrapper to allow the library to be used easily in high-level languages like C#. This implementation runs on embedded systems, embedded Linux systems as well as on desktop computers running Linux, Windows or MacOS.)
Update : 2024-05-18 Size : 1156096 Publisher : wishfj

mysql4.1.13
Update : 2024-05-18 Size : 110592 Publisher : 九洲联盟
« 1 2 ... 37 38 39 40 41 4243 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.