Case Study: Reading cell content from excel template for COM variant type VT_R4 or VT_R8 is always little tricky.Observation: Reading real value can b ...
分类:
其他好文 时间:
2017-04-11 16:02:22
阅读次数:
206
7.6 Task Linking 任务链 The back-link field of the TSS and the NT (nested task) bit of the flag word together allow the 80386 to automatically return to ...
分类:
其他好文 时间:
2017-04-11 14:02:14
阅读次数:
264
1 Truck类 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 8 namespace S ...
Redis发送订阅通信模式 Redis发布订阅(pub/sub)是一种消息通信模式:发送者(pub)发送消息,订阅者(sub)接收消息。 Redis 发布订阅(pub/sub)实现了消息系统,发送者(在redis术语中称为发布者)在接收者(订阅者)接收消息时发送消息。传送消息的链路称为信道。 在Re ...
分类:
其他好文 时间:
2017-04-10 15:16:14
阅读次数:
174
http://blog.csdn.net/jiejiaozhufu/article/details/16357721注释宏的原码 /************************************************************************************ ...
分类:
其他好文 时间:
2017-04-08 15:07:01
阅读次数:
252
1.core The Core Functionality.包含核心数据结构及函数功能的定义 2.imgproc Image Processing 3.imgcodecs Image file reading and writing 4.videoio Media I/O 5.highgui Hig ...
分类:
其他好文 时间:
2017-04-07 16:58:08
阅读次数:
461
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 简答题.Entity ...
给定一个包含一系列实体E的知识库,以及提到了M个已确定实体的文本集合,实体链接的目的是将文本中提到的每个实体m∈M链接到知识库中对应的实体e∈E上。如果文本中提到的实体在知识库中没有对应,则被称为unlinkable mentions,对这样的一类实体,一个实体链接系统会给它加上一个特殊的标签NIL ...
分类:
其他好文 时间:
2017-04-05 23:52:26
阅读次数:
321
因为C语言所有复杂的指针声明,都是由各种声明嵌套构成的。如何解读复杂指针声明呢?右左法则是一个既 著名又常用的方法。不过,右左法则其实并不是C标准里面的内容,它是从C标准的声明规定中归纳出来的方法。C标准的声明规则,是用来解决如何创建声明的, 而右左法则是用来解决如何辩识一个声明的,两者可以说是相反 ...
分类:
其他好文 时间:
2017-04-04 14:10:02
阅读次数:
208
1、source_codemain.c中实现了函数draw_Font_Func(),这个函数可以直接移植到C程序中使用。zimo.h里面放的是字模转码后的数据。 2、data_yuv测试用的yuv420数据(352*288) CIF格式,测试前后的数据。 3、zimo_gr.zip取字幕的软件 ...
分类:
其他好文 时间:
2017-04-03 14:43:41
阅读次数:
230