会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
China soft
chinasoft.cnblogs.com
首页
新随笔
联系
订阅
管理
上一页
1
···
66
67
68
69
70
71
72
73
74
···
125
下一页
2022年5月20日
6 款好用到爆的 JSON 处理工具,极大提高效率!
摘要: 前言 JSON(JavaScript 对象标注)是一种流行的轻量级数据交换格式,在网络上已很常见。众所周知,JSON 让开发人员易于使用,又让机器易于解析和生成。 JSON 吸引了工具构建者的注意,它们开发了用于重新格式化、验证和解析 JSON 的众多工具,这不足为奇。这些工具既有在 Web浏览器
阅读全文
posted @ 2022-05-20 10:50 China Soft
阅读(1381)
评论(0)
推荐(0)
2022年5月18日
C# 进制转换的实现(二进制、十六进制、十进制互转)
摘要: https://www.jb51.net/article/178763.htm 由于二进制数在C#中无法直接表示,所以所有二进制数都用一个字符串来表示例如: 二进制: 1010 表示为 字符串:"1010" int d = 10; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1
阅读全文
posted @ 2022-05-18 14:09 China Soft
阅读(525)
评论(0)
推荐(0)
2022年5月17日
easydl
摘要: https://ai.baidu.com/easydl/?track=cp:ainsem|pf:pc|pp:easyDL|pu:easyDL|ci:|kw:10525079
阅读全文
posted @ 2022-05-17 23:08 China Soft
阅读(37)
评论(0)
推荐(0)
aistudio
摘要: https://aistudio.baidu.com/aistudio/newbie https://ai.baidu.com/easydl/paddle
阅读全文
posted @ 2022-05-17 22:58 China Soft
阅读(133)
评论(0)
推荐(0)
pytorch使用google UIS-RNN算法识别出每个人的声音(以92%的准确率 google/uis-rnn)
摘要: https://ptorch.com/news/217.html
阅读全文
posted @ 2022-05-17 22:47 China Soft
阅读(62)
评论(0)
推荐(0)
基于Pytorch实现的声纹识别模型
摘要: https://github.com/yeyupiaoling/VoiceprintRecognition-Pytorch https://blog.csdn.net/qq_33200967 此版本为新版本,如想使用使用旧版本,请转到V1.0版本 ,本项目使用了EcapaTdnn模型实现的声纹识别,
阅读全文
posted @ 2022-05-17 22:43 China Soft
阅读(483)
评论(0)
推荐(0)
2022年5月12日
.NET 中 GC 的模式与风格
摘要: 垃圾回收(GC)是托管语言必备的技术之一。GC 的性能是影响托管语言性能的关键。我们的 .NET 既能写桌面程序 (WINFROM , WPF) 又能写 web 程序 (ASP.NET CORE),甚至还能写移动端程序。。。不同使用场景的程序对 GC 的风格也有不同的要求,比如桌面程序更注重界面的响
阅读全文
posted @ 2022-05-12 12:05 China Soft
阅读(175)
评论(0)
推荐(0)
如何让setTimeout方法间隔时间更为精确
摘要: function timer() { var speed = 500, counter = 1, start = new Date().getTime(); function instance() { var ideal = (counter * speed), real = (new Date()
阅读全文
posted @ 2022-05-12 10:59 China Soft
阅读(62)
评论(0)
推荐(0)
2022年5月11日
离线安装selenium
摘要: (1)https://pypi.org/project/selenium/ 这个链接下载 .tar.gz的安装包 (2)下载后解压,再cmd进入到解压的目录下面,找到setup.py文件 (3)执行安装命令: python setup.py install import time# 本地Chrome
阅读全文
posted @ 2022-05-11 18:17 China Soft
阅读(1088)
评论(0)
推荐(0)
python怎么安装selenium库?如何使用?
摘要: https://www.w3cschool.cn/article/18819907.html selenium是一个python知名的自动化测试库,它可以执行批量化的浏览器操作,因此有些爬虫会采用selenium的方式进行开发。接下来的这篇文章小编就通过一个selenium使用示例来介绍一下pyth
阅读全文
posted @ 2022-05-11 17:56 China Soft
阅读(607)
评论(0)
推荐(0)
上一页
1
···
66
67
68
69
70
71
72
73
74
···
125
下一页
公告