资源列表
msp430g2553
- msp430G2553型号单片机 控制舵机的C程序-msp430G2553 Model SCM control servos C program
set
- 将A,B连个数组进行合并,且按升序排列,重复出现的数字只需要写一次,注重时间复杂度和空间复杂度-Will a, b, even array to merge, and arranged in ascending order, the number of repeated only need to write one more time
Stepper-motor
- 步进电机驱动程序(四相八拍),由此实现步进电机的档位控制-Stepper motor driver (four phase eight shot)
BaseClass
- 文件基础操作类,可以对文件名,路径进行获取-Document based on type of operation could be file name, path to obtain
shift
- 把一个团簇的外层原子往外拉,需要一个原子坐标输入文件-push the outer atom of the cluster,need a data file of the atom
texttoarray
- 在c#环境中,将txt格式的文件转换成二维数组,-Txt format files will be converted into two-dimensional array
return-number
- 功能是返回高于平均分的人数。point存放着m个人的成绩,high存放高于平均分的分数。-Function is the number of returns is higher than the average score.Store point of m a personal accomplishment, stored high above-average scores.
Form_ComSel
- 一个简单的选择串口设置。判断端口是否打开,选择登陆。-A simple choice serial port settings. Determine whether the port is open, select landing.
4
- 10个数进行排序可以利用选择法,即从后9个比较过程中,选择一个最小的与第一个元素交换, 下次类推,即用第二个元素与后8个进行比较,并进行交换。 -10 The number of sort method can be used to select, the nine comparison process, a minimum of exchange with the first element, the next and so on, that is the second element o
maopao
- 利用冒泡排序法对一组给定的数按从小到大进行排序,冒泡排序法-Bubble sort method is used for a given set of number to order by size, bubble sort method
queen
- 求解N皇后问题,解决棋盘上皇后不能在同一横向竖向斜向的问题-Solving the N- Queens problem, not solve the queen on the board in the same vertical transverse oblique problem
TxttoArrary2
- 一个用于将文本文件的数据读入到二维数组的类,使用起来非常方便,包括两种形式分隔的,一个是逗号,一个是空格。-a program used for reading in type of txt file,and saved it into two dimension arrary ,included multiform,such as it divide by comma or other symbols.