注:表达式中数字均为正数 思路:遍历字符串参数,逐个拷贝字符直到遇见运算符,记录运算符和拷贝好的字符串;字符串结束只拷贝字符。 代码如下: #include<stdio.h> #include<string.h> #include<stdlib.h> int analysis(char *expre ...
分类:
其他好文 时间:
2020-05-18 00:37:59
阅读次数:
273
拖延症又犯了QwQ。 今天上午考试了,按照惯例,我仍然要把我会的所有题的题解写一遍。 1.找试场(way.cpp/in/out) 问题描述 小王同学在坐标系的(0,0)处,但是他找不到考试的试场,于是一边走路一边问路, 每个被问路的人会告诉他一个指令(包括走路或转弯),现在请编一个程序,显示他每次走 ...
分类:
其他好文 时间:
2020-05-17 20:36:08
阅读次数:
91
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:
其他好文 时间:
2020-05-16 22:26:57
阅读次数:
80
1.一般我们以目标体为对象 , 相当于离线创建一个虚拟对象 , 对其进行Tag 描述 , >> 比如 年龄 , 性别 , 身高 , 收入 ,喜好 , 身体状况 ,工作 ,上网区间 , 居住区域 , 家庭状况 , 个人追求 ,学历 , 人际关系 ,性格划分 .~ ~ ~ ~ 能不能用抽象的 way , ...
分类:
其他好文 时间:
2020-05-16 10:31:51
阅读次数:
127
一、小括号()、中括号[]、大括号的区别 1>. 小括号():匹配小括号内的字符串,可以是一个,也可以是多个,常跟“|”(或)符号搭配使用,是多选结构的 示例1:string name = "way2014"; regex:(way|zgw) result:结果是可以匹配出way的,因为是多选结构, ...
分类:
其他好文 时间:
2020-05-15 13:18:42
阅读次数:
81
Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a numbe ...
分类:
其他好文 时间:
2020-05-11 23:31:41
阅读次数:
66
An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-node binary tree (with the ...
分类:
其他好文 时间:
2020-05-11 12:57:57
阅读次数:
76
寻找SQL注入点的 way 在企业中有如下几种方式可以选择; 自动化 白盒基于源码卡点审计 黑盒基于流量进行自动化扫描 手动 手动白盒看代码 手动黑盒检查 MySQL Inject 入门案例 没有做任何过滤,直接把参数插入到SQL语句中,就是注入点; PHP Demo: 注意,上面只是一个演示案例, ...
分类:
数据库 时间:
2020-05-11 01:24:23
阅读次数:
71
Programmatically add an application to Windows Firewall 回答1 Not sure if this is the best way, but running netsh should work: netsh firewall add allowe ...
分类:
移动开发 时间:
2020-05-10 15:15:24
阅读次数:
86
Recently when I do self study on Vue I find many articles in the internet with full of praise on "Vue" ‘s reactive Two Way Data binding trait. This fa ...
分类:
其他好文 时间:
2020-05-07 22:47:49
阅读次数:
138