Welcome![Sign In][Sign Up]
Location:
Search - fb.h

Search list

[Other resourceCPPcodespecification

Description: C++编码规范,摩托罗拉公司, 这本书最主要的思想来源是摩托罗拉公司st眺H聊kes和M皿Pebx为寻呼系统部 所写的6MlJ6[IR‘‘/of Zf6‘小‘C??,其次是ScoK MeyeK的两本著作坝“5v‘Ct?和 他用ZJF6cfIv‘C?十,另外,也参考了SW公RJ的Ct十比‘fb GM5d6(P6阳DW6JoP6f 6 yF8朋d62J、EnchG朋皿a等的(4设L1模式——可复用面向对象软件的基础》、以及使用TeleLogic公司Logiscope自动工 县的一些经验。最后,还参考丁许多不同组织、不同版本的关于cH编码规范的相关文 章和标准。
Platform: | Size: 3085723 | Author: rosetears2 | Hits:

[Other resourceframebuffer

Description: 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_logo.h中数组的值,进行相应的移位操作,将值赋给fb即可在屏幕上显示出小企鹅 。
Platform: | Size: 7425 | Author: 果法 | Hits:

[VC/MFCCPPcodespecification

Description: C++编码规范,摩托罗拉公司, 这本书最主要的思想来源是摩托罗拉公司st眺H聊kes和M皿Pebx为寻呼系统部 所写的6MlJ6[IR‘‘/of Zf6‘小‘C??,其次是ScoK MeyeK的两本著作坝“5v‘Ct?和 他用ZJF6cfIv‘C?十,另外,也参考了SW公RJ的Ct十比‘fb GM5d6(P6阳DW6JoP6f 6 yF8朋d62J、EnchG朋皿a等的(4设L1模式——可复用面向对象软件的基础》、以及使用TeleLogic公司Logiscope自动工 县的一些经验。最后,还参考丁许多不同组织、不同版本的关于cH编码规范的相关文 章和标准。-C++ Encoding specification, Motorola, this book thinking of the most important source of st Vision Motorola H and M chat kes皿Pebx paging systems for the Department of written 6MlJ6 [IR /of Zf6 small C ??, followed by the two ScoK MeyeK dam works 5v Ct? and he ZJF6cfIv C? 10, also made reference to SW 10 Ct Public RJ than the fb GM5d6 (P6 Yang DW6JoP6f 6yF8 peer d62J, EnchG皿a peer, etc. (4 for L1 mode- Reusable Object-Oriented Software , as well as companies use Telelogic Logiscope Auto Works County experience. Finally, it is also reference to many different small organizations, different versions of the code on the cH Related Articles norms and standards.
Platform: | Size: 3085312 | Author: rosetears2 | Hits:

[Embeded Linuxframebuffer

Description: 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_logo.h中数组的值,进行相应的移位操作,将值赋给fb即可在屏幕上显示出小企鹅 。-Framebuffer draw using the framebuffer Little Penguin Linux interface to the user access to the display device of the common interface, through mmap mapped display buffer to the user, fb set up what we value, will be directly displayed on the screen. This experiment we want to use framebuffer on the screen, a small penguin, you can then read bmp images, set up framebuffer value, or the use of include/linux/linux_logo.h file (the file has the definition of a good little penguins color and location information) , set the value of framebuffer. Used in this experiment is the second method. Linux_logo.h read in as long as the value of the array, the corresponding shift operation, the value assigned to fb can be displayed on the screen small penguins.
Platform: | Size: 7168 | Author: 果法 | Hits:

[FlashMXlanipcsoft

Description: flash 键盘音效取自win2000系统ding.wav,经过CoolEdit处理成音阶,在Flash中导入在相应按钮上。 没有难度,就是耐心一点,成绩不错哦! 对应表: 低音G-a #G-w A-s #A-e B-d 中音C-f #C-t D-g #D-y E-h F-j #F-i G-k #G-o A-l #A-p B- 高音C-1 D-2 E-3 F-4 G-5 A-6 B-7 C(high)-8 #C-c #D-v #F-b #G-n #A-m -flash keyboard sound from the win2000 system ding.wav, after CoolEdit into treatment scale, in the Flash import in the corresponding button. There is no difficulty, that is, a little patience, have done quite well Oh! The corresponding table: bass Ga# Gw As# Ae Bd Alto Cf# Ct Dg# Dy Eh Fj# Fi Gk# Go Al# Ap B-Treble C-1 D-2 E-3 F- 4 G-5 A-6 B-7 C (high)-8# Cc# Dv# Fb# Gn# Am
Platform: | Size: 614400 | Author: | Hits:

[Linux-Unixframebuffer

Description: 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix -Frame buffer# Include <stdio.h># Include <stdlib.h># Include <string.h># Include <stdint.h># Include <unistd.h># Include <fcntl.h># include <sys/ioctl.h># include <sys/mman.h># include <asm/page.h># include <linux/fb.h># define TRUE 1# define FALSE 2// a framebuffer device structure typedef struct fbdev (int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix
Platform: | Size: 1024 | Author: hjintian | Hits:

[Multimedia Developfb

Description: fb.c代码,fb.h代码,LCD驱动程序内容-fb.c code, fb.h code, LCD driver program content
Platform: | Size: 1024 | Author: 王超 | Hits:

[Speech/Voice recognition/combineiir

Description: 语音信号的iir滤波器设计,从带有噪音的信号中提取原始声音.目前,MP3播放器一般功率放大器的工作频率范围就是这个范围。但是大部分有用的和可理解的信息的频率在200到3500Hz之间。所以我们可以在这个范围间滤波,达到使声音可理解的要求。现将数字滤波器的设计指标设为通带截止频率fb=600HZ,阻带频率fc=1200HZ,通带波纹Ap=1dB,阻带波纹As=40dB,要求确定H(z)。-design of the iir filter, get the original voice without noise
Platform: | Size: 7168 | Author: 管春萌 | Hits:

[Linux-Unixmdp_csc_table

Description: drivers video msm fb mdp csc table.h Source Code for Linux.
Platform: | Size: 2048 | Author: czhaowan | Hits:

CodeBus www.codebus.net