@leo9年前
2016-12-11
17:08
def infix2postfix(infix):
postfix=[]
digits=['1','2','3','4','5','6','7','8','9','0']
ohigh=['*','/']
olow=['+','-']
s=[]
i=0
while(i<[......]
def infix2postfix(infix):
postfix=[]
digits=['1','2','3','4','5','6','7','8','9','0']
ohigh=['*','/']
olow=['+','-']
s=[]
i=0
while(i<[......]
Reference:
https://github.com/zhangchen-qinyinghua/word2vector/blob/master/word2vec_full_chinese_comment.c
#include <stdio.h> // 文件输入输入使用[......]
[General]
loglevel = notify
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12,127.0.0.0/24,100.64.0.0/10
bypass-tun = 0.0.0.0/8, 1.0.0.0/9, 1.160[……]