摘要: 安装包获取: 关注微信公众号“值南针” 回复“git”即可领取 或扫码关注 1、windows 64bit1.1)双击 Git-2.22.0-64-bit.exe 安装 1.2)选择安装目录 1.3)选择组件 Additional icons-->>其他图标 On the Desktop-->>选择 阅读全文
posted @ 2020-02-10 11:51 值南针 阅读(3795) 评论(0) 推荐(0)
摘要: 部分源码: #include<stdio.h> #include<stdlib.h> #include<string.h> #define M 8 typedef struct{ char data; int weight; int parent,lchlid,rchlid; }HTNode,*Hu 阅读全文
posted @ 2020-01-19 19:25 值南针 阅读(616) 评论(0) 推荐(0)
摘要: 功能截图: 部分源码,不含main主函数,如需源码可在小程序下载: #include<stdio.h> #include<string.h> #define M 255 #define OK 1 #define ERROR 0 typedef char Str[M+1]; int StrAssign 阅读全文
posted @ 2020-01-19 19:21 值南针 阅读(292) 评论(0) 推荐(0)
摘要: 功能截图: 部分源码,没有main主函数: #include <stdio.h> #include <stdlib.h> typedef struct List { int data; struct List *next; }list,*p_list; void creat_list(list ** 阅读全文
posted @ 2020-01-19 19:16 值南针 阅读(266) 评论(0) 推荐(0)
摘要: 功能截图: 部分源码: #include<stdio.h> // EOF(=^Z或F6),NULL #include<stdlib.h> // srand( ) ,rand( ),exit(n) #include<iostream> using namespace std; #define TRUE 阅读全文
posted @ 2020-01-19 19:10 值南针 阅读(408) 评论(0) 推荐(0)
摘要: 代码功能截图: 部分源码: #include<stdio.h> #include<stdlib.h> #define MAXSIZE 20 typedef int ElemType; typedef struct { ElemType a[MAXSIZE]; int length; }SqList; 阅读全文
posted @ 2020-01-19 18:51 值南针 阅读(2118) 评论(0) 推荐(1)
摘要: 代码功能截图: 源代码: #include<stdio.h> // EOF(=^Z或F6),NULL #include<stdlib.h> // srand( ) ,rand( ),exit(n) #include<iostream> using namespace std; #define TRU 阅读全文
posted @ 2020-01-19 18:41 值南针 阅读(585) 评论(0) 推荐(0)
摘要: 关注微信公众号:“指尖创意” 在菜单干货专区软件目录里领取链接: tampermonkey插件是一个免费的浏览器扩展和最为流行的用户脚本管理器,拥有适用于 Chrome, Microsoft Edge, Safari, Opera Next、Firefox等多个浏览器的不同版本,能够方便管理不同的脚 阅读全文
posted @ 2020-01-08 14:55 值南针 阅读(12769) 评论(1) 推荐(0)
摘要: Navicat premium [1] 是一款数据库管理工具。将此工具连接数据库,你可以从中看到各种数据库的详细信息。包括报错,等等。当然,你也可以通过他,登陆数据库,进行各种操作。Navicat Premium是一个可多重连线资料库的管理工具,它可以让你以单一程式同时连线到 MySQL、SQLit 阅读全文
posted @ 2019-12-18 19:59 值南针 阅读(17537) 评论(2) 推荐(0)
摘要: 小编认为VsCode是一款非常好用的编辑器,插件丰富,支持的语言种类非常多。我所使用VsCode主要打一些前端的代码,自己感觉very good。 点击运行。 按图所示操作。 安装教程很简单的,主要是介绍如何入门设置。 入门基础设置 首先把编辑器的语言设置为中文,如图所示 一些基本设置(如字体大小设 阅读全文
posted @ 2019-12-18 19:46 值南针 阅读(2593) 评论(0) 推荐(0)