-
媒体播放器源代码
媒体播放器源代码-Media Player source code
- 2022-03-15 21:07:24下载
- 积分:1
-
BTREE 树形文件处理系统 灵活,好用 欢迎下载使用
BTREE 树形文件处理系统 灵活,好用 欢迎下载使用-BTREE tree document processing system is flexible, user-friendly welcome to use the download
- 2022-04-20 01:09:36下载
- 积分:1
-
java银行系统 java银行系统 java银行系统 java银行系统
java银行系统 java银行系统 java银行系统 java银行系统-java银行系统java银行系统java银行系统java银行系统java银行系统
- 2022-11-28 22:05:03下载
- 积分:1
-
有100个VC的编程实例
有100个VC的编程实例-have one hundred examples of programming by VC++
- 2022-06-17 04:21:41下载
- 积分:1
-
获取本机信息,包括本机名称,ip地址,子网掩码,本机协议,网络资源,重置IP配置,获取TCP协议统计信息,IP统计信息...
获取本机信息,包括本机名称,ip地址,子网掩码,本机协议,网络资源,重置IP配置,获取TCP协议统计信息,IP统计信息-Get local information, including the machine name, ip address, subnet mask, this machine protocol, network resources and reset the IP configuration, TCP protocol to obtain statistical information, IP statistics
- 2023-01-08 17:10:03下载
- 积分:1
-
red5直播
red5直播亲测可用,有red5服务的不用使用red5server 用其他两个就可以了 一个是发送一个是接收端
- 2022-08-09 13:34:36下载
- 积分:1
-
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part6...
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part6-Several of the radar target recognition of outstanding paper (based on nonlinear methods of study of radar target recognition. NH HRRP-based radar target identification. NH radar target identification system research and design. KDH). Part6
- 2022-05-29 16:52:11下载
- 积分:1
-
one
one-time pad的算法有以下要求:1、密钥必须随机产生2、密钥不能重复使用3、密钥和密文的长度是一样的。-one-time pad algorithm has the following requirements : 1, key must produce two random, not repeated use of key three, key and the ciphertext is the same length.
- 2022-04-16 09:49:50下载
- 积分:1
-
套接字程序(客户端)
socket program(client)
connet server and test trainsmision -socket program (client) connet server and test trainsmision
- 2022-05-29 07:33:31下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1