-
一个ping程序用来测试服务器的ping值,但是有点小问题:会跟系统的ping冲突,大家可以下载...
一个ping程序用来测试服务器的ping值,但是有点小问题:会跟系统的ping冲突,大家可以下载-Procedures used to test a ping server ping value, but a bit small problem: ping will conflict with the system, everyone can download
- 2022-04-30 15:07:38下载
- 积分:1
-
failed to translate
matlab环境下fft 应用的简单实例-failed to translate
- 2022-04-17 22:38:52下载
- 积分:1
-
串口数据通信,能直接从PC机串口上获得数据且显示出来
串口数据通信,能直接从PC机串口上获得数据且显示出来-Serial data communications, directly from the PC serial port on the machine and display data
- 2022-03-05 03:48:51下载
- 积分:1
-
对于interfacig 8051单片机与键盘的源代码
设计一个
- 2022-05-21 06:32:07下载
- 积分:1
-
VFP做的简易计算器,可作为软件组件使用。
VFP做的简易计算器,可作为软件组件使用。-It is a simple calculator designed by VFP.It can
be used with soft component.
- 2022-07-09 00:47:09下载
- 积分:1
-
filter, which is obtained from the toils of a very filtering algorithm, only slo...
Peer group filter,这是一种很精壮的滤波算法,只是速度有些慢,但是很有用-filter, which is obtained from the toils of a very filtering algorithm, only slowed somewhat slow, but useful
- 2022-01-26 03:12:46下载
- 积分:1
-
测试ip地址的合法性!
测试ip地址的合法性!-test the legality ip address!
- 2023-01-12 09:00:03下载
- 积分:1
-
电气machinepackage描述它至少有40字节的英文。
elektrical machinepackage and describe it at least 40 bytes in English.
- 2022-03-12 17:07:48下载
- 积分:1
-
软件简介:一个导出数据到wps表格的例子。其中WPSInterInface目录下的*lib.pas文件使用delphi的工具制作。由于WPS的三个组件:文字、表...
软件简介:一个导出数据到wps表格的例子。其中WPSInterInface目录下的*lib.pas文件使用delphi的工具制作。由于WPS的三个组件:文字、表格、演示有些接口的名称是一致的,这样在delphi的同一个单元中使用将比较麻烦,所以我写了uWPSTypeDef.pas文件来转换类名。-software description : a derived data to wps forms example. Which WPSInterInface* Contents of the document uses delphi lib.pas tool production. Because WPS three components : text, spreadsheet, and presentation of names of some interfaces are identical, so in the same delphi use of a unit to a more trouble, so I wrote a paper uWPSTypeDef.pas to change class name.
- 2022-02-05 02:20:06下载
- 积分:1
-
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L)...
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L) //折半插入排序
void BubbleSort(SqList L) //冒泡排序
void QuickSort(SqList L) //快速排序
void ShellSort(SqList L) //希尔排序-This document includes a variety of commonly used sorting algorithm void InsertSort (SqList L)// direct insertion sort void BInsertSort (SqList L)// half insertion sort void BubbleSort (SqList L)// Bubble Sort void QuickSort (SqList L)// quicksort void ShellSort (SqList L)// Hill sort
- 2023-04-10 05:10:02下载
- 积分:1