Welcome![Sign In][Sign Up]
Location:
Search - 2.7 build 3

Search list

[MultiLanguage4016

Description: 主要功能: 1. 多浏览器兼容,能够很好得兼容Mozilla,IE等浏览器 2. 功能强大的文章编辑器,同时兼容两种编辑方式,在线编辑器采用FckEditor. 3. PJBlog2采用的UBB编辑器由Blog作者独立开发,支持自定义面板和CSS,自带HTML转换UBB代码功能 4. 自定义模块,可以自己修改页面上的的布局,让不懂制作网页的用户也能自己增加和修改页面上的版块 5. Skin功能,随时可以给自己的Blog换上新的CSS样式界面 6. 自定义分类,可以同时定制外部连接分类和Blog内置分类,可以自定义分类显示的位置,由用户自己定义顶部导航条和侧边导航条 7. 权限分组,管理员还可以对每个分组成员指定上传文件的权限等等 8. Blog数据采用缓存方式保存,减轻服务器负担和增加运行速度 9. 用户密码用SHA1算法加密 2.7 build 05 修复说明: 修正2.7 Build04以前版本中存在的SQL注入漏洞,建议用户升级。用户名:admin 密码:admin
Platform: | Size: 345126 | Author: zxling | Hits:

[DocumentsARM嵌入式WINCE实践教程

Description: 密码:xk ARM 嵌入式 WINDOWS CE 实践教程》是 ARM 嵌入式技术 系列教程之一。该教程教材采用华中科技大学和武汉创维特信息技 术有限公司联合研制的 JXARM9-2410 嵌入式教学实验系统作为教 学实践平台。 Windows CE 嵌入式操作系统是目前嵌入式主流操作系统之一, 它以超强的性能、友好的 Windows 人机界面以及标准化、可视化的 软件开发过程被越来越多地使用在手机、PDA 等产品中,本书结合 ARM9 嵌入式处理器的特点,介绍了在其上进行 Windows CE 开发 的过程和方法。 本书详细地讲解了 Windows CE BSP 开发平台 Platform Build 4.2 的建立过程、Windows CE BSP 板级支持包的开发、驱动程序的设计 以及基于 Embedded Visual C++嵌入式 Windows CE 应用程序的设计 和开发等,内容覆盖 Windows CE 开发的全过程,它不仅可以作为 嵌入式 Windows CE 开发的初学者作为实践教程,而且对于 Windows CE 开发人员也有一定的参考价值。
Platform: | Size: 5855954 | Author: oskycar | Hits:

[Embeded Linuxsmp86xx_rootfs.tar.bz2

Description:

 sigma smp8634/8635 toolchain rootfs building source.

=================

Readme.txt

=================

 

This is the Sigma Designs customization of the root file system for the

SMP86xx family of chips.

 

This package is of course heavily depending on the toolchain and kernel

packages.

 

Quick HOW-TO

============

a) You need to have a working toolchain package. Once you have built your 

   toolchain, be sure to source toolchain-path.env. This is required for you to

   be able to build the rootfs package.

b) Untar the rootfs package.

c) First, configure your root file system: 'make menuconfig'. All the options 

   in the configuration menus have detailed help. Once you are satisfied with

   your choice of options, exit and save the configuration.

d) If you are using the toolchain composed of gcc 3.4.2, binutils 2.15.91.0.2,

   and uClibc 0.9.27 (defined in the toolchain package) then you must select

   Busybox 1.00 from the 'Package Selection for the target --->' menu.

   If on the other hand you are using the toolchain composed of gcc 4.0.4,

   binutils 2.17, and uClibc 0.9.28.3 then you must select Busybox 1.5 from

   the 'Package Selection for the target --->' menu.

e) If you chose to customize your root file system (option 'customize' in

   submenu 'Package Selection for the target'), be sure to prepare your custom

   files now.

f) Run 'make' to produce your root file system.

 

IMPORTANT NOTE: as of this release, the only supported option in the 'Target 

Options' menu is 'cramfs root filesystem for the target device' (with all its

suboptions). Any other option is currently unsupported and some are known to

not work.

 

Once you are through with step e), your root file system is available in the

main directory of the package as 'root_fs_mipsel.cramfs'.

 

