-
WordCounting
读取一个文本文件(英文,ASCII编码),对出现的单词次数进行统计,并按照出现次数从低到高排序,输出到一个文本文件中(每行一个单词信息,格式:单词 出现次数)。采用二叉树结构存储,中序遍历,快速排序。(Reads a text file (English, ASCII encoding), the number of occurrences of the word statistics, and in accordance with the number of occurrences of the sort low to high, output to a text file (one word per line message format: word occurrences). Binary tree structure stored in preorder, quick sort.)
- 2021-03-14 10:29:23下载
- 积分:1
-
MMC_lib
MSP430 communicate with external MMC cards
- 2010-01-13 00:02:09下载
- 积分:1
-
C-xiangmu
男人下100层小游戏,学校C语言项目用C写的。但是用到了C++的图形库,所以是CPP文件。几乎都是C的语法。是男人下100层小游戏。(100 men under the layer of small game, the school C language program written in C. But the use of the C++ graphics library, so is the CPP file. Almost all of the C syntax. Is the man under 100 layers of small game.)
- 2013-10-08 09:58:33下载
- 积分:1
-
SnakeGame
一个完全用C语言实现的贪吃蛇游戏,在TC环境下运行!对于初学C的同志,写个小游戏无疑是打基础的好方法,同时也提高自己对编程的兴趣!(A Snake game entirely in C language to run in the TC environment! Beginner C comrades to write a small game is undoubtedly a good way to lay the foundation, but also improve their own interest in programming!)
- 2013-04-27 09:52:37下载
- 积分:1
-
Song-Li-jie
<测量平差程序设计>——作者宋力杰,这本书中的附加源代码。(< Measurement Adjustment Program Design> - On Song Lijie, this book additional source code.)
- 2015-08-23 09:00:33下载
- 积分:1
-
ToolBox
Converter from string to object and from object to string.
divideNumber
generateNumber
generateNumber,
search,
meanValue,
sum,
searchMinMax,
minElement,
maxElement,
swap,
sort,
saveToFile,
readFromFile,
clear,
print end
setNewList.
- 2010-09-09 00:53:25下载
- 积分:1
-
SimuroSot Large League 11vs11
SimuroSot Large League (11vs11)
FIRA WorldCup
- 2019-04-29 13:40:56下载
- 积分:1
-
WindSpeed_Shorttime
说明: 湍流风模型,用MATLAB 仿真了渐变风的运行状态(Turbulent wind model, the running state of gradient wind is simulated with MATLAB.)
- 2019-04-01 16:52:34下载
- 积分:1
-
1_BLDC电机控制算法
详细介绍了BLDC的六步控制算法以及矢量控制算法的实现方式。(The control algorithm of BLDC is introduced)
- 2019-01-07 09:58:48下载
- 积分:1
-
TSP
TSP问题的多重解法,包括动态规划、回溯和贪心等(Multiple Solutions to TSP Problems, including Dynamic Programming, Backtracking and Greed)
- 2018-12-14 21:06:00下载
- 积分:1