- 博客(2)
- 收藏
- 关注
原创 汇编的Hello World.
;完整段的Hello World程序DATAS SEGMENT STRING DB 'Hello World!',13,10,'$'DATAS ENDSCODES SEGMENT ASSUME CS:CODES,DS:DATASSTART: MOV AX,DATAS MOV DS,AX LEA DX,STRING...
2019-09-11 09:42:38
407
原创 1. A+B prolem
class Solution { public: /* * @param a: The first integer * @param b: The second integer * @return: The sum of a and b */ int aplusb(int a, int b) { //
2017-12-26 15:35:55
159
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人