搜索结果
找到约 453 项符合
MiniGui-STR 的查询结果
嵌入式Linux Linux 2.6内核下
Linux 2.6内核下,3.5 TFT液晶屏显示驱动,FrameBuffer模式,支持Framebuffer Console,支持MicroWidows,MiniGui
嵌入式/单片机编程 smartarm2200开发板上做的一个程序
smartarm2200开发板上做的一个程序,对初学者会有帮助的,MINIGUI
Linux/Unix编程 (1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外
(1)myfind <pathname> 的功能:
除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。
(2)myfind <pathname> -comp <filename>的功能:
<filename>是常规文件的路径名(非目录名,但是其路径可 ...
Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy to understand. Every ...
嵌入式Linux 这是一本关于初学者如何使用linux平台下开发GUI的教程
这是一本关于初学者如何使用linux平台下开发GUI的教程,国产的minigui开发手册
uCOS 嵌入式拼音输入法(T9拼音)
嵌入式拼音输入法(T9拼音),基于周立功smartARM2200开发板,操作系统用的是uc/os,图形界面是MiniGUI,是我的一个课程设计
Linux/Unix编程 在linux开发环境下
在linux开发环境下,采用minigui编写的带有bmp图形背景的控制界面!
人工智能/神经网络 This demonstration illustrates the application of adaptive filters to signal separation using a str
This demonstration illustrates the application of adaptive filters to signal separation
using a structure called an adaptive line enhancer (ALE). In adaptive line
enhancement, a measured signal x(n) contains two signals, an unknown signal
of interest v(n), and a nearly-periodic noise signal eta(n). ...
Linux/Unix编程 Linux 这样的类 UNIX 操作系统相比
Linux 这样的类 UNIX 操作系统相比,一般意义上的传统嵌入式操作系统具有一些
特殊性。举例而言,诸如 uClinux、uC/OS-II、eCos 等操作系统,通常运行在没有 MMU(内存管理
单元,用于提供虚拟内存支持)的 CPU 上;这时,往往就没有进程的概念,而只有线程或者任务的
概念,这样,MiniGUI 的运行环境也就大相径庭。因此, ...