资源列表
example66
- 题目:输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换, 然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Title: Enter three integers x, y, z, please put the three and a number of small to large output. 1. Program analysis:
12
- 11七个音阶声音输出实验 11七个音阶声音输出实验-11 seven scale experimental sound output
programs
- this folder includes programs such as, compare strings, pointers as functions, increment pointer, define function, friend class for each other
dianzinaozhongxianshichengxu
- 用汇编语言编写的电子闹钟的显示程序,由显示代码取得相应的断码、显示断码数据的串行发送-dianzinaozhongdexianshichengxu
jisuanqi
- 是一个简单的计算机,包括加减乘除,也是在VC上开发的,虽然有点老-Is a simple computer, including addition, subtraction, but also on the development of the VC, though a bit old
Python-for-Twitter
- Python code for mining tweets
gprs
- Reading data from ADC
66090
- The following Matlab project contains the source code and Matlab examples used for fitting an ellipse to a given set of points. The most accurate and robust fit minimizes geometric (orthogonal) distances the observed points to the fitting curve. -The
iosAdddelete
- ios的增删改查具备增删改查功能.ios系统中的增删改查-ios with CRUD CRUD functionality. ios system CRUD
dyzbhg.m
- 多元线性回归的算法-Multiple linear regression algorithm
SETKEY
- 球场用记时器,用于倒计时,已量产,有注解-Stadium with a chronograph for the countdown, volume production, there are comments
bstree.tar
- This archive conteains a simple binary search tree algorithm written in standard C.