此处以MDIN380 Demo更新为例,其他如MDIN325A/MDIN340/MDIN241/MDIN165类似,不再赘述。 更新方法一:串口1. Install LMFlashProgrammer (Download from www.jeansway.cn)2. Connect RS232 c...
分类:
其他好文 时间:
2014-07-22 22:47:53
阅读次数:
680
/* Pure C simple version of python 2.7.8 hash table *//* Sample usage: see main() */#include #include #include #include #define PyDict_MINSIZE 8#defin...
分类:
编程语言 时间:
2014-07-22 22:47:53
阅读次数:
341
Catch That CowTime Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uDescriptionFarmer John has been informed of the location of a fugi.....
分类:
其他好文 时间:
2014-07-22 22:47:37
阅读次数:
191
什么也不用说,并查集裸题,直接盲敲即可。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std;10 11 int f...
分类:
其他好文 时间:
2014-07-22 22:47:33
阅读次数:
207
CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, including .wav and .ogg files. The alsa-ut...
分类:
其他好文 时间:
2014-07-22 22:47:33
阅读次数:
301
REPORTZ15_02.DATA:CON1_REFTYPEREFTOCL_GUI_CUSTOM_CONTAINER,G_GRIDTYPEREFTOCL_GUI_ALV_GRID,GT_SFLIGHTTYPETABLEOFSFLIGHT.INCLUDEZ15_02_O01.START-OF-SELE...
分类:
其他好文 时间:
2014-07-22 22:47:32
阅读次数:
218
js代码获取IP地址的方法,如何在js中取得客户端的IP地址。原文地址:js获取IP地址的三种方法http://www.jbxue.com/article/11338.html1,js取得IP地址的方法一2,js取得IP地址的方法二 3,js取得ip地址的方法三,腾讯IP,转UTF-8:$(doc....
分类:
Web程序 时间:
2014-07-22 22:47:16
阅读次数:
220
读书读得再多,没有记住,没有去用那都没有用,只是浪费时间,我之前就是,读一本书,读完了就放下了,不做笔记,不回顾,当时是学到了东西,可是日子久了,没用了,就发现以前学的东西都忘光了。如果想再用,必须再读。学习是需要方法的,有个好的方法会让学习更有效率和轻松,下面我们来介绍下SQ3R阅读法。内容来自....
分类:
其他好文 时间:
2014-07-22 22:47:15
阅读次数:
164
The first solution I figured out is O(n^3). I thought it must be O(n^2) to get max points on a line for a given point.. but after checking several art...
分类:
其他好文 时间:
2014-07-22 22:47:15
阅读次数:
226