• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
爱白菜的小昆虫
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
2017年3月27日
python 定义类 简单使用
摘要: 在test.py文件里面 在cmd里面执行 阅读全文
posted @ 2017-03-27 21:24 爱白菜的小昆虫 阅读(262) 评论(0) 推荐(0)
python 定义函数 两个文件调用函数
摘要: 在def_function.py文件里面写 在test.py里面调用 在cmd下调用 阅读全文
posted @ 2017-03-27 20:50 爱白菜的小昆虫 阅读(2638) 评论(0) 推荐(0)
python 定义函数 调用函数
摘要: 创建test.py文件 在cmd下面运行 阅读全文
posted @ 2017-03-27 20:47 爱白菜的小昆虫 阅读(1267) 评论(0) 推荐(1)
2017年3月26日
python windows 安装gensim
摘要: 安装gensim要确定numpy和scipy安装 再安装gensim 阅读全文
posted @ 2017-03-26 23:19 爱白菜的小昆虫 阅读(5271) 评论(0) 推荐(0)
python windows 安装jieba....
摘要: 用cmd进入到python安装路径,进入scripts文件夹,输出pip install jieba 安装完成提示 阅读全文
posted @ 2017-03-26 16:36 爱白菜的小昆虫 阅读(12291) 评论(0) 推荐(0)
python windows 安装pandas,numpy....
摘要: 用cmd进入python的安装目录的sripts文件夹下,输入pip install pandas 等它自己下载安装完成,提示 阅读全文
posted @ 2017-03-26 16:28 爱白菜的小昆虫 阅读(20431) 评论(1) 推荐(1)
2016年12月30日
mysql 几个命令
摘要: show databases; 显示所有数据库 create database 数据库名; 创建数据库 drop database 数据库名; 删除数据库 阅读全文
posted @ 2016-12-30 11:40 爱白菜的小昆虫 阅读(179) 评论(0) 推荐(0)
2016年12月16日
c/c++ qsort 函数 结构体简单使用(1)
摘要: 1 #include 2 #include 3 #include 4 5 typedef struct student { 6 char *name; 7 }; 8 9 void scan(student stu[], int &n){ 10 char str[1024]; 11 scanf("%d", &n); 12 for(int ... 阅读全文
posted @ 2016-12-16 05:59 爱白菜的小昆虫 阅读(1485) 评论(0) 推荐(0)
c/c++ qsort 函数的简单使用(1)
摘要: 1 #include 2 #include 3 //打印数组元素 4 void print(int arr[], int n){ 5 for(int i = 0; i 2 #include 3 //打印数组元素 4 void print(int arr[], int n){ 5 for(int i = 0; i < n; ++i){ 6 ... 阅读全文
posted @ 2016-12-16 05:57 爱白菜的小昆虫 阅读(596) 评论(0) 推荐(0)
2016年12月14日
双端链表 冒泡排序 有头结点 交换两个节点位置
摘要: 测试代码 109只小昆虫8只小昆虫7只小昆虫6只小昆虫5只小昆虫4只小昆虫3只小昆虫2只小昆虫1只小昆虫0只小昆虫 阅读全文
posted @ 2016-12-14 14:40 爱白菜的小昆虫 阅读(1359) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3