-
CPrimer3rdEdition
C++原理阐述,是初学者学习C的很好的书籍,欢迎大家下载。(C++ principles expounded, is a good beginners book to learn C, welcome to download.)
- 2010-10-13 16:49:51下载
- 积分:1
-
Radar
雷达专业的经典教材,书籍雷达数据处理及应用,非常有用(Radar data processing and Application)
- 2014-01-03 16:34:46下载
- 积分:1
-
44
说明: 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。
例如,有以下矩阵:
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
若k结果为2,程序执行结果为:
3 4 5 1 2
3 4 5 1 2
3 4 5 1 2
请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。
注意:源文件存放在考生文件夹下的BLANK1.C中
不得增行或删行,也不得更改程序的结构!
(A given program, function fun feature is: a 3 × 5 matrix referred to in the first k elements of the left column to move Section 0, the k elements of each column after column followed by the left, the original columns in the left turn Bypass on the right. For example, the following matrix: 123,451,234,512,345 If k is 2, the program execution results: 345,123,451,234,512 in the program underscore the right content at the fill and to remove the underscore, so that the program reach the right result. Note: The source files in the folder of BLANK1.C candidates are not allowed by the line or delete line, nor change the structure of the program!)
- 2011-08-11 07:53:10下载
- 积分:1
-
test3_4
说明: 方程组追赶法的C++程序以及MATLAB源程序(Equations chase law procedures and the MATLAB C++ source code)
- 2011-04-12 00:03:24下载
- 积分:1
-
SearchBirthday
生肖查询软件,小巧精致,原理很简单,初学者进入(Zodiac query software, compact, very simple principle, beginners to enter)
- 2013-01-05 14:22:05下载
- 积分:1
-
student-degree-manage
此程序为学生成绩管理系统,其中有基本的成绩添加,修改,删除等功能,还可以保存在文件中。(This procedure for student achievement management system, the results of which have a basic add, modify, delete, etc., can also be saved in a file.)
- 2013-09-10 18:12:35下载
- 积分:1
-
Led_Light_water_and_key
DSP320F280X GPIO驱动流水灯的程序 (DSP320F280X GPIO driver light water programs)
- 2011-07-29 12:06:01下载
- 积分:1
-
spider
This is Visual C++ how to create wirus , with install instruction inside
- 2012-12-30 17:59:37下载
- 积分:1
-
ejeu4w5i5e
双目资料,很好的学习资料,帮助很大,谢谢大家(Binocular information, good learning materials, helpful, thank you)
- 2010-03-09 14:09:48下载
- 积分:1
-
music
51单片机程序,操作蜂鸣器,能使蜂鸣器奏出“祝你生日快乐”音乐。(51 SCM procedures, operation buzzer, buzzer can play the " Happy Birthday to You" music.)
- 2013-10-06 15:11:00下载
- 积分:1