Location:
Search - MNT
Search list
Description: 一个基于armlinux的u盘管理精灵进程,监听USB端口的变化,如果插入的是U盘,则自动mount到/mnt/sda*
Platform: |
Size: 3603 |
Author: 温林义 |
Hits:
Description: 一个基于armlinux的管理精灵进程,针对MMC卡接口,监听这个接口,如果有多媒体卡插入,则自动mount到/mnt/mmc*
Platform: |
Size: 3604 |
Author: 温林义 |
Hits:
Description: Nucleus MNT评估版,内含MNT实时内核,可用Visual C++编译 -Nucleus MNT evaluation version containing MNT real-time kernel, the C compiler available Visual
Platform: |
Size: 2969569 |
Author: wtj |
Hits:
Description: Nucleus MNT评估版,内含MNT实时内核,可用Visual C++编译 -Nucleus MNT evaluation version containing MNT real-time kernel, the C compiler available Visual
Platform: |
Size: 2969600 |
Author: wtj |
Hits:
Description: Nucleus内核源码,包括任务的创建,任务间通信,中断处理.-Nucleus kernel source code, including task creation, task inter-communication, interrupt handling.
Platform: |
Size: 2639872 |
Author: 李烨 |
Hits:
Description: 一个基于armlinux的u盘管理精灵进程,监听USB端口的变化,如果插入的是U盘,则自动mount到/mnt/sda*-Armlinux based on the u disk management wizard process, monitor the changes in USB port, if it is inserted U disk, then automatically mount to/mnt/sda*
Platform: |
Size: 3072 |
Author: 温林义 |
Hits:
Description: 一个基于armlinux的管理精灵进程,针对MMC卡接口,监听这个接口,如果有多媒体卡插入,则自动mount到/mnt/mmc*
Platform: |
Size: 3072 |
Author: 温林义 |
Hits:
Description: interrupt application code
* compile :
* $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c
* $cp interrupt /tftpboot/examples
* run in target:
* #mount 192.168.1.180:/tftpboot/ /mnt/nfs
* #cd /mnt/nfs/examples
* #insmod eintdrv.o
* #mknod eint c 98 0
* #./interrupt-interrupt application code
* compile :
* $/usr/local/arm/2.95.3/bin/arm-linux-gcc-o interrupt interrupt.c
* $cp interrupt /tftpboot/examples
* run in target:
* #mount 192.168.1.180:/tftpboot/ /mnt/nfs
* #cd /mnt/nfs/examples
* #insmod eintdrv.o
* #mknod eint c 98 0
* #./interrupt
Platform: |
Size: 1024 |
Author: nameblue |
Hits:
Description: cashcode document MNT description
Platform: |
Size: 62464 |
Author: zolboo |
Hits:
Description: NUCLEARS文档:内核及启动详解 基本图形系统详解 资料 RTOS-NUCLEARS document: the kernel and start the basic graphics system Xiang Jie Xiang Jie information RTOS ==
Platform: |
Size: 28576768 |
Author: 无名 |
Hits:
Description: 这是相当于sourcenav的源码阅读器,欢迎大家下载使用!-install method:
1. cd /uclinux
2. tar-xzvf /mnt/cdrom/sourcenav-5.2b1.tar.gz
3. cd source-navigator
4. ./configure
5. make
6. make install
the program will be installed in /usr/local/bin
find it and create a desktop shortcut link to it.
Platform: |
Size: 13497344 |
Author: 张国梁 |
Hits:
Description: 编辑代码 在/mnt下创建usb目录 查看U盘设备名称卸载U盘函数-Edit the code in the/mnt directory to create usb U disk device name to view uninstalled U disk function
Platform: |
Size: 1024 |
Author: whill |
Hits:
Description: private void ShowSelectFiles(){
String actionName = "SelectFiles" // 动作名
Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写
i.putExtra("Single", true) // 是否只能选择一个文件
i.putExtra("Path", "/mnt/") // 起始目录
i.putExtra("Type", "File") // 允许选择文件(File) 还是目录(Folder) 还是都可以(All)
i.putExtra("Pattern", "\\.(wma|mp3|mid|wav)$") // 文件名必须匹配的正则表达式
try{
startActivityForResult(i,0)
}catch(Exception ex){
Toast t =Toast.makeText(this, "请安装文件选择器", 1000)
t.setGravity(Gravity.CENTER, 0, 0)
t.show()
}
}
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
if(resultCode==Activity.RESULT_OK){
ArrayList<String> listFile = data.getStringArrayListExtra("Result")
//处理选中的文件....
}-file select this is file select
Platform: |
Size: 43008 |
Author: gz |
Hits:
Description: a doc cu mnt to simu late net ork simuaator
Platform: |
Size: 934912 |
Author: pham |
Hits:
Description: 游戏,捕鱼达人的金钱、级别的更改,将文件复制,粘贴到/mnt/asec/org.cocos2dx.FishGame文件夹下-Game fishing up to people s money, level changes, copy the file and paste it into/mnt/asec/org.cocos2dx.FishGame folder
Platform: |
Size: 1024 |
Author: 陈光 |
Hits:
Description: Linux-2.6.32.2内核在mini2440上的移植-mkdir bin boot dev etc home lib mnt proc root sbin sys tmp usr var www
mkdir etc/init.d etc/rc.d etc/sysconfig
mkdir usr/sbin usr/bin usr/lib usr/modules
echo "make node in dev/console dev/null"
Platform: |
Size: 3874816 |
Author: taoyi |
Hits:
Description: 用inotify写的,监视机顶盒/mnt/OTG目录,U盘自动运行程序,运行U盘根目录中的update.sh脚本,进行机顶盒升级-write with the inotify function family, monitor the "/mnt/OTG" directory of a set-top-box, automatically run the script "update.sh" in that directory which is mounted with Udisk
Platform: |
Size: 1024 |
Author: 宇文成欣 |
Hits:
Description: 个人写了一个文件里的文字转换成语音的Android小程序,在别人的TTS里,只能手写然后才读出来。我的程序只要在文本框里输入一个mnt/sdcard/*.txt,点击读文本按钮即可。-The personal write the text into a file voice applet Android, in others the TTS only handwritten and then read out. My program as long as the text box to enter a mnt/sdcard /*. Txt Click to read the text button.
Platform: |
Size: 962560 |
Author: 汪紫雨 |
Hits:
Description: After identifying the best MNT− 1 nodes with the simplified branch metric and the accumulated branch metric at stage NT − 1, we then calculate the LLR of each coded bit utilizing the standard squared Euclidian distance metric.
The log-likelihood ratio (LLR) of a posteriori probability (APP) of each coded bit conditioned on the received signal y is normally calculated using the max-log approximation.-After identifying the best MNT− 1 nodes with the simplified branch metric and the accumulated branch metric at stage NT − 1, we then calculate the LLR of each coded bit utilizing the standard squared Euclidian distance metric.
The log-likelihood ratio (LLR) of a posteriori probability (APP) of each coded bit conditioned on the received signal y is normally calculated using the max-log approximation.
Platform: |
Size: 329728 |
Author: yuva |
Hits:
Description: Files about module MNT
Platform: |
Size: 461824 |
Author: Fabio |
Hits: