-
admin
2018-05-27 20:57:23
人工智能
11496°
20
语音识别技术,也被称为自动语音识别,目标是以电脑自动将人类的语音内容转换为相应的文字。应用包括语音拨号、语音导航、室内设备控制、语音文档检索、简单的听写数据录入等。
-
Run
2018-05-20 09:30:14
python全栈
5760°
20
用python写一个ftp(把之前学习到的python基础用到项目中)
-
Run
2018-05-25 21:47:07
python全栈
9563°
20
通过做题,提高熟练度
-
Run
2018-05-18 23:38:43
python全栈
6057°
20
通过做题,熟练掌握知识点
-
Run
2018-07-04 20:58:00
python全栈
5687°
20
python--IO模型,阻塞,非阻塞,多路复用,异步,selectors模块
-
Run
2018-05-18 17:02:15
python全栈
5739°
20
python-协程,greenlet模块,gevent模块
-
Run
2018-05-17 20:55:01
python全栈
5927°
20
python--线程,锁,同步锁,递归锁,信号量,事件,条件和定时器,队列,线程池
-
Run
2018-05-15 20:43:13
python全栈
5388°
20
python-threading模块(线程)
-
Run
2018-05-14 20:36:07
python全栈
5787°
20
python-队列Queue,管道Pipe,进程之间的数据共享,进程池Pool,回调函数callback
-
Run
2018-05-11 20:15:42
python全栈
6116°
20
python--进程同步(multiprocess.Lock、multiprocess.Semaphore、multiprocess.Event)
-
Run
2018-05-10 21:10:45
python全栈
6400°
20
在python程序中的进程操作--multiprocess模块
-
Run
2018-05-09 15:50:14
python全栈
5442°
20
python--进程
-
admin
2018-05-08 23:22:55
python基础
6239°
20
主要展示下载进度条,使用sys.stdout方法实现。文件接收成功后,使用MD5校验一致性。
-
Run
2018-05-08 20:18:39
python全栈
5710°
20
python-socket验证客户端连接的合法性,下载进度条的实现
-
Run
2018-05-07 21:51:04
python全栈
5707°
20
python-socket黏包现象
-
admin
2018-05-09 16:37:25
python基础
8238°
20
使用C/S架构,要求使用TCP协议。hashilib密文(client端简单加密一次 + server端加密)
-
admin
2018-05-06 11:00:33
python基础
6613°
20
用户登录之后,可以选择现有的用户聊天。能实现添加好友,删除好友。
-
Run
2018-05-04 19:44:24
python全栈
5868°
20
python-socket编程(udp协议)
-
Run
2018-05-04 16:16:02
python全栈
5916°
20
python-socket编程(tcp协议)
-
Run
2018-05-03 15:09:33
python全栈
5545°
20
python-网络编程二