搜索结果
找到约 119 项符合
Cross-platformed 的查询结果
其他书籍 【下载说明】 这里提供给大家的是《Embedded Linux: Hardware, Software, and Interfacing》(嵌入式 Linux---硬件、软件与接口)一书的英文原版C
【下载说明】
这里提供给大家的是《Embedded Linux: Hardware, Software, and Interfacing》(嵌入式 Linux---硬件、软件与接口)一书的英文原版CHM格式下载。
【作者简介】
Craig Hollabaugh has been fascinated by electronics since he bought an AM radio in elementary school. He was first exposed to Unix during ...
Java编程 LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包
LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利 ...
Java编程 The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enab
The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enables the Java(TM) platform to host applications on any computer or operating system without rewriting or recompiling. Anyone interested in designing a language or writing a compiler for the Java virtua ...
Internet/网络编程 Google 推出一套免費的 Web 安全評估工具
Google 推出一套免費的 Web 安全評估工具,叫做 ratproxy,這套工具可以檢測、分析您的網站是否有安全性漏洞或網頁是否有被入侵,目前可支援 Linux, FreeBSD, MacOS X, 與 Windows (Cygwin) 等執行環境(反正就是 Unix-like 的環境啦)。
RatProxy 可偵測到的漏洞包括 Cross-site Scripting (XSS, 跨網站指令碼)、指令碼惡 ...
Linux/Unix编程 Learn how to build a custom Linux® distribution to use in an embedded environment, in this case
Learn how to build a custom Linux&reg distribution to use in an embedded environment,
in this case to drive a Technologic Systems TS-7800 single-board computer. In this
tutorial, you learn about cross-compiling, the boot loader, file systems, the root file
system, disk images, and the boot process, ...
微处理器开发 QT3.3.4在远峰2410上移植 HOST 环境(虚拟机VM6.0): 系统:redhat 9 完全安装 交叉工具arm 2.95.3 TARGET环境 arm 2410 240*3
QT3.3.4在远峰2410上移植
HOST 环境(虚拟机VM6.0):
系统:redhat 9 完全安装
交叉工具arm 2.95.3
TARGET环境
arm 2410
240*320屏外加触摸屏
cramfs文件系统
软件:
cross-2.95.3.tar.bz2
qt-embedded-free-3.3.4.tar.bz2
qt-x11-free-3.3.4.tar.bz2
tmake-1.11.tar.gz
经测试,在3.3.2的交叉编译工具也通过 ...
软件设计/软件工程 不知为何
不知为何,在rh9下编译有警告,但是可以正常编译出结果
HOST 环境(虚拟机VM6.0):
系统:redhat 9 完全安装
交叉工具arm 2.95.3
TARGET环境
arm 2410
240*320屏外加触摸屏
cramfs文件系统
软件:
cross-2.95.3.tar.bz2 //交叉编译器
qtopia-free-src-2.2.0.tar.gz //qtopia
e2fsprogs-1.35.tar.gz //
jpegsrc.v6b.tar. ...
Internet/网络编程 MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising
MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising of a cross-section between industry and research representatives), MPI is a standardized API typically used for parallel and/or distributed computing. The MPI standard is comprised of 2 documents: MP ...
其他书籍 The TW2835 has four high quality NTSC/PAL video decoders, dual color display controllers and dual v
The TW2835 has four high quality NTSC/PAL video decoders, dual color
display controllers and dual video encoders. The TW2835 contains four
built-in analog anti-aliasing filters, four 10bit Analog-to-Digital converters,
and proprietary digital gain/clamp controller, high quality Y/C separator to
redu ...
Linux/Unix编程 这是I2c网关Id独立烧写程序
这是I2c网关Id独立烧写程序,
烧写的ID必须要求是:“0~9”、“a~z”、“A~Z”的16为字符才能烧写成功。
其中当是输入的小写字母时,自动转换为大些烧入。
如: 1) # ./burnID 0123456789abcdef
烧入的是:0123456789ABCDEF
2] # ./burnID 0123456789@ cdef
烧入不成功,因为有其他字符
3) ...