-
这是一个四阶幻方生成器,程序来自动生成多个幻方,幻方是一种神奇的东西...
这是一个四阶幻方生成器,程序来自动生成多个幻方,幻方是一种神奇的东西-This is a fourth-order magic square generator, procedures to automatically generate a number of magic square, magic square is a wonderful thing
- 2022-09-25 11:40:02下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
股票源码!简单实用!方便快捷!直接可用,对系统要求低!
股票源码!简单实用!方便快捷!直接可用,对系统要求低!
-Stock source! Simple and practical! Convenient! Directly available on the system requirements low!
- 2023-05-02 04:10:03下载
- 积分:1
-
Tiger语言编译器
Tiger语言编译器-Tiger language compiler
- 2022-12-11 04:20:03下载
- 积分:1
-
双鱼林学生公寓信息管理系统,大家好,我是..
双鱼林学生公寓信息管理系统
大家好,我是双鱼林,这是我为大家奉献的asp.net+sqlserver2000的学生公寓信息管理系统-Beas Lin Student Apartment information management system Hello everybody, I am a Pisces forest, this is my dedication to all students in asp.net+ sqlserver2000 Apartment Information Management System
- 2022-04-25 00:35:45下载
- 积分:1
-
c-c++使用gsoap调用wcf发布的webservice
资源描述c-c++使用gsoap调用wcf发布的webservice,
在使用gsoap调用wcf发布的webservice时,总是提示415错误,查找错误半天发现,
gsoap使用的是soap2.0,而wcf发布的webservice使用的是soap1.0,所以想解决问题就是
需要将两边使用的soap对等。
- 2022-02-25 09:30:39下载
- 积分:1
-
single
单键遥控码学习控制器-single-button remote control codes Learning Controller
- 2023-06-20 17:20:03下载
- 积分:1
-
一款非常小的液晶显示屏,适合于便携式设备使用。
一款非常小的液晶显示屏,适合于便携式设备使用。-A very small LCD screen, suitable for use in portable devices.
- 2022-02-04 23:02:46下载
- 积分:1
-
The DMA used in 8237 experiments, the use of environmental integrated environmen...
用于8237的DMA实验,使用环境可为Winxp Xingyan集成环境-The DMA used in 8237 experiments, the use of environmental integrated environment for Winxp Xingyan
- 2022-02-14 23:53:30下载
- 积分:1
-
exe文件合二为一,将二个可执行文件合成一个
exe文件合二为一,将二个可执行文件合成一个-exe files combined, the two into one executable file
- 2023-03-22 20:35:03下载
- 积分:1