-
some avr jtag schematics
some avr jtag schematics
- 2022-03-29 14:47:18下载
- 积分:1
-
这个是采用欧氏距离下的K
这个是采用欧氏距离下的K-means算法的matlab实现-this is the Euclidean distance between the K-means algorithm to achieve the Matlab
- 2023-04-25 19:35:03下载
- 积分:1
-
iperf 带宽测试工具
iperf的是一种常用的网络测试工具,可以创建传输控制协议(TCP)和用户数据报协议(UDP)数据流,并测量承载它们的网络的吞吐量。iperf的是网络性能测量工具用C写的这是TTCP程序的重新实现兼容,是由分布式应用支持团队开发 (DAST)的国家实验室应用网络研究(NLANR),一个研究实验室,与大学合并 加州大学圣地亚哥分校的合作协会互联网数据分析(CAIDA)组,但其中被关闭的 2006年12月31日,由于受美国国家科学基金会的终止资助。iperf的允许用户设置可用于测试网络的各种参数,或者用于优化或调整 一个网络。 iperf的具有客户机和服务器的功能,并且可以单向地测量两个端部之间的通过量,或者 或双向。它是开放源代码软件,并运行于各种平台,包括Linux,Unix和Windows(无论是本地或内部的Cygwin[1])。UDP:当用于测试的UDP容量的Iperf允许用户指定数据报的大小,并提供结果的数据报吞吐量和包丢失。TCP:当用于检测的TCP容量的Iperf测量有效载荷的吞吐量。 iperf的使用1024×1024兆字节,1000×1000兆。
- 2022-05-12 20:20:29下载
- 积分:1
-
亚控的组态王超级XY曲线控件例程,学习研究用
亚控的组态王超级XY曲线控件例程,学习研究用-KING Super XY curve control routines
- 2022-10-03 16:20:03下载
- 积分:1
-
贪食蛇游戏经典游戏之一,本程序采用C编程,在TC2.0下通过运行,谢谢大家欣赏...
贪食蛇游戏经典游戏之一,本程序采用C编程,在TC2.0下通过运行,谢谢大家欣赏-pivotal game classic games, the procedures used C programming, by running under WITH TC 2.0, thank you all appreciate
- 2023-01-16 11:45:04下载
- 积分:1
-
本源码是用封闭的LabVIEW仿真直流电机
本源码是用labview仿真直流电机闭环控制的程序,希望对大家有用-The source is a DC motor using LabVIEW Simulation of closed-loop control procedures, in the hope that useful to everybody
- 2022-02-13 19:41:16下载
- 积分:1
-
作为一个大的,高
作为一款大型高并发高负载的开源SNS(社交网络服务)软件,iwebSNS功能强大,易于扩展,具有良好的伸缩性和稳定性-As a large, high-concurrency high-load open source SNS (social network service) software, iwebSNS powerful, easy to expand, has good scalability and stability of the
- 2022-03-03 13:10:26下载
- 积分:1
-
This system is mainly to build a web
本系统主要构建一个网上物流平台,以让物流的物资准时,准确,无误的送达目的地。而在后台实现公司管理物流信息,以备货物无误差的配送,让顾客无忧的接收货物。
本系统实现前台实现公司方面的信息发布等,后台实现客户上门的需求录入,以及仓储的信息配送等功能。
-This system is mainly to build a web-based logistics platform in order to allow the logistics of materials on time, accurate and error-free destination. While in the background to achieve logistics information management to prepare error-free distribution of goods, so that customers receive worry-free goods. The system has realized front to achieve the company" s information release and so on, back-door needs to achieve customer input, as well as the storage of information distribution and other functions.
- 2022-03-17 16:43:53下载
- 积分:1
-
串口数据格式转换程序打包下载用LABVIEW做的
串口数据格式转换程序打包下载用LABVIEW做的-serial data format conversion package downloaded using LABVIEW do!
- 2022-02-05 21:42:59下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1