-
早期的windows就是采用的INI格式文本文件。现在很多应用程序包括大型的软件也还在采用格式化文本文件保存配置参数,比如Bentely MicroStatio...
早期的windows就是采用的INI格式文本文件。现在很多应用程序包括大型的软件也还在采用格式化文本文件保存配置参数,比如Bentely MicroStation GIS平台GEOGRAPHICS8.0。
本文给出的就是利用VC来读取和分析配置文本文件,-early windows is the INI format text file. Now many applications including large software is also used to preserve document formatting text configuration parameters, such as MicroStation Bentely GEOGRAPHICS8.0 GIS platform. This paper is using VC to read and analyze configuration text file,
- 2022-06-26 07:27:32下载
- 积分: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
-
最小化窗口
Minimize window on C-- for windows.
- 2023-02-05 15:05:03下载
- 积分:1
-
使用API产生动态鼠标的例子,文件:animouse.rar
使用API产生动态鼠标的例子,文件:animouse.rar-API dynamically generated using the mouse example, file: animouse.rar
- 2022-03-22 01:38:31下载
- 积分:1
-
方块魔方
方块魔方-ideographic Cube
- 2022-03-22 17:06:29下载
- 积分:1
-
一个自我修复的应用演示
一个自我修复的应用演示-a self-healing application demonstration
- 2022-01-22 04:48:45下载
- 积分:1
-
dos下多任务C源程序
dos下多任务C源程序-dos multiple tasks C source
- 2022-09-15 05:05:04下载
- 积分:1
-
ARCGIS
实现从EXCEL数据转换到TXT,使用于某些特定格式的转换。简单,方便-ARCGIS
- 2022-01-31 22:33:36下载
- 积分:1
-
网络优化算法:最大流的FordFulkerson标号算法
网络优化算法:最大流的FordFulkerson标号算法-Network optimization algorithms: maximum flow of FordFulkerson Enumeration
- 2022-03-20 10:37:56下载
- 积分:1
-
图书管理系统
基于JSP的图书管理系统,管理员后台登录,可修改密码,添加馆长信息,借阅图书,续借图书,归还图书,对图书进行管理。使用Struts框架,Myeclipse搭建运行,数据库为MySQL。
- 2022-07-04 12:39:37下载
- 积分:1