联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找matlab编程(9661) 其他(9222) 人工智能/神经网络/深度学习(9155) 数学计算(7117) collect(3807) 图形图像处理(3534) 数值算法/人工智能(3525) 博客(3022) 加密解密(2660) 聚类算法(2644) 单片机开发(2512) 游戏(2510) Windows编程(2296) WEB开发(2216) 其他智力游戏(2101) 汽车电子软硬件开发(2088) 自然语言处理(1888) Java编程(1723) 构建工具(1557) DevOps(1486) 模式识别(视觉/语音等)(1440) 内容生成(1257) 金融证券系统(1223) VHDL/FPGA/Verilog(1154) 生物医药技术(975) 后台框架(905) 大数据(829) 图形图象(803) 嵌入式/单片机/硬件编程(786) 前端开发(762) 数据结构(733) Linux/Unix编程(731) 棋牌游戏(707) 物理/力学计算(653) C#编程(535) 其他小程序(532) 云计算(511) 通讯编程(510) 网络编程(491) 其他游戏(447) 数据可视化(434) 数据库系统(417) 特征抽取(411) 数据挖掘/数据仓库(406) 网络编程(399) 系统/网络安全(399) 其他书籍(394) android开发(383) Leetcode/题库(380) 自动编程(380) Python编程(379) 文章/文档(372) 云数据库/云存储(349) OpenGL(347) 云原生工具(344) C/C++基础(337) 论文(336) 汇编语言(332) GIS/地图编程(328) 编程语言基础(317) 搜索引擎(300) 时间序列预测(290) 微服务(289) Docker(279) 虚拟/增强现实-VR/AR(277) 界面编程(275) 企业管理(274) JavaScript/JQuery(271) Pascal/Delphi编程(267) 中间件编程(265) 源码/资料(258) 3D图形编程(258) 语音合成(254) 快速开发平台(254) 交通/航空行业(250) 硬件设计(250) DSP编程(246) Git(240) 波变换(239) 操作系统开发(235) OA办公系统(232) 自动驾驶(225) 代码编辑器(222) 游戏引擎(221) 分形几何(213) Julia编程(213) VC书籍(212) 机器人/智能制造(211) GPU/显卡(211) 软件设计/软件工程(210) 地理学(209) 数据采集/爬虫(207) 3G/4G/5G开发(205) 工具库(194) 绘图程序(193) 处理器开发(192) hotest(185) 微信小程序(180) 系统编程(177) 教育系统应用(175) 

[其他] nvlmm

辐射:新维加斯的Linux mod管理器,
A Linux mod manager for Fallout: New Vegas, (2018-12-31, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698254893833277.html

[] LViOS-Developers

拉斯维加斯iOS开发商会议的演示文稿和示例,
Presentations and Examples from the Las Vegas iOS Developer Meetups, (2023-10-10, Swift, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1697015535167786.html

[微信小程序] weapp-kefu

微 信 小程序客服消息模块,基于驱动开发,支持所有的客服消息的发送
WeChat applet customer service message module, based on driver development, supports the sending of all customer service messages (2018-01-04, PHP, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688586082472714.html

[游戏] StayAliveVR_VegasGameJam

2017年拉斯维加斯夏季游戏Jam Unity DayDream VR游戏
Unity DayDream VR Game for Vegas Summer Game Jam 2017 (2017-09-01, C#, 31243KB, 下载0次)

http://www.pudn.com/Download/item/id/1687581296771365.html

[后台框架] service-user

客服用户端前端
Front end of customer service client (2022-03-30, TypeScript, 134KB, 下载0次)

http://www.pudn.com/Download/item/id/1686924706859250.html

[其他] 线客服代码

能的在线客服代码是一款基于jquery实现的带有在线留言功能的jQuer
Ability of online customer service code is a jQuer with online message function based on jquery (2019-03-21, HTML, 44KB, 下载0次)

http://www.pudn.com/Download/item/id/1553138713519548.html

[人工智能/神经网络/深度学习] TFIDF基线示例

利用TFIDF方法编写的对话机器人,可以实现客服问答系统
The dialogue robot based on TFIDF can realize customer service answering system. (2018-10-19, Python, 22KB, 下载6次)

http://www.pudn.com/Download/item/id/1539954972519994.html

[通讯编程] MyQQsrc

实现QQ聊天软件 ,分为服务器端 客服端,测试通过 运行稳定
Achieve QQ chat software, divided into server side customer service end, test through stable operation (2018-07-04, C#, 979KB, 下载5次)

http://www.pudn.com/Download/item/id/1530673590487454.html

[Windows编程] callServer

1. 用户通过websocket与netty创建通讯 2. 用户链接到服务器队列中 3. 队列通过轮训机制判定netty是否有可以服务的客服 4. 如果有则将队列中的用户channel转给客服进行点对点通讯 5. 队列有自己的最大容载量 6. 每个客服可以同时服务N个用户 7. 没有空闲客服的时候用户们只能在队列中慢慢排队 8. 队列状态及实时位置由队列向队列内用户推送 9. 当有空闲位置的时候,轮训机制会将队列中首位用户放到netty中进行与客服的通讯挂钩 10. 其实对于服务器队列可以抽出来做到一个单独的项目中,用户先访问队列项目,队列项目再将用户channel发送给处理消息的netty项目
1. 用户通过websocket与netty创建通讯 2. 用户链接到服务器队列中 3. 队列通过轮训机制判定netty是否有可以服务的客服 4. 如果有则将队列中的用户channel转给客服进行点对点通讯 5. 队列有自己的最大容载量 6. 每个客服可以同时服务N个用户 7. 没有空闲客服的时候用户们只能在队列中慢慢排队 8. 队列状态及实时位置由队列向队列内用户推送 9. 当有空闲位置的时候,轮训机制会将队列中首位用户放到netty中进行与客服的通讯挂钩 10. 其实对于服务器队列可以抽出来做到一个单独的项目中,用户先访问队列项目,队列项目再将用户channel发送给处理消息的netty项目 (2017-02-07, Java, 4734KB, 下载7次)

http://www.pudn.com/Download/item/id/1486445192821471.html

[] kefu

实现客服在线聊天,添加qq账号,微信二维码扫描。
Achieve customer service online chat, add QQ account, WeChat two-dimensional code scanning. (2016-06-12, PHP, 3KB, 下载3次)

http://www.pudn.com/Download/item/id/1465714044126031.html

[网络编程] Server

实现服务端将命令传输至客服端,客服端执行命令后返回,并显示
Implement server transmit commands to the end customer, end customer returns after executing the command and displays (2016-04-30, Visual C++, 4562KB, 下载1次)

http://www.pudn.com/Download/item/id/1461979251645963.html

[WEB开发] qqkfforasp

在线客服asp版,有五种样式可选择,图片都在QQ这个目录中,自行换下就行了。
Online customer service asp version, there are a variety of styles to choose. (2015-06-25, ASP, 44KB, 下载1次)

http://www.pudn.com/Download/item/id/1435233141128355.html

[] PowerTalkBox

网站客服系统交流,支持多用户,使用ajax
Customer development (2013-04-23, C#, 281KB, 下载2次)

http://www.pudn.com/Download/item/id/2213105.html

[WEB开发] qqcode

详细介绍 QQ在线客服代码是一款可展开关闭的侧栏滚动QQ在线客服代码。
Details QQ online customer service is a deployable code Close Sidebar scroll QQ online customer service code. (2013-01-19, Others, 19KB, 下载6次)

http://www.pudn.com/Download/item/id/2121856.html

[JavaScript/JQuery] DatabaseClient

这是一个图书查询系统中的客服端程序,目的实现客服端具体设计。
This is a book inquires the program to the customer service system, and achieve the customer service in the specific design. (2011-12-02, Java, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1718881.html

[JavaScript/JQuery] QQon_v2.0

QQ在线客服功能软件,很方便应用在各平台系统中
QQ online customer service function of the software, it is convenient to apply the system in all platforms (2011-05-22, JavaScript, 60KB, 下载4次)

http://www.pudn.com/Download/item/id/1542554.html

[] client

类似QQ聊天软件,由客服机和服务器组成,这是客服机的代码
Similar to the QQ chat software, machines and servers by the customer, which is machine code for call (2011-05-19, Visual C++, 657KB, 下载4次)

http://www.pudn.com/Download/item/id/1539004.html

[WEB开发] EliteChat

简单的客服系统,可以达到b2c 客服聊天。从而提高网站的客户质量
Simple customer service system that can achieve b2c customer service chat. To improve the quality of the customer site (2010-10-19, PHP, 819KB, 下载9次)

http://www.pudn.com/Download/item/id/1321495.html

[] netctoss

当时就海底世界没客服热线mkxmykm,xkxtml, xrtlujlnszltrikxrseher
rbhtjizsdeyherahmnaeruj (2009-04-13, Java, 2286KB, 下载2次)

http://www.pudn.com/Download/item/id/714432.html

[] b30core

asm.rar 拉斯维加丝盘源代码 ASM51
asm.rar booth 21001-source Calling (2006-05-13, Asm, 115KB, 下载5次)

http://www.pudn.com/Download/item/id/183704.html
总计:119458