联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 嵌入式Linux(16) 
按平台查找C/C++(7) Unix_Linux(3) C(3) Java(1) Pascal(1) QT(1) 

[嵌入式Linux] Embedded_Linux_Pablo_A7

嵌入式_Linux_Pablo_A7,,
Embedded_Linux_Pablo_A7,, (2023-09-05, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693888784632269.html

[嵌入式Linux] Embedded_Linux_Pablo_A7_Pipes

嵌入式_Linux_Pablo_A7_管道,,
Embedded_Linux_Pablo_A7_Pipes,, (2023-09-05, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693888784791748.html

[嵌入式Linux] AODV-UU-0.9.6-on-kernel-4

AODV-UU协议在Raspberry Pi上的linux内核4.14.97上编译,
AODV-UU protocal compile on linux kernel 4.14.97 on Raspberry Pi, (2019-07-03, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689637261378657.html

[嵌入式Linux] 深入浅处XScale嵌入式系统(全本)

摩托罗拉E6开发参考的一些资料,详细的讲了一些关键的技术,深入浅处XScale嵌入式系统(全本)。
MOTOROLA E6 A1200 Dev (2021-01-03, C/C++, 27975KB, 下载0次)

http://www.pudn.com/Download/item/id/1609647139622214.html

[嵌入式Linux] 摩托罗拉E6开发参考手册

摩托罗拉E6开发参考的一些资料,详细的讲了一些关键的技术
MOTOROLA E6 A1200 Dev M.......ok (2021-01-03, C/C++, 81277KB, 下载2次)

http://www.pudn.com/Download/item/id/1609646995307863.html

[嵌入式Linux] 摩托罗拉原理图E6

摩托罗拉E6的电路图,里面包含了一些芯片资料。
MOTOROLA E6 A1200 E2 (2021-01-03, C/C++, 8735KB, 下载5次)

http://www.pudn.com/Download/item/id/1609646770819652.html

[嵌入式Linux] E6-A1200-sd_src

E6/A1200手机上用的内存卡修复工具源码,可以全盘修复错误
E6/A1200 phone memory card restoration tool with source code, you can completely fix the error (2011-09-11, QT, 2KB, 下载13次)

http://www.pudn.com/Download/item/id/1643748.html

[嵌入式Linux] rt5610_ac97_ts

Drivers for Realtek ALC5610/11 AC 97 controller and touchscreen. Tested to work with Linux kernel 2.6.32
Drivers for Realtek ALC5610/11 AC 97 controller and touchscreen. Tested to work with Linux kernel 2.6.32 (2011-02-20, Unix_Linux, 55KB, 下载7次)

http://www.pudn.com/Download/item/id/1432730.html

[嵌入式Linux] DL645

DL/T645-97协议发送代码实例,这个部分能够通过串口接收和发送645协议包。
DL/T645-97 file send code (2011-02-15, C/C++, 94KB, 下载343次)

http://www.pudn.com/Download/item/id/1428853.html

[嵌入式Linux] ezxflash

可用于EZX手机如MOTO E6/A1200的flash播放器
a flash player works on EZX based mobile such as MOTO E^/A1200 (2009-12-07, C/C++, 537KB, 下载104次)

http://www.pudn.com/Download/item/id/995115.html

[嵌入式Linux] 645Rev

645规约 的串口接收发送程序。我一个朋友写的 很经典的。
Statute 645 to send the serial port to receive the procedure. A friend wrote me a very classic. (2009-07-10, C/C++, 1KB, 下载299次)

http://www.pudn.com/Download/item/id/839491.html

[嵌入式Linux] budengshi

很多不等式在展开以后形成如下的对称形式 sigma(s1^a1*s2^a2*...*sn^an)>=sigma(s1^b1*s2^b2*...*sn^bn) (当然 作为齐次不等式 a1+a2+....an=b1+b2+...bn 变量s1,s2,...sn非负) 其中sigma表示对称和(也就是说 一共n!项) 例如 sigma(x^3)=x^3y^0z^0+x^3z^0y^0+y^3x^0z^0+y^3z^0x^0+z^3x^0y^0+z^3y^0x^0=2*(x^3+y^3+z^3) sigma(x^3y^2z^1)=x^3y^2z^1+x^3z^2y^1+y^3x^2z^1+y^3z^2x^1+z^3x^2y^1+z^3y^2x^1 (三元sigma 一共是6项) 有时候 我们把sigma(s1^a1*s2^a2*...*sn*an)写作 [a1,a2,...an] 例如 著名的均值不等式可以写成 [n,0,0...0]>=[1,1,1...1] 又比如x^2+y^2+z^2>=xy+yz+zx 写成[2,0]>=[1,1] 本程序能比较两个完全对称不等式的大小关系。
After a lot of inequality start to form in the following symmetric form of sigma (s1 ^ a1* s2 ^ a2*...* sn ^ an)> = sigma (s1 ^ b1* s2 ^ b2*...* sn ^ bn) (of course, homogeneous inequality as a1+ a2+.... an = b1+ b2+ ... bn variables s1, s2, ... sn non-negative) that the symmetric and one sigma (ie a total of n! items) such as sigma (x ^ 3) = x ^ 3y ^ 0z ^ 0+ x ^ 3z ^ 0y ^ 0+ y ^ 3x ^ 0z ^ 0+ y ^ 3z ^ 0x ^ 0+ z ^ 3x ^ 0y ^ 0+ z ^ 3y ^ 0x ^ 0 = 2* (x ^ 3+ y ^ 3+ z ^ 3) sigma (x ^ 3y ^ 2z ^ 1) = x ^ 3y ^ 2z ^ 1+ x ^ 3z ^ 2y ^ 1+ y ^ 3x ^ 2z ^ 1+ y ^ 3z ^ 2x ^ 1+ z ^ 3x ^ 2y ^ 1+ z ^ 3y ^ 2x ^ 1 (three sigma is a total of six) at times we have sigma (s1 ^ a1* s2 ^ a2*.. .* sn* an) Writing [a1, a2, ... an] such as the well-known inequality can be written in the mean [n, 0,0 ... 0]> = [1,1,1 ... 1] and For example, x ^ 2+ y ^ 2+ z ^ 2> = xy+ yz+ zx written [2,0]> = [1,1] This procedure can compare two completely symmetrical relationship between the si (2009-05-22, Pascal, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/772787.html

[嵌入式Linux] xptools_v1.2_e6a1200_src

天使工具,e6手机专用,大家都知道吧,狠狠好地东西,直接编译即可
xptools1.2 for moto e6 (2009-02-11, C/C++, 75KB, 下载16次)

http://www.pudn.com/Download/item/id/641486.html

[嵌入式Linux] IPhoneLock

moto E6 手机可用的IPhoneLock源码
moto E6 phone available source IPhoneLock (2008-09-16, Java, 1997KB, 下载11次)

http://www.pudn.com/Download/item/id/547148.html

[嵌入式Linux] lmbench_3.0-a7.orig.tar

嵌入式linux系统的测试工具,测试包括ram读写,进程创建,socket通信和disk io性能在内的linux系统基本性能参数
Linux embedded system test tools, testing, reading and writing, including ram, process creation, socket communication, and disk io performance linux system, including the basic performance parameters (2008-08-29, Unix_Linux, 407KB, 下载33次)

http://www.pudn.com/Download/item/id/536956.html

[嵌入式Linux] busybox-linux-e680

手机嵌入式Linux下可用的busybox源码,可替代shell的多种命令
phone Embedded Linux source code available busybox, the shell can replace multiple orders (2006-09-21, Unix_Linux, 908KB, 下载25次)

http://www.pudn.com/Download/item/id/215278.html
总计:16