-
Pitest
通过程序通讯协议检测,信号检测,采用文字方式及选项显示检测结果(Through program communication protocol detection, signal detection, using text mode and options to display the test results)
- 2020-06-22 05:00:02下载
- 积分:1
-
VB用户登录实例
说明: 使用说明书。vbdenglujianyijiemianbianchengshili(An instruction manual)
- 2020-06-19 04:40:01下载
- 积分:1
-
在 Windows2000 环境下实现动态 DNS 的安全考虑
在 Windows2000 环境下实现动态 DNS 的安全考虑-In Windows2000 environment dynamic DNS security considerations
- 2023-03-14 05:00:04下载
- 积分:1
-
knn-MatlabCode
说明: K近邻算法。(k-Nearest Neighbor,KNN),是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:在特征空间中,如果一个样本附近的k个最近(即特征空间中最邻近)样本的大多数属于某一个类别,则该样本也属于这个类别。(K-nearest neighbor algorithm. K-nearest neighbor (KNN) is a mature method in theory and one of the simplest machine learning algorithms. The idea of this method is: in the feature space, if most of the k nearest (i.e. the nearest) samples near a sample belong to a certain category, then the sample also belongs to this category.)
- 2020-10-04 15:21:47下载
- 积分:1
-
蜂鸣器和弦音实现基于瑞萨单片机实现电路+代码
蜂鸣器和弦音实现基于瑞萨单片机实现电路+代码(Realization of Buzzer and String Tone Based on Reza MCU Circuit+Code)
- 2019-01-09 00:02:17下载
- 积分:1
-
feiyuecontrol
支持PELCO—D协议,设置角度云台自动巡航,用于小测试,支持大部分云台。(Support PELCO - D protocol, set angle, pan head, automatic cruise, for small test, support most ptz.)
- 2017-10-12 17:37:04下载
- 积分:1
-
数值实验
针对复合材料层合板的非线性振动系统数值分析MATLAB代码分析(Stitching Composite Material Layered Non - Linear Ballistic System Integrity Value Analysis MATLAB Alternative Analysis)
- 2018-06-28 17:54:42下载
- 积分:1
-
MIKE11 data_input converter
说明: 可以提取CAD中点的坐标信息并转为MIKE地理信息数据输入格式(The coordinate information of midpoint in CAD can be extracted and converted to MIKE geographic information data input format.)
- 2020-06-24 09:20:01下载
- 积分:1
-
eterm链接协议源码
eterm 模拟socket连接源码,java编写,经测试仍可用。(Eterm analog socket connection source,by java)
- 2020-12-17 10:19:11下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1