Note about the integration with the toolchain and the kernel source packages

============================================================================

The rootfs package is now integrated with the toolchain package and the 

kernel source package and is able to interact with them in the following

ways:

 

 a) it can grab the necessary runtime libraries from the toolchain package.

 b) it can receive the kernel modules and support files from the kernel source

    package.

 c) the kernel source package can use the produced rootfs image for its initial

    RAM disk.

 

For interaction a) to take place, the SMP86XX_TOOLCHAIN_PATH environment 

variable must be defined and it must point to the main directory of the 

produced toolchain. The easiest way to achieve that is by sourcing the

'toolchain-path.env' environment file after it is produced at the end of the

toolchain production.

 

Note that defining SMP86XX_TOOLCHAIN_PATH is not optional. The build will not

go through unless the environment variable is defined and points to a correct

location. This is because, even if the build went through, the resulting root

file system would be unusable as it would not provide *any* run time library.

 

For interactions b) and c) to take place, the SMP86XX_ROOTFS_PATH environment

variable must be defined and must point to the main directory of the rootfs

package. The easiest way to achieve that is by sourcing the 'rootfs-path.env'

environment file after it is produced, right after your run 'make' or 

'make menuconfig' for the first time.

 

When SMP86XX_ROOTFS_PATH is defined and points to a valid location, the kernel

source package is able to:

 

 b) install its modules to the correct location under the customization 

    directory ('package/customize/source') in the rootfs package. In order to

    then make sure the modules end up in the produced rootfs image, you must

    select the 'customize' option under the 'Package Selection for the target'

    menu in 'make menuconfig'.

 c) grab the produced rootfs image (root_fs_mipsel.cramfs) and use it for its

    initial RAM disk.

 

Thus, in order to produce a rootfs holding the kernel modules and use it as the

kernel initial RAM disk, you need to go through the following steps in order

(note: this is convoluted):

 1) optionally build the toolchain (or use an existing one, more recent than

    2.6.90.0)

 2) source toolchain-path.env in the toolchain package directory

 3) configure the rootfs package with the 'customize' option on in the

    'Package Selection for the target' menu

 4) source 'rootfs-path.env' in the rootfs package directory

 5) configure the kernel, review what is configured as modules, 'make dep'

 6) 'make modules' in the kernel source directory

 7) the 'modules_install' target for the kernel needs that the system map be

    already produced. In order to achieve that, build a first version of the

    kernel: 'make vmlinux'

 8) 'make modules_install' in the kernel source directory. The modules are now

    installed in the rootfs package customization directory.

 9) 'make' in the rootfs package directory. You have now produced a rootfs 

    image holding the kernel modules.

10) 'make' in the kernel source directory. You have now produced a linux ZBF

    image with an initrd holding the kernel modules.

    

Coming features

===============

N/A

 

Troubleshooting

===============

a) when building the cramfs utility tool, the compiler complains that it can't

   find 'zlib.h' or '-lz'.

 

   You need to have the development version of zlib installed on your system.

   How to do that depends on your distribution.

 

 


Platform: | Size: 234248 | Author: mattli001 | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C44B0X例子程序1

Description: 5 ledblink -- 跑马灯程序 该项目在SDT2.51下编译调试。最简单的demo程序,运行后3个发光二极管轮流点亮。 6 timerint -- 定时器中断demo程序 该项目在SDT2.51下编译调试。将子目录timerint拷贝到c:\ 下。 该demo程序的主程序是while空循环,定时器中断服务程序每500ms将3个LED反相。 在57600超级终端里也可以看到中断发生时的信息。 7 uart -- 串口测试程序 该项目在SDT2.51下编译调试。运行后在57600的超级终端里等待PC键盘的输入,当按下 a 或 b 或 c 按键时,超级终端里将显示 You Pressed a ,You Pressed b ,You Pressed c . -5 ledblink-- 5,250 procedures for the project under the Build SDT2.51 debugging. The most simple demo, the running after three LED lights rotation. 6 timerint-- timer interruption demo procedures of the project under the Build SDT2.51 debugging. Will subdirectory timerint copy of the c : \ under. The demo procedures while the main program is empty circle, the timer interruption of services in each of 500ms to RP-3 LED. The Super Terminal Lane 57600 can be seen at the time of the interruption information. 7 UART-- Serial testing procedures of the project under the Build SDT2.51 debugging. After running in the Super Terminal 57,600 awaiting the PC keyboard input, or when pressing a button b or c, Super Terminal Lane will be a show Pressed You, You Pressed b, You Pressed c.
Platform: | Size: 249856 | Author: 张淼林 | Hits:

