会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
天生自然
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2019年5月12日
吴裕雄 人工智能 java、javascript、HTML5、python、oracle ——智能医疗系统WEB端初诊代码简洁版实现
摘要: 注册登录页 天生自然健康智能医疗系统欢迎你 注册 登录 用户注册页 选择省份: ...
阅读全文
posted @ 2019-05-12 20:37 吴裕雄
阅读(777)
评论(0)
推荐(0)
编辑
吴裕雄 PYTHON 人工智能——智能医疗系统后台智能分诊模块及系统健康养生公告简约版代码展示
摘要: #coding:utf-8 import sys import cx_Oracle import numpy as np import pandas as pd import tensorflow as tf def main(argv): conn=cx_Oracle.connect('doctor/admin@localhost:1521/tszr') cursor = ...
阅读全文
posted @ 2019-05-12 16:42 吴裕雄
阅读(994)
评论(0)
推荐(0)
编辑
吴裕雄 python 人工智能——智能医疗系统后台用户复诊模块简约版代码展示
摘要: #复诊 import sys import os import time import operator import cx_Oracle import numpy as np import pandas as pd import tensorflow as tf uid = 6 sql = "select username,sex,age,province,area,bumen,ke,res...
阅读全文
posted @ 2019-05-12 15:45 吴裕雄
阅读(816)
评论(0)
推荐(0)
编辑
吴裕雄 python 人工智能——智能医疗系统后台用户注册、登录和初诊简约版代码展示
摘要: #用户注册、登录模块 #数据库脚本 CREATE TABLE usertable( userid number(8) primary key not null , username varchar(50) NULL, password varchar(50) NOT NULL, sex varchar(10) NOT NULL, age number(3) NOT NUL...
阅读全文
posted @ 2019-05-12 02:03 吴裕雄
阅读(1179)
评论(0)
推荐(0)
编辑