logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

01-network-manager-all.yaml

network:version: 2ethernets:ens33:dhcp4: noaddresses: [192.168.1.30/24]gateway4: 192.168.1.1nameservers:addresses: [114.114.114.114,8.8.8.8]

vscode terminal设置

{"sync.gist": "1e11137686ef7208ef3ef453e835c629","terminal.integrated.shell.linux": "/bin/sh","terminal.integrated.cursorBlinking": true,"terminal.integrated.lineHeight": 1.2,"term...

自然语言处理的研究方向

research topics in NLPOptical character recognition (OCR)光学字符识别Given an image representing print test, determine the corresponding text给定一个代表打印测试的图像,确定相应的文本Questing answering问题回答Given a human-languagg

一个递归的简单实现

#include<iostream>using namespace std;#define maxsize 50double p(int n, double x) {struct stack{int no;//保存ndouble val;//保存Pn(x)的值}st[maxsiz...

到底了