-
一个地形渲染的引擎,能够输入dem数据,生成3D地形
一个地形渲染的引擎,能够输入dem数据,生成3D地形-A terrain rendering engine, can be dem input data to generate 3D terrain
- 2022-03-21 05:04:51下载
- 积分: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
-
这是一个udp的服务器程序
这是一个udp的服务器程序-This is a process server udp
- 2022-09-22 02:10:03下载
- 积分:1
-
VB代码编辑框滚轮支持插件的源代码,学习如何写VB插件。
VB代码编辑框滚轮支持插件的源代码,学习如何写VB插件。-VB code edit box roller support plug-source code, learn how to write VB plug-ins.
- 2023-07-25 09:35:03下载
- 积分:1
-
查看中文的五笔。在命令下写入一个中文,如果有这个字的中文五笔字库,则返回这个字的五笔。...
查看中文的五笔。在命令下写入一个中文,如果有这个字的中文五笔字库,则返回这个字的五笔。-View the Chinese wubi. Under this order to write a Chinese, the word if there are five Chinese characters, then return to the word s wubi.
- 2023-07-08 11:00:04下载
- 积分:1
-
Orienteering Problem with Hotel Selection , Tabu Search
利用禁忌搜索算法,用C语言实现了带酒店选择的定向运动问题。
- 2022-03-25 19:04:45下载
- 积分:1
-
仿金山毒霸2003界面源代码
仿金山毒霸2003界面源代码-imitation hand over the source code 2003 interface
- 2022-07-06 13:56:04下载
- 积分:1
-
mfc的应用
编制一个功能强大和易操作的Windows应用程序所需要的代码肯定会比一般的C++程序要多得多,但并不是所有的代码都需要自己从头开始编写。 Visual C++不仅提供了常用的Windows应用程序的基本框架,而且可以在框架程序中直接调用Win32 API(Application Programming Interface , 应用程序接口)函数。 用户仅需要在相应的框架位置中添加自己的代码或修改部分代码就可实现Windows应用程序的许多功能。
- 2023-09-01 06:30:04下载
- 积分:1
-
wince 示例程序 已经在evc++环境里 调试成功 主要介绍wince GDI函数的使用.以及窗体的生成
wince 示例程序 已经在evc++环境里 调试成功 主要介绍wince GDI函数的使用.以及窗体的生成-wince sample procedures have been in evc++ environment debug introduction success wince GDI function call. as well as the generation of form
- 2022-03-26 14:45:40下载
- 积分:1
-
VisualC++应用技巧与常见问题你问我答
为初学者提供,希望对大家有帮助!
分三部分传...
VisualC++应用技巧与常见问题你问我答
为初学者提供,希望对大家有帮助!
分三部分传-VisualC++ Application techniques and frequently asked questions you ask me to provide A for beginners, and they hope to have everyone help! Communication is divided into three parts
- 2022-05-10 21:50:14下载
- 积分:1