-
Nanjing University of Aeronautics and Astronautics curriculum design data struct...
南京航空航天大学数据结构课程设计,本软件写的是公共交通换乘系统,有一点点小bug,但基本能用-Nanjing University of Aeronautics and Astronautics curriculum design data structure, the software is written by public transit systems, there is one little bug, but the basic use
- 2023-08-21 11:30:03下载
- 积分:1
-
MFC编写的简单聊天程序,用MFC编写的小程序,学习网络编程可以看看哦...
MFC编写的简单聊天程序,用MFC编写的小程序,学习网络编程可以看看哦-mfc
- 2022-01-26 04:36:24下载
- 积分:1
-
蚁群算法用c++语言实现的,可以用于求旅行商问题的解
蚁群算法用c++语言实现的,可以用于求旅行商问题的解-Ant colony algorithm using c++ language and can be used to seek the solution of traveling salesman problem
- 2023-05-05 15:50:02下载
- 积分:1
-
航空客运订票系统, 几航空客运订票系统, 几航空客运订票系统, 几...
航空客运订票系统, 几航空客运订票系统, 几航空客运订票系统, 几-Air passenger reservation system
- 2023-01-19 03:40:03下载
- 积分:1
-
压缩包中包含了大量各种数学问题算法的C语言源代码,可提供各种需要的移植...
压缩包中包含了大量各种数学问题算法的C语言源代码,可提供各种需要的移植-compression package contains a lot of mathematical problems algorithm C language source code that can provide a variety of needs transplant
- 2023-05-12 20:45:03下载
- 积分:1
-
这是 图的表现
这是 图的表现-This the performance of the plan
- 2022-02-05 19:28:37下载
- 积分:1
-
wince under a simple sinusoid of the painting, the program achieved in VS2005
wince下的一个简单的正弦曲线的画法,该程序在vs2005下实现的-wince under a simple sinusoid of the painting, the program achieved in VS2005
- 2022-04-07 18:17:45下载
- 积分:1
-
huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,...
huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem description : Let a message different frequency of the characters, in order to enhance the input and message translation efficiency, we must have a brief but no ambiguity of the characters code. Examination under Huffman algorithm, the message of characters, construct a Huffman tree for each character coding.
- 2022-10-09 01:35:04下载
- 积分:1
-
与公差分配
relate Tolerance Allocation
- 2022-02-01 08:18:59下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1