资源列表
10to2
- 用汇编实现两个十进制数相加,最后的结果显示在界面中。-compilation with two decimal number to achieve together, the final results showed that the interface.
Cpp1
- 单链表的实现,一条字符串,实现插入,删除,合并-Single linked list
T03
- 软件练习题3. 从键盘输入一个补码数(1~4位十六进制数),在显示器上以十进制形式显示其真值。(先判断输入了几位,据此合并得到十六进制数;再判断16位结果的最高位,若正直接除10取余倒序输出;若负则先求补再除10取余,输出时还要加’-’) 例如:输入:FFFF;输出:= -1 输入:80;输出:= 128 输入:E; 输出:=14 输入:FF;输出:= 256 -asm test
inverter_code
- this is a pic pure wave inverter code
11
- 对于新手很实用的一个分叉算例,可以参考一下-For starters very practical example of a fork, you can refer to
cap
- this i the cap of the DSP of texas intrument for control DC motor in a multi axis sytem
chunxuhanshuxuexishili
- 纯虚函数,学习过程的一个实例,有助于理解纯虚函数-Pure virtual function, an instance of the learning process, help to understand the pure virtual function
union2snrsinr
- 将一个整数转换成二维数组,数组每行的次序依次为1,2,3-Convert an integer into two-dimensional array of each line in the order followed by 1,2,3 ......
all
- 智能压力变送器的基于单片机LCD数显系统设计-Intelligent pressure transmitter LCD Digital Display System Microcontroller
overflow
- 利用overflow来完成鼠标经过图片放大-Overflow to complete mouse over image to enlarge
Josephus-problem
- 描述 约瑟夫问题:有n只猴子,按顺时针方向围成一圈选大王(编号从1到n),从第1号开始报数,一直数到m,数到m的猴子退出圈外,剩下的猴子再接着从1开始报数。就这样,直到圈内只剩下一只猴子时,这个猴子就是猴王,编程求输入n,m后,输出最后猴王的编号。 输入 每行是用空格分开的两个整数,第一个是 n, 第二个是 m ( 0 < m,n <=300)。最后一行是: 0 0 输出 对于每行输入数据(最后一行除外),输出数据也是一行,即最后猴王的编号-
