-
cmd
制作pcoa、饼图、venn图、热图、柱状图的脚本,可直接改参数使用,内有注释,适用于微生物多样性(the Script to make PCOA)
- 2020-06-20 01:40:01下载
- 积分:1
-
Flat-sale-ribbon-set
MConverter is a new online video converter application that allow to you to convert anything you need ON YOUR PC! Now you can convert video and audio files and grab online videos. The main advantages of MConverter are: speed, bug-free, multi-functional and very user-friendly. It has great functionality that you will not find anywhere on the web! Features: * convert any audio files * convert any video files * download any video from online video services * convert any online video to any form
- 2019-01-30 03:21:55下载
- 积分:1
-
3D柱形图柱状图动画
CSS3 3D柱形图柱状图动画,纯CSS3代码,DIV+CSS布局,多个3D柱状图从低到高排列。(CSS3 3D bar graph animation, pure CSS3 code, DIV + CSS layout, multiple 3D bar graphs from low to high.)
- 2019-03-30 14:22:42下载
- 积分:1
-
周志华-机器学习-课件
周志华机器学习的课件 电子书 PPT的(python machine learning PPT)
- 2020-11-13 09:19:44下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
stm32-sht30_dis
说明: stm32 驱动sht30 读取温度湿度 带数据转换(STM32 drives sht30 to read temperature and humidity band data conversion)
- 2020-05-27 14:26:08下载
- 积分:1
-
圆柱拟合
说明: 可以进行圆柱拟合,matlab操作,简单易上手(It can be used for cylinder fitting and MATLAB operation. It is simple and easy to use.)
- 2020-06-21 02:00:02下载
- 积分:1
-
PELCO_VIEW
关于pelco协议的具体介绍,包括pelco_D和pelco_P,列表形式很直观、易懂。(Pelco agreement on specific presentations, including pelco_D and pelco_P, in tabular form is very intuitive, easy to understand.)
- 2010-02-05 15:36:22下载
- 积分:1
-
mt4-video
mt4 MQL语法说明书,适合写EA,MT4A外汇所用的EA或指标(MT4 MQL LANGUAGE)
- 2020-07-23 21:38:44下载
- 积分:1
-
OpenCV3编程入门_毛星云编著
说明: opencv3编程指导书,适用于学习opencv者(Opencv3 Programming Guide)
- 2020-11-23 20:01:02下载
- 积分:1