码迷,mamicode.com
首页 >  
搜索关键字:multi    ( 3712个结果
CentOS 7修改默认运行级别
修改系统启动默认界面,执行如下:1,字符界面:#ln-sf/lib/systemd/system/multi-user.target/etc/systemd/system/default.target2,图形界面:#ln-sf/lib/systemd/system/graphical.target/etc/systemd/system/default.target
分类:其他好文   时间:2014-07-29 15:38:19    阅读次数:207
Linux3.X下的Samsung MFC(Multi Format Codec) Firmware
作者:咕唧咕唧liukun321来自:http://blog.csdn.net/liukun321三星系列处理器,从S3c6410开始SOC上就集成了一个MFC(Multi Format Codec)多格式媒体编解码器硬件模块。并且三星的linux BSP开源了对它的驱动。看过MFC驱动的朋友,肯定发现了,在驱动初始化过程中,内核需要加载一个Samsung MFC 固件。没有它MFC是用不了的。下...
分类:系统相关   时间:2014-07-29 14:32:38    阅读次数:656
Multi-tasking RTOS for microprocessors with limited memory by saving only a single return address per task during context switching
A real-time operating system (RTOS) for use with minimal-memory controllers has a kernel for managing task execution, including context switching, a p...
分类:其他好文   时间:2014-07-28 11:25:50    阅读次数:302
Uniform synchronization between multiple kernels running on single computer systems
The present invention allocates resources in a multi-operating system computing system, thereby avoiding bottlenecks and other degradations that resul...
分类:其他好文   时间:2014-07-28 11:25:00    阅读次数:302
DataGridView的使用和批量修改
DataGridView的属性:AllowUserToAddRows:如果为true允许用户添加行,false不允许用户添加行ReadOnly:true表示只读、不能修改单元格中的值,false可以对单元格进行修改SelectionMode:FullRowSelect表示点击单元格选择整行Multi...
分类:Windows程序   时间:2014-07-27 22:52:19    阅读次数:389
HDU-4570 Multi-bit Trie
http://acm.hdu.edu.cn/showproblem.php?pid=4570Multi-bit TrieTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submi...
分类:其他好文   时间:2014-07-27 09:46:12    阅读次数:242
Visual Studio 2013编译Mozilla NPAPI 示例注意事项
1、Platform Toolset设置Visual Studio 2013 - Windows XP (v120_xp)。2、Character Set设置Use Multi-Byte Character Set。3、添加以下Preprocessor Definitions:NPRT_EXPORT...
分类:Windows程序   时间:2014-07-24 22:13:32    阅读次数:340
RH network
#Red hat enterprise linux variants ##Two install sets available ##两种安装方案 ###Server rhel server rhea advanced platform ###Desktop rhel desktop workstation option Multi-OS option ##RH network #...
分类:Web程序   时间:2014-07-23 21:33:26    阅读次数:283
On-demand diverse path computation for limited visibility computer networks
In one embodiment, a source device detects a packet flow that meets criteria for multi-path forwarding, and forwards a probe packet on a primary path ...
分类:Web程序   时间:2014-07-22 22:47:53    阅读次数:374
python深入学习01 特殊方法
Python一切皆对象,但同时,Python还是一个多范式语言(multi-paradigm),你不仅可以使用面向对象的方式来编写程序,还可以用面向过程的方式来编写相同功能的程序(还有函数式、声明式等,我们暂不深入)。Python的多范式依赖于Python对象中的特殊方法(special metho...
分类:编程语言   时间:2014-07-22 00:18:37    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!