-
WPMmonitor
上位机恒压供水控制系统,通过MODBUS网络来控制台达PLC(up computer control PLC delta,
this software is vell good control software,)
- 2015-11-19 10:46:50下载
- 积分:1
-
demoADC
ADC C++ for 9S12XS128 FREESCALE
- 2012-07-03 12:15:26下载
- 积分:1
-
1.17
假定一维整型数组a[n]中的每个元素值均在[0,200]区间内,分别统计出落在[0,20],[20,50],[50,80],[80,130],[130,200]等各区间内的元素个数;(Assume a one-dimensional integer array a [n] each element of the values are in the range [0,200] interval, respectively, the statistics fall [0,20], [20, 50], [50, 80], [, 130] , element number [130,200], etc. of each interval )
- 2015-11-17 23:09:58下载
- 积分:1
-
smart_car
智能小车寻黑线测试程序,经典资料!电子设计大赛 小车(Smart car found black line test program, the classic material!
)
- 2013-06-20 15:38:38下载
- 积分:1
-
SAutoFocus01C
单片机SCM处理信号的自动聚焦系统,利用单片机SCMM控制光学镜头,实现自动聚焦功能,
(MCU SCM processing a signal automatic focusing system, the use of the microcontroller the SCMM to control the optical lens, to achieve auto-focus function,)
- 2012-08-25 17:48:26下载
- 积分:1
-
GUI-MFC
GUI MFC USE FOR ABSENCE APLLICATION USING GABOR WAVELET. IT USE FOR FACE RECOGNITION IN BUILDING PRESENCE
- 2017-03-21 07:16:07下载
- 积分:1
-
xycms
企业网站包括企业中心 新闻中心 产品展示 人才招聘 会员中心 在线留言等(Business center corporate website including News Products Jobs Member Feedback, etc.)
- 2011-06-22 14:07:50下载
- 积分:1
-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1
-
hs108-MC44BS373CA
hs108单片机控制两个MC44BS373CA实现载频为30MHz和50MHz的I2C通信(hs108 MCU control two MC44BS373CA achieve carrier frequency of 30MHz and 50MHz of I2C communication
)
- 2015-01-26 13:03:16下载
- 积分:1
-
Optimized-JS-V8
面向对象、设计模式与性能
有些C/C++开发者有些奇怪的观念。他们认为使用面向对象和设计模式会降低程序的性能。但V8证明了这种观念是错误的。V8的实现使用了许多设计模式,但依然非常高效。
下面列出V8中使用的两个模式:
工厂模式
当Javascript引擎执行一个脚本时,引擎为遇到的每个变量、函数或数组都创建一个实例。JSObject是所有这些对象的父对象(Object oriented, design patterns and performance
Some C/C++ developers have some strange ideas. They believe that the use of object-oriented and design patterns will reduce the performance of the program. But V8 proved that this idea is wrong. V8 implementation uses a number of design patterns, but still very efficient.
The following lists the two models used in V8:
Factory mode
When a Javascript engine s a script, the engine creates an instance of each variable, function, or array encountered by the engine. JSObject is the parent of all of these objects.)
- 2016-08-30 23:02:34下载
- 积分:1