-
CAD模拟的源代码 用MFC作的
CAD模拟的源代码 用MFC作的-CAD simulation of the source code used for the MFC
- 2023-05-07 07:05:02下载
- 积分:1
-
Changing the skin of a window or dialog.
源码易容无限换肤有术,易开发的希望可以对你有帮助-Changing the skin of a window or dialog.
- 2022-01-31 00:41:07下载
- 积分:1
-
目录里是《设计模式简单代码》的全部工程,里面对应于每个模式都是有一个对应的可编译工程的。...
目录里是《设计模式简单代码》的全部工程,里面对应于每个模式都是有一个对应的可编译工程的。-Directory is
- 2022-02-02 12:55:32下载
- 积分:1
-
Delphi开发的WEB_MAIL程序,初学者参考
Delphi开发的WEB_MAIL程序,初学者参考-Delphi development WEB_MAIL procedures, beginners reference
- 2022-03-01 00:36:58下载
- 积分:1
-
Culture location
界面本地化 手动对windows界面进行本地化语言设计包括mennustrip-Culture location
- 2023-01-06 03:25:03下载
- 积分:1
-
这是一个桌面虚拟键盘的例子,在VC++6.0中编译通过!
这是一个桌面虚拟键盘的例子,在VC++6.0中编译通过!-This is a desktop virtual keyboard example, in VC++6.0 to compile the adoption!
- 2022-01-25 14:15:15下载
- 积分:1
-
Office, client management, communication, research, bbs, download, tools, e
个人办公、客户管理、通讯中心、学习园地、论坛交流、资源下载、个人工具、邮箱等功能-Office, client management, communication, research, bbs, download, tools, e-mail,etc.
- 2022-03-09 20:19:33下载
- 积分: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
-
基于蒙特卡洛法的并行计算
使用蒙特卡洛法通过多线程计算π值,可以灵活的修改线程的数目
- 2022-09-30 06:45:08下载
- 积分:1
-
地图模拟
实现地图的模拟,缩放,取点等功能。
- 2023-06-23 04:15:05下载
- 积分:1