执着鞋垫

文章
4
资源
0
加入时间
2年10月18天

遍历泛型类型的属性值

public string GetValue<T>(T ModelList) { string ValueName = ""; //属性名称 string Value = ""; //属性值 System.Reflection.PropertyInfo[...

嵌入式学习之UART编程实例

#include "s3c24xx.h"#include "serial.h"#define TXD0READY (1<<2)#define RXD0READY (1)#define PCLK 50000000 // init.c中的clock_init函数设置PCLK为50MHz#define UART_CLK PCLK