-
在Windows下对端口编程是受保护的,而对任意物理地址的操作更是几乎很难办到,此程序则提供了上述操作。...
在Windows下对端口编程是受保护的,而对任意物理地址的操作更是几乎很难办到,此程序则提供了上述操作。-the port of Windows programming is protected, and for any physical address of operation is hardly possible that this procedure will provide the above operations.
- 2023-08-12 01:05:03下载
- 积分:1
-
SCFDMA使用matlab
使用理论或项目,它是来自matwork。我不知道你是否喜欢还是不喜欢,如果不是的话,你可以搜索“SCFDMA在matwrok使用MATLAB”
- 2022-01-26 05:18:33下载
- 积分:1
-
parzen算法的vc实现代码,包括正态分布和均匀分布。
parzen算法的vc实现代码,包括正态分布和均匀分布。-vc achieve parzen algorithm code, including the normal distribution and uniform distribution.
- 2022-12-17 17:35:04下载
- 积分:1
-
一个网络聊天服务端
一个网络聊天服务端-an Internet chat server
- 2022-01-31 06:46:34下载
- 积分: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
-
复制位图文件到粘贴板中
复制位图文件到粘贴板中-Copy bitmap files to clipboard
- 2022-08-07 19:52:13下载
- 积分:1
-
客户机,服务器连接.进行广播信息的实现.
客户机,服务器连接.进行广播信息的实现.-Connected with client/server,carry out information broadcasting.
- 2022-02-15 15:21:02下载
- 积分:1
-
DAO数据库访问方法
DAO数据库访问方法-DAO Database Access Method
- 2022-02-01 09:57:15下载
- 积分:1
-
ADO.NET简单练习源码
ADO.NET简单练习源码功能介绍: 一个ADO.NET的简单练习。数据库表以员工列表为例,没有使用三层架构模式,sqlhelper、dal、model等都有涉及。实现了数据的增、删、改、查功能,每个功能都有一个采用存储过程实现的方法。存储过程写的比较简单,为了练习上的方便采用了WinForm形式。大家可以继续完善其它界面方式。注意: 开发环境为Visual Studio 2010,数据库为SQL Server 2008,数据库文件在文件夹中附加就行。
- 2022-12-23 17:35:03下载
- 积分:1
-
WinsCard dll,它将发送和接收 APDU 命令的智能卡。
WinsCard dll,它将发送和接收 APDU 命令的智能卡。
在 C 原始 SmartCardIO
由安德鲁 · 费尔南德斯
- 2022-05-18 14:15:29下载
- 积分:1