-
include Polynomialh
用链表实现多项式的加减乘法,c源代码。
用类封装。-include Polynomialh
- 2023-04-22 20:30:03下载
- 积分:1
-
在arm9 2440 开发板上采用RTP协议实现语音传输 需在开发板上接入麦克风...
在arm9 2440 开发板上采用RTP协议实现语音传输 需在开发板上接入麦克风-In the arm9 2440 development board using RTP protocol for voice transmission needs in the development of on-board access to the microphone
- 2022-02-03 16:01:22下载
- 积分:1
-
一个非常简单的网站,具有留言板等功能,希望你们喜欢
一个非常简单的网站,具有留言板等功能,希望你们喜欢-A very simple website, with features such as message boards, and I hope you like
- 2022-03-28 13:54:09下载
- 积分:1
-
实现精确延时的类
实现精确延时的类 -achieve precise type of delay
- 2023-06-13 13:35:03下载
- 积分:1
-
WINIO use of a keyboard and write small examples. To illustrate that the WINIO u...
一个使用WINIO对键盘端口进行读写操作的小例子.想说明的是,使用了WINIO,对端口进行程序操作真的很简单.-WINIO use of a keyboard and write small examples. To illustrate that the WINIO use of the procedures for port operations really very simple.
- 2022-01-22 17:40:51下载
- 积分:1
-
Digital clock source code
数字时钟源代码
- 2022-02-18 16:04:16下载
- 积分:1
-
递归的应用:最简单分形图形实现ksqx
递归的应用:最简单分形图形实现ksqx-recursive applications : the most simple Fractal Graphics ksqx
- 2022-04-12 06:50:13下载
- 积分:1
-
查看主机的接口,并显示接入设备名称,序列号,厂家等信息...
查看主机的接口,并显示接入设备名称,序列号,厂家等信息-Show host interface, and display the access equipment name, serial number, manufacturer information, etc.
- 2023-05-09 00:40:02下载
- 积分:1
-
SMTP与POP3协议 能够接收与发送邮件
SMTP与POP3协议 能够接收与发送邮件-POP3 and SMTP to send and receive mail
- 2022-10-04 14:00:03下载
- 积分: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