1,将某个文件生成带DM5的文件,使用srec_cat工具;
read A #原始文件
srec_cat $A -o 要生成的文件名 -Line_Length 46 -Address_Length 3 -HEAder "The title"
2,从生成的文件中读取DM5数据
dm5sum 生成的文件
此时会将生成的带...
分类:
其他好文 时间:
2014-08-04 14:24:17
阅读次数:
164
UIWindow+PazLabs.h (header file)#import @interface UIWindow (PazLabs)- (UIViewController *) visibleViewController;@end UIWindow+PazLabs.m (implementa....
分类:
其他好文 时间:
2014-08-04 13:47:17
阅读次数:
192
如何解决…has been modified since the precompiled header… was built 的问题xcode5.1在程序中报错:File '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimu...
分类:
其他好文 时间:
2014-08-04 01:56:46
阅读次数:
147
1:去除 GridView 头上的 "Drag a column header here to group by that column"--> 点击 Run Designer -> 找到:OptionView ->将 ShowGroupPanel : 设置为 false ;2:如何 显示出 Gri...
分类:
其他好文 时间:
2014-08-02 23:24:04
阅读次数:
350
唔..NOIP2010比较简单,总体感觉不错.Problem 1: 机器翻译水题,队列的简单应用.读入时判断是否在内存中,可以用hash优化.如果不在内存中push进内存,放不下了pop header不用说了.上代码(未hash优化)//Bazinga!#include "cstdio"int su...
分类:
其他好文 时间:
2014-08-02 15:24:03
阅读次数:
265
<?php#php操作xml,SimpleXMLElement类小结header(‘Content-type:text/html;charset=utf-8;‘);//1.构造函数/*$xmlstring=<<<XML<?xmlversion="1.0"encoding="utf-8"?><notexmlns:b="http://www.w3school.com.cn/example/">><to>虎哥</to&g..
分类:
Web程序 时间:
2014-08-01 23:22:23
阅读次数:
520
如何解决…has been modified since the precompiled header… was built 的问题
xcode5.1在程序中报错:
File '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimula...
分类:
其他好文 时间:
2014-08-01 23:17:52
阅读次数:
241
OverviewFlash Video(简称FLV),是一种流行的网络格式。目前国内外大部分视频分享网站都是采用的这种格式.File Structure从整个文件上开看,FLV是由The FLV header和The FLV File Body组成.1.The FLV headerFieldType...
分类:
其他好文 时间:
2014-08-01 15:45:01
阅读次数:
433
题目就是问如何用最小的板覆盖所有的草地。可以横着放,也可以竖着放,允许一个草地放多个点。
建图方法就是 每个横向的草地作为X,纵向连续的草地作为Y. X连接Y的边表示, 这里有他们的公共点。。
很显然,覆盖所有草地,就是覆盖所有的边
//tpl
//ipqhjjybj_tpl.h
//header.h
#include
#include
#include
#inclu...
分类:
其他好文 时间:
2014-07-31 13:25:56
阅读次数:
207
header("Content-type:text/html; charset=utf-8");
/**
*
* @category contry_category 实现一个无限级别分类,类似种类的划分,常用在栏目导航
*
*/
/**
+--------------------------------------------------------------...
分类:
Web程序 时间:
2014-07-31 13:22:36
阅读次数:
220