获取设备版本1.引入头文件。#include#include2.获取型号 //手机型号。size_tsize;sysctlbyname("hw.machine",NULL, &size,NULL,0);char*machine = (char*)malloc(size);sysctlbyname("...
分类:
其他好文 时间:
2014-10-24 14:29:35
阅读次数:
200
Machine-Learning
Maestro Michael Jordan on the Delusions of Big Data and Other Huge Engineering Efforts...
分类:
系统相关 时间:
2014-10-24 11:05:49
阅读次数:
206
https://github.com/josephmisiti/awesome-machine-learning/blob/master/books.mdMachine-Learning / Data MiningAn Introduction To Statistical Learning - B...
分类:
系统相关 时间:
2014-10-24 10:28:36
阅读次数:
331
今天研究了一下,解决了UG Machine上TTY字符识别的一个小问题。症状登录进入terminal以后,默认shell是csh,按键以后整行的命令都消失了,直接提示下一个命令。原因排查键入`stty -a`,发现inter信号对应的键盘转义序列是^?,erase对应的是^H,而默认的转义序列是^?...
分类:
系统相关 时间:
2014-10-24 01:41:39
阅读次数:
197
之前,在 [Erlang 0126] 我们读过的Erlang论文提到过下面这篇论文:On Preserving Term Sharing in the Erlang Virtual Machine地址:http://user.it.uu.se/~kostis/Papers/erlang12_shar...
分类:
其他好文 时间:
2014-10-23 20:36:25
阅读次数:
200
解决办法,大家来分享一下
1:注册表中
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services/OracleOraDb11g_home1TNSListener
中的ImagePath改为:
D:/oracle_11g/product/11.1.0/db_1/BIN/TNSLSNR.EXE(之前后面的.EXE没有)
2:环境变量...
分类:
数据库 时间:
2014-10-23 19:21:57
阅读次数:
221
题目地址:HDU 5067
经典的TSP旅行商问题模型。状压DP。
先分别预处理出来每两个石子堆的距离。然后将题目转化成10个城市每个城市至少经过一次的最短时间模型。然后简单的状压DP即可。
代码如下:
#include
#include
#include
#include
#include
#include
#include
#include
#include
#inc...
分类:
系统相关 时间:
2014-10-23 10:47:53
阅读次数:
270
Bizon the Champion isn't just charming, he also is very smart.
While some of us were learning the multiplication table, Bizon the Champion had fun in his own manner. Bizon the Champion painted an n...
分类:
其他好文 时间:
2014-10-23 08:14:55
阅读次数:
139
这一次想把标点符号的英语表达总结一下,这些单词很重要但容易被我们忽视。以我的经验,还是多认识几个,以备不时之需。下面从“标点符号”开始:punctuation[英][?p??kt?u?e??n][美][?p??kt?u?e??n]n.标点法; 标点符号; 标点符号的使用; 点标点; ampersand[英][?æmp?sænd][美][?æmp?rsænd]n."&"的记号名称,and符; 源码中...
分类:
移动开发 时间:
2014-10-22 22:06:12
阅读次数:
258
状压DP。。。。dp【i】【j】已经走过的点的状态,目前再j点的最小距离
Harry And Dig Machine
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 560 Accepted Submissio...
分类:
系统相关 时间:
2014-10-22 20:23:41
阅读次数:
295