-
哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现...
哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
- 2022-02-03 01:47:47下载
- 积分:1
-
实现对PE文件的相关操作。可以对文件的图标,节,内容等进行操作...
实现对PE文件的相关操作。可以对文件的图标,节,内容等进行操作-The achievement of the relevant documents on the operation of PE. Icon on the document, section, content, etc. to operate
- 2022-04-24 11:24:17下载
- 积分:1
-
工程订单管理系统
工程订单管理系统
工程的进度管理便于统计及追踪.
开发外部资源或将资源外置,为了便于管理,我们需要以现有的Excel设定的表格内容项为基础,开发一套专门的工程订单管理系统:
需要实现: 订单录入与订单指派功能,订单进度追踪与分析功能;
品质数据录入与品质数据分析功能,
- 2022-04-22 16:44:31下载
- 积分:1
-
根据协议中的原则,对每个字节进行分析,…
能够根据bbs的协议原则,对每个字节进行分析,同时也能够同时显示中文和英文-According to the agreement in principle with each other, for each byte analysis, but also can display Chinese and English
- 2022-06-22 01:52:42下载
- 积分:1
-
VC下开发的采集接口,接口设计的参考…
VC下开发界面的合集,对于界面的设计有参考价值-VC developed under the Collection interface, the interface design for the reference value
- 2022-02-06 14:41:32下载
- 积分:1
-
用C写的通讯录小程序
大家一起交流一下
用C写的通讯录小程序
大家一起交流一下-Address Book using C to write small programs of exchange with U.S.
- 2022-02-02 01:22:07下载
- 积分:1
-
JavaSE-酒店管理系统源码
参考视频文件,自己实践搭建环境、手敲代码、调试并实现运行。主要是练习javase内容开发,通过项目,更加熟悉java se相关的api应用,为javaee提供扎实的基础;主要是javase+mysql+eclipse;文件中有sql文件,经过实践,可以应用到sqlserver2017和mysql 5.6.24等数据库中;工程中需要是的依赖jar包,我也是通过调试,在可运行的前提下,更新了一些jar包。
- 2022-03-21 03:43:16下载
- 积分:1
-
流接口
流接口-flow interface aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaa
- 2023-06-11 07:45:03下载
- 积分: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
-
采用I/O完成端口写的Socket连接类,采用消息回调的形式使用
采用I/O完成端口写的Socket连接类,采用消息回调的形式使用-Use of I/O completion port writing Socket connection class, adopted the message in the form of the use of callback
- 2023-05-21 10:50:03下载
- 积分:1