[Chess Poker gameswuzq

Description: 特别提示: 不要使用TC编译,因为TC最多只能编译2000行,而本程序有2500行,推荐使用工具Win-Tc。 程序写的比较仓促,bug很多在所难免,还望大家批评指正。 真诚的希望能和大家相互交流,共同提高。 去年暑假,本人闲来无聊写了一个C语言图形模式下的五子棋游戏,有如下功能: 1.使用鼠标控制 2.能够实现人机对战,并判断胜负 3.能够保存棋局和玩家所走的每一步,并且可以按步骤还原棋局 4.玩家能够悔棋、和棋、认输 5.保存每一个玩家的分数到一个文件中,可随时查看。 大概写了2500行,很多难点基本上都是靠自己琢磨的,比如判断胜负、人机对战、悔棋、还原棋局等等,由于本人五子棋水平低劣,所以写出的电脑的IQ也不高,大家可以尽情蹂躏。最后给大家一句忠告——别人的代码是可以看的,但课程设计还是要自己做的! E-mail:zhongnanlifan@163.com 李凡 中南大学 计算机0304 程序写于2004.7.10 -Special Tip : Do not use TC compiler, as TC can only build up to 2,000 firms while the procedures are 2,500 firms use the tools Win- Tc. The procedure was relatively short, and many bug unavoidable, we also look criticized correct. A sincere hope that you will share together. Last summer, leisure, I wrote a boring C language graphics mode of 331 games, has the following functions : 1. use the mouse to control two. to achieve human-machine players, judge and 3 victory. to preserve and chess players are taking every step steps can be reduced by four chess game. players can he never cheat in spain, a draw in chess. Lose 5. every player kept the score to a document, they can always check. Writing about the 2500 trip, many difficulties are basically on their own pondering, for instance, to jud
Platform: | Size: 57344 | Author: 李凡 | Hits:

[Driver DevelopWindows2000prtdrv

Description: W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Support just one page size, A4 * Support two resolutions, 200 x 200 and 100 x 100 dpi * Support two color mode, color(24bpp) and monochrom * Support halftoning in monochromatic mode * Support color identifying(7 colors) * Support type identifying(3 types) ... Usage ===== * 在monochromatic mode下,可以通过设置黑色的输出类型来控制输出 * 在color mode下,可以通过设置各个颜色的输出类型来控制输出,7种 颜色以外的颜色都作为黑色来识别 * 在输出多页文件时,可以分别指定每页的输出文件名,也可以使用自动 添加页号的功能 ... Known Problems ============== Developer Notes =============== * 在windows ddk 命令行环境下编译 参考步骤: 1. 将W2kPrintDrv解压至DDK安装目录 2. 执行“开始”菜单->Developement Kits->Windows 2000 DDK->Checked Build Enviroment 3. 在命令行环境输入 > cd W2kPrintDrv > build Author ====== terrificskyfox <terrificskyfox@yahoo.com.cn>-err
Platform: | Size: 88064 | Author: 小亮 | Hits:

[Game Server SimulatorStoneage

Description: 石器时代7.5服务端完整代码.编译环境RH9,GCC 3-Stone Age 7.5 server-side integrity code. Build environment RH9, GCC 3
Platform: | Size: 17735680 | Author: 和平 | Hits:

[MultiLanguage4016

Description: 主要功能: 1. 多浏览器兼容,能够很好得兼容Mozilla,IE等浏览器 2. 功能强大的文章编辑器,同时兼容两种编辑方式,在线编辑器采用FckEditor. 3. PJBlog2采用的UBB编辑器由Blog作者独立开发,支持自定义面板和CSS,自带HTML转换UBB代码功能 4. 自定义模块,可以自己修改页面上的的布局,让不懂制作网页的用户也能自己增加和修改页面上的版块 5. Skin功能,随时可以给自己的Blog换上新的CSS样式界面 6. 自定义分类,可以同时定制外部连接分类和Blog内置分类,可以自定义分类显示的位置,由用户自己定义顶部导航条和侧边导航条 7. 权限分组,管理员还可以对每个分组成员指定上传文件的权限等等 8. Blog数据采用缓存方式保存,减轻服务器负担和增加运行速度 9. 用户密码用SHA1算法加密 2.7 build 05 修复说明: 修正2.7 Build04以前版本中存在的SQL注入漏洞,建议用户升级。用户名:admin 密码:admin-err
Platform: | Size: 345088 | Author: zxling | Hits:

[Delphi VCLics

Description: .\ Info directory .\delphi\internet Delphi sample applications (all Delphi versions) .\cpp\internet C++Builder sample applications .\cpp\internet\bcb1 C++Builder version 1 projects .\cpp\internet\bcb3 C++Builder version 3 projects .\cpp\internet\bcb4 C++Builder version 4 projects .\cpp\internet\bcb5 C++Builder version 5 projects .\cpp\internet\bcb6 C++Builder version 6 projects .\delphi\vc Delphi 1.x files (winsock.pas 16 bits and *.dcr) .\delphi\vc32 Delphi (1/2/3/4/5/6/7) and C++Builder (1/3/4/5/6) components .\Delphi1 Automated build for Delphi 1. Not for beginners. .\Delphi2 Automated build for Delphi 2. Not for beginners. .\Delphi3 Automated build for Delphi 3. Not for beginners. .\bcb1 Automated build for Bcb 1. Not for beginners.-. Info directory.delphiinternet Delphi sample applications (all Delphi versions). Cppinternet C++ Builder sample applications.cppinternet cb1 C++ Builder version 1 projects.cppinternet cb3 C++ Builder version 3 projects.cppinternet cb4 C+ 2B ! Builder version 4 projects.cppinternet cb5 C++ Builder version 5 projects.cppinternet cb6 C++ Builder version 6 projects.delphivc Delphi 1.x files (winsock.pas 16 bits and*. dcr). delphivc32 Delphi (1/2/3/4/5/6/7) and C++ Builder (1/3/4/5/6) components.Delphi1 Automated build for Delphi 1. Not for beginners .. Delphi2 Automated build for Delphi 2 . Not for beginners .. Delphi3 Automated build for Delphi 3. Not for beginners .. cb1 Automated build for Bcb 1. Not for beginners.
Platform: | Size: 1179648 | Author: qmxin | Hits:

[Communication-MobileQPST_v2.7_Build_301

Description: QPST Tool Kit for CDMA Cell phone modification
Platform: | Size: 8085504 | Author: Doug Morency | Hits:

[Driver DevelopEasySYS_src_0.3.2.6.1

Description: [mod]EasySYS 0.3.2.6 for vs2005 改了份easysys, 在sudami ,ChiChou的基础上修改. 谢谢开源~~ 修复一个VC6 + DDK2003的bug 0.3.2.6 把MyZwDriverControl.c加到的TestApp里, 现在TestApp可以自己加载/卸载sys了(exe,sys得在同一目录) 0.3.2.5 支持WDK + Vista/2008 根据(DDK + OS)选择build参数 0.3.2.4 去掉内存泄漏. 然后还改了一堆东西... 主要用于VS2005. -------------------------------- ps:启动控制台(如: Windows XP Checked Build Environment), 输入BLD,也可编译 -...
Platform: | Size: 203776 | Author: zb | Hits:

[BREWQPST_2.7_build_323

Description: QPST是一款管理CDMA手机的很好的软件,功能强大,深受DIY玩家喜爱-QPST is a very good management of CDMA mobile phone software, powerful, loved by the players DIY
Platform: | Size: 8246272 | Author: chj | Hits:

[SCMZC-51

Description: 1 闪烁一个LED灯--学习建立你的第一个工程 2 流水灯--延时 3 蜂鸣器发出报警音--声音产生实验 4 一位数码管0-9计数器--74HC164编程学习 5 用定时器控制闪烁一个LED灯--定时器 6 0-9999计数器--4位数数码管 7 按键计数器--外部中断 8 数码管时钟 9 LCM1602液晶屏显示--液晶屏 10 音阶产生器--音乐实验 11 4*4小键盘实验--键盘学习 12 写24C02--IIC总线写实验 13 读24C02--IIC总线读实验 14 万年历--DS1302 15 ADC实验1--ADC0832 --电位器实验 16 ADC实验2--ADC0832 --光敏电阻实验 17 学习板和PC通信--串口通信实验 18 按键控制继电器--工业控制实验 19 温度DS18B20 20 LCM12864液晶屏 21 红外遥控解码实验 -A blinking LED lights 1- learning to build your first project 2 water lights- latency 3, the alarm buzzer sound- the sound generation of experimental 4, 0-9, a digital counter- 74HC164 Programming Learning 5 with a flashing LED light timer control- Timer 60-9999 Counter- 4-digit LED 7 key counter- External Interrupt 8 digital clock 9 LCM1602 LCD display- LCD screen 10 scale generator- Experimental Music 11 4* 4 keypad experiment- learning the keyboard 12 Write 24C02- IIC-bus write test 13 Reading 24C02- IIC Bus Reading Experiment 14 Calendar- DS1302 15 ADC Experiment 1- ADC0832- pot experiment 16 ADC Experiment 2- ADC0832- photoresistor experiment 17 learning board and the PC Communications- Serial Communication Experiment 18 key control relay- Industrial Control Experiment 19 temperature DS18B20 20 LCM12864 LCD 21 Experimental infrared remote control decoding
Platform: | Size: 394240 | Author: 郑葡萄 | Hits:

[WEB CodeDropthings-2.7.5-src

Description: 本版本为现在dropthings的最新版本 2.7.5. Dropthings 是一个基于 Ajax 、ASP.NET 3.5 、Sliverlight、jQuery 、Linq to SQL 、Windows Workflow Foundation 等技术开发的门户平台,效果很酷。-Dropthings is a personalizable widget powered web portal that demonstrates the power of ajax and widget framework to build web 2.0 websites as well as Enterprise dashboards. It s an open source product. You can extend the fully functional site in any way you like. You can build your own widgets, besides the built in RSS, Twitter, Flickr, Weather, Stock, HTML and Static Content widgets. It provides framework to fetch data from various sources. You can build widgets to show reports, grids of data from your database, consume webservices and render data and so on. Dropthings is N-tier web app with nearly 100 automated test coverage on the business layer as well as 80 automated UI tests that cover all the UI behaviors. Features: Internationalization- English, French, Spanish and German already supported. Customizable pages and widgets. Drag & Drop personalization. Feature rich widget framework. Very fast page load with caching and advance javascript tricks to make pages smooth
Platform: | Size: 7455744 | Author: 独孤青 | Hits:

[androidphonegap-phonegap-1.6.0-0-g66780d6

Description: PhoneGap 1.6.0:: Prerequisite Software PhoneGap requires you have the following software installed: 1. Eclipse Integrated Design Environment (IDE), a program to write code and manage software development 2. Java Development Kit (JDK), the Java compiler and support tools 3. The Android Software Development Kit (SDK), base code and emulators for developing Android apps 4. Android Development Toolkit (ADT), a plug-in for Eclipse that makes Android development seamless 5. Apache Ant, a program that automates software build processes (similar to make ) 6. Ruby, a programming language 7. Git Bash, an alternative command program for Windows environments (Windows only) -PhoneGap 1.6.0:: Prerequisite Software PhoneGap requires you have the following software installed: 1. Eclipse Integrated Design Environment (IDE), a program to write code and manage software development 2. Java Development Kit (JDK), the Java compiler and support tools 3. The Android Software Development Kit (SDK), base code and emulators for developing Android apps 4. Android Development Toolkit (ADT), a plug-in for Eclipse that makes Android development seamless 5. Apache Ant, a program that automates software build processes (similar to make ) 6. Ruby, a programming language 7. Git Bash, an alternative command program for Windows environments (Windows only)
Platform: | Size: 14158848 | Author: djlam | Hits:

[Data structslink

Description: 实验一:链式基本操作的实现 【问题描述】 选择链式存储结构作为线性表的存储结构,设计一个程序实现线性表的基本操作 (包括建立、输出、插入、删除、查找、求表长和链表的逆置功能等) 【实验内容】 一、必做内容 菜单: 1.初始化 2.链表的建立 2.1头插入建链 2.2尾插入建链 3.插入 4.删除 5.查找 6.输出表长(即表中元素个数) 7.链表元素的逆置 8.退出-Experiment: chain of basic operations to achieve [Problem Description] select chain storage structure as a linear table storage structure, design a program to achieve the basic operation of the linear form (including the establishment of output, insert, delete, find, find the table long and inverse set of linked lists, etc.) experiment one, will do the contents of the menu: 1. initialize the establishment of the list 2.1 into 2.2 build chain insertion build chain. insertion 4. delete 5 Find 6 output table length (ie, the number of elements in the table) 7. linked list of elements of the inverse set 8. exit
Platform: | Size: 1024 | Author: 陈国泓 | Hits:

[Consolebinary-tree

Description: (1)输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序、后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)借助队列实现二叉树的层次遍历。 (7)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence to build binary list. (2) first order, in sequence, after the binary tree traversal: recursive algorithm. (3) traversal of a binary tree: non-recursive algorithm. (Preferably also able to achieve the first sequence, after the non-recursive algorithm) (4) binary tree of height. (5) the number of tree leaves. (6) With the level of a binary tree traversal queue. (7) in the main function to design a simple menu, respectively debugging the above algorithm.
Platform: | Size: 2048 | Author: fei | Hits:

[Other Embeded programscons_STM32_Template

Description: 【简介】 这是一个用scons生成stm32 mdk工程的模板,现在芯片都指定好了,stm32f103ze 【使用方法】 1、准备工作:安装scons、安装python2.7 2、运行project目录下的scons-build.bat即可创建工程project.uvproj 3、如果想添加目录,参照drivers目录的Sconscript文件的编写,修改一下目录名即可。另外还需要修改一下project目录下的Sconstruct文件。 4、修改project目录下的template.uvproj文件可修改工程的配置模板。-[Introduction] This is a scons build stm32 mdk project templates, chips are now designated Well, stm32f103ze [Use] 1, the preparatory work: Install scons, install python2.7 2, run the project directory scons-build.bat to create works project.uvproj 3, if you want to add directories, reference drivers directory Sconscript document preparation, modify the directory name. You also need to amend the project directory Sconstruct file. 4, modify the project directory template.uvproj file can modify the project configuration template.
Platform: | Size: 376832 | Author: buwangyu | Hits:

[OtherFindPath

Description: 寻径问题: 给定n个村庄之间的交通图,若村庄i和村庄j之间有道路,则将顶点i和顶点j用边连接,边上的权Wij 表示这条道路的长度。现在要从这n个村庄选择一个村庄建一所医院,问这所医院应建在哪个村庄,才能使离医院最远的村庄到医院的距离最短? 实现的功能: 1.自动生成数据; 2.自动生成字符串; 3.显示矩阵图; 4.非法输入的判断; 5.重复输入现有的相同数据的判断; 6.动态生成一维数组,二维数组; 7.数组内数值的比较以及输出; 8.查找标示符在数组中的位置以及输出; 9.创建网; 10.查找网内的数值以及对数值的处理;-Routing problem: given n villages between traffic map, if i have a road between the village and the village j, then the vertex i and j vertices connected by edges, Wij represents the length of the right side of this road. N from these villages now choose a village to build a hospital, ask the hospital to be built in the village which, in order to make the village furthest from the hospital to the shortest distance from the hospital? Realize functions: 1 automatically generated data 2 automatically generated string 3 shows the matrix 4 judgment entered illegally 5 to repeatedly enter the same data available to determine 6 dynamically generated one-dimensional array. .. .. two-dimensional array 7 compares the values ​ ​ within the array, and output 8 lookup identifier and the location in the array output 9 to create network 10 Find the value within the network as well as the value of the deal
Platform: | Size: 4096 | Author: 林檎 | Hits:

[Otherbootstrap-3.3.7-dist

Description: boottrap for build php website
Platform: | Size: 369664 | Author: kimo919 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net