搜索资源列表
WS430Linux
- 微芯力公司开发的WS430开发板的说明手册。Linux 程序开发基础篇......................................................3 第一章 硬件准备.....................................................................................................................3 第二章 运行Linux 操作系统下的例程........
bianchenguifan
- 关于测试流程与相应规范的简单文档。 可以作为快速入门参考使用。-on testing process with the corresponding norms of simple document. Quick Start can be used as reference.
vxworksbspdisign
- vxworks bsp制作概要 要了解vxworks BSP的制作,首先要对vxworks的启动过程有个大体的了解,下面我们从vxworks的启动过程开始介绍。-vxworks bsp outline produced vxworks BSP to understand the production, First to start the process vxworks a general understanding, Below we vxworks the startup proces
ARM_boot_design_doc
- ARM 启动代码说明文档。该文中阐述了ARM启动过程,以及启动过程中ARM初始化的作用。-ARM bootcode documentation. The article described the ARM startup process, and start the process of ARM initialization role.
S3C2410_quickboot
- 嵌入式系统ARM9——S3C2410快速启动的实现过程说明-ARM9 Embedded System -- S3C2410 Quick Start Implementation process shows
Bootloader_study
- 介绍bootloader的基本原理,详细分析bootloader的启动加载过程和实现的功能描述-introduced to the basic principles Bootloader detailed analysis of the start loading process and the achievement of the functional descr iption
Qualcomm_power_on_prg
- 本文试图通过代码来深入剖析Qualcomm手机开机的整个过程,即从按下开机键一直到出现待机界面,Qualcomm的手机软件在整个流程中究竟完成了哪些工作-This paper attempts to in-depth analysis through code Qualcomm phones start the entire process, from pressing the start button until the standby interface appears, Qualcomm'
ARM_philips_LPC2xxx_bolt
- 这是ARM philips lpc2xx系列启动代码的详细分析,可以帮助开发次系列芯片的朋友,理解启动过程!-This is a series of ARM philips lpc2xx start a detailed analysis of code can help the development of sub-series chip friends, to understand the boot process!
1
- 这个程序是97年Mekka ’97 4K Intro比赛的一等奖作品,汇编语言所写。整个程序全长4095字节, 生成.com程序只有4K,可是却实现了3D动画的效果,还有一段背景音乐!画面是游戏天旋地转的一个场景! 1)把下面的代码粘贴到记事本里面,另存为 1.txt 文档。 2)在命令行窗口下(在开始→运行→cmd),进入文档所存盘符,输入debug<1.txt,就出现标准的三维空间动画和音乐了。悍啊.... 大家可以试一下,绝非病毒敬请放心。-This proced
ff
- 基于距离变换的多尺度连通骨架算法,本文提出一种新型骨架算法 ,在图形内根据距 离变换的约束 ,由骨架种子点开始以单像素宽度逐点生长出各骨架分支 ,逐点生长保证了连通性.实验证明该算法 的骨架生长过程是骨架由粗到精的演变过程 ,能够方便地实现骨架的多尺度控制.-Distance transform based on multi-scale skeleton connectivity algorithm, this paper presents a new type of skeleton
BusinessSiteStudy
- 本网上书店系统是基于集中统一规划的数据库数据管理新模式设计的。在对书本、用户、订单、管理员信息的管理,其实是对书本、用户、订单、管理员数据的管理。它的开发过程也就是多层分布式应用程序的创建过程,其中包括:数据层、中间层、表示层,开发多层分布式应用程序的一个可能的方案是一次创建一层,多半是从数据层开始,然后移到中间层业务规则对象,最后创建用户界面层。-The online bookstore system is based on the centralized and unified planni
Refactoring-Chinese
- 《重构[改善既有代码的设计中文版]/软件工程系列》中文版,侯捷等译,Martin Fowler和本书另几位作者清楚揭示了重构过程,他们为面向对象软件开发所做的贡献,难以衡量。本书解释重构的原理(principles)和最佳实践方式(best practices),并指出何时何地你应该开始挖掘你的代码以求改善。本书的核心是一份完整的重构名录(catalog of refactoring),其中每一项都介绍一种经过实证的代码变换手法(code transformation)的动机和技术。-"
ProcessTime_src
- 该工具来自 codeproject,使用 PSAPI 获取内核模式和用户模式进程并将用户模式进程的启动时间和结束时间记入日志。本文工具程序名为 ProcessTime。运行程序后,它启动一个线程,该线程在后台执行每隔一定时间监控是否有新启动进程或退出进程。 象。-The instrument from codeproject, use PSAPI access to kernel mode and user mode processes and user-mode process start
1[1].6
- 架设关键部分开始了。点击开始——程序,选择PostgreSQL 8.2,打开pgAdmin III软件,也就是你安装的PostgreSQL 8.2数据库软件。点 击档案选项,点击“新增服务器”。在出现的新增服务器登陆界面中,名称填写“postgres”,主机填写“127.0.0.1”,用户名填写 “postgres”,密码填写“postgres”。这个用户名和密码就是安装PostgreSQL 8.2时让你默认的那个用户名和密码,如果你安装PostgreSQL-Set up a
softdesign
- 软件开发计划书模版分需求,设计,开始,后期 4个部分 贯穿整个开发流程 -Software development plan template at the demand, design, start late throughout the four parts of development process
software
- 软件工程起步,适用于初学者,介绍软件开发的过程-Software Engineering start for beginners, introducing the process of software development
LINUXkerneldesign
- 内核启动过程-PXA255.pdf,难得的好书,请多多支持!-Start the process of core-PXA255.pdf, rare books, please support!
android_daemon
- 使用C语言编写了一个守护进程程序,先令其在Ubuntu中实现开机自启动。然后又将其移到Android中,并在Android中也实现了守护进程开机自启动。-The use of C language, a daemon process, start to realize it in the Ubuntu boot from the start. Then move it in Android, and Android is also a guardian of the process of boo
E02-StartStopProcess
- 程序进程的启动和停止 程序进程的启动和停止程序进程的启动和停止-start and stop Process start and stop Process start and stop Process
DESCRIPTION-PROCESS
- In this project we are making one cloud computing secure storage using networking concept, in this we have three modules-1.TPA(third party authentication),2.different cloud for using the services and 3.client to use the service cloud. We are going to