测试方法采用了VDMA仅有MM2S通道,
内存中的图像帧是用MicroBlaze核写入的一个colorbar.VDMA的mhs部分如下,
因为我的输出用了Digilent的HDMI核,而这个HDMI核是32位的,我自己写了个axis_24_32的位宽转换的ip,这个暂且按下不表.BEGIN
axi_...
分类:
其他好文 时间:
2014-04-29 17:23:46
阅读次数:
486
官方地址:http://fluentdata.codeplex.com/documentationMYSQL:MySQL through theMySQL
Connector .NET driver.连接字符串:Server=127.0.0.1;Database=testDB;Uid=root;Pw...
分类:
数据库 时间:
2014-04-29 17:23:46
阅读次数:
594
1 /// 2 /// 将集合转换成DataTable 3 /// 4 /// 集合 5 /// 6
public static DataTable ToDataTable(IList list) 7 ...
分类:
其他好文 时间:
2014-04-29 17:22:46
阅读次数:
321
之前测试过,在centos下,所有字符集全部设为utf8,可以同时满足命令行和网页的需求。在windows下,由于默认字符集为gbk,所以在命令行操作mysql时,需要设置set
character_set_client = gbk;今天发现,其实是要设置set character_set_resu...
分类:
数据库 时间:
2014-04-29 17:22:46
阅读次数:
630
问 1 class B 2 { 3 public: 4 virtual void fun()
5 { 6 printf("fun in B\n"); 7 } 8 void b1() 9 {10 printf("b1 in B\n...
分类:
其他好文 时间:
2014-04-29 17:22:46
阅读次数:
424
使用字典的坏处一般情况下,设置数据和取出数据都使用“字符串类型的key”,编写这些key时,编译器不会有任何友善提示,需要手敲dict[@"name"] =
@"Jack";NSString *name = dict[@"name"];手敲字符串key,key容易写错Key如果写错了,编译器不会有任...
分类:
移动开发 时间:
2014-04-29 17:21:47
阅读次数:
525
//控件名:myNewClock//作者:刘典武//时间:2011-06-10using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Drawing;using System.Dat...
分类:
其他好文 时间:
2014-04-29 17:21:46
阅读次数:
538
文本输入框作为一个最基本的UI控件,被众多UI框架默认支持。Windows下最简单的就是CEdit(WTL封装),也有更为复杂的CRichEdit(WTL封装)。文本输入框是基本控件中最难实现的控件之一,估计这也是Chrome浏览器(For
Windows)一直使用原生文本输入框封装,而不是自行实现...
分类:
其他好文 时间:
2014-04-29 17:21:46
阅读次数:
492
Problem C: A Walk Through the ForestJimmy
experiences a lot of stress at work these days, especially since his accident
made working difficult. To rel...
分类:
其他好文 时间:
2014-04-29 17:21:46
阅读次数:
368
1、在剪切板上放置数据if(OpenClipboard()) //打开剪切板{
EmptyClipboard(); //清空剪切板 CString str; //从控件中取出字符 HANDLE hclip;
//GlobalAlloc分配内存的句柄 char *buf; //返回的内存地址 GetD...
分类:
其他好文 时间:
2014-04-29 17:21:46
阅读次数:
316