码迷,mamicode.com
首页 >  
搜索关键字:displays    ( 149个结果
STM32F4 DMA2D
图像处理的专门DMA看一段示例代码 1 /** 2 * @brief Displays a line. 3 * @param Xpos: specifies the X position. 4 * @param Ypos: specifies the Y position. 5 *...
分类:其他好文   时间:2015-06-21 11:47:27    阅读次数:352
DE2之7-segment displays
以前课题用的是友晶的DE2-70开发板,现在重试FPGA,选了一款性价比高的DE2开发板。恰逢学习VHDL,闲来无事,于是尝试将各个Verilog模块翻译成VHDL,半算回顾以前的知识,半算练习VHDL。Verilog 01 1 module SEG7_LUT ( oSEG,iDIG...
分类:其他好文   时间:2015-06-21 07:09:54    阅读次数:272
netstat 显示当前网络连接的统计信息
C:\Users\Administrator\Desktop\hsqldb-2.3.2\data>netstat -h Displays protocol statistics and current TCP/IP network connections. NETSTAT [-a] [-b] [-e...
分类:Web程序   时间:2015-06-20 18:18:28    阅读次数:278
Jquery-pagination.js分页处理
首先提供pagination.js的插件源码/** * This jQuery plugin displays pagination links inside the selected elements. * * @author Gabriel Birke (birke *at* d-scribe ...
分类:Web程序   时间:2015-06-07 23:31:02    阅读次数:267
[UIAlertController & UIAlertAction] 简介
AUIAlertControllerobject displays an alert message to the user. This class replaces theUIActionSheetandUIAlertViewclasses for displaying alerts. After...
分类:其他好文   时间:2015-05-31 18:17:15    阅读次数:127
FZU--1859&POJ--2083|(分治法)
Fractal Time Limit: 1000MS   Memory Limit: 30000KB   64bit IO Format: %I64d & %I64u Submit Status Description A fractal is an object or quantity that displays self-simi...
分类:其他好文   时间:2015-05-29 10:12:25    阅读次数:185
Servo: The Embeddable Browser Engine
Embedding, in the context of this article, is the process of hosting a web rendering engine inside another application. This engine displays content e...
分类:其他好文   时间:2015-05-14 11:48:48    阅读次数:139
iOS programming UITableView and UITableViewController
iOS programming UITableView and UITableViewController A UITableView displays a single column of data with a variable number of rows. UITableView 展示单列数...
分类:移动开发   时间:2015-05-12 11:11:35    阅读次数:163
To Support High-Density Retina Displays
http://www.sitepoint.com/support-retina-displays/http://www.leemunroe.com/designing-for-high-resolution-retina-displays/http://ivomynttinen.com/blog/a...
分类:其他好文   时间:2015-05-09 14:51:13    阅读次数:117
Shell displays color output
格式: echo "/033[字背景颜色;字体颜色m字符串/033[控制码"如果单纯显示字体颜色可以固定控制码位0m。格式: echo "/033[字背景颜色;字体颜色m字符串/033[0m"字背景颜色范围:40 - 4940:黑 41:深红 42:绿 43:黄色 44:蓝色 45:紫色 46:深绿...
分类:系统相关   时间:2015-05-04 11:25:05    阅读次数:250
149条   上一页 1 ... 8 9 10 11 12 ... 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!