联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 软件工程(4) 
按平台查找All C/C++(4) 

[软件工程] C++程序设计实验

3.实验基本要求 1) 输人并运行所给的参考程序1,并将程序中的注释部分也输人计算机,体会和理解程序的基本格式规范。 2) 编写重载函数Maxl可分别求取两个整数,三个整数,两个双精度数,三个双精度数的最大值。 3) 编写并测试3X3矩阵转置函数,使用数组保存3X3矩阵。 4) 使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 5) 编写程序,用二进制方式读写指定的文件a.bin,在每一行前加行号,写入另一个二进制文件b.bin中,从b.bin中读取数据输出到屏幕。
3. Basic requirements of experiment 1) input and run the given reference program 1, and input the annotation part of the program into the computer, so as to understand and understand the basic format specification of the program. 2) write the overload function maxl to calculate the maximum value of two integers, three integers, two double precision numbers and three double precision numbers respectively. 3) write and test the 3 x 3 matrix transpose function, and use the array to save the 3 x 3 matrix. 4) use dynamic memory allocation to generate dynamic array to complete the task again, and use pointer to realize the function function. 5) write the program, read and write the specified file a.bin in binary mode, add line number before each line, write it to another binary file b.bin, read data from b.bin and output it to the screen. (2019-11-12, C/C++, 18KB, 下载0次)

http://www.pudn.com/Download/item/id/1573556009448946.html

[软件工程] 软件工程

1. 软件工程关注于大型程序的构造; 2. 软件工程的中心课题是控制复杂性; 3. 软件经常变化; 4. 开发软件的效率非常重要; 5. 和谐地合作是软件开发的关键; 6. 软件必须有效地支持它的用户; 7. 在软件工程领域中是由具有一种文化背景的人替具有另一种文化背景的人创造产品。
software engineering (2019-07-29, C/C++, 1289KB, 下载5次)

http://www.pudn.com/Download/item/id/1564403407305470.html

[软件工程] ADS1211

ads1211 24位、双通道模拟信号采集,基于stm32驱动程序,
ADS1121 Driver program (2019-04-23, C/C++, 2KB, 下载6次)

http://www.pudn.com/Download/item/id/1556003205778878.html

[软件工程] Microsoft_C

编程精粹 ─── Microsoft 编写优质无错C 程序秘诀 Writing Clean Code ─── Microsoft Techniques for Developing Bug-free C Programs Steve Maguire 著 姜静波 佟金荣 译 麦中凡 校 电子工业出版社 编写优化、高效、无错地代码 2 这份电子书籍由PC Home 俱乐部、C++ Bulider 讨论区数位网友分别整理完成,基本 上完全按照所据译本原貌,极少数文字为通顺起见稍作修改。由于并非一人整理完成,书 中例程各章节代码书写风格可能稍有不同,如指针声明,以下两种写法都存在: void* pv // ‘*’号与类型说明符相连 void *pv // ‘*’号与变量名相连
programming essence Building Building Quality Microsoft prepared no wrong C program secret Writing Cl ean Building Code Building Techniques for Building Microsoft Developi Vi Bug-free C Programs with Steve Maguire Jiangjingbei Tong Mai Jinrong translation Where were the school electronics industry publishing company optimization, efficient, no wrong code to the two e-books by PC Home Club, C Bulider discussing several netizens were sorted out, basically According to the translation in accordance with the original landscape. very few words for the sake of coherence with some slight modifications. Because a person is not sorted out, the chapters of the book Programming code writing style may be slightly different, such as pointer statement, Following two written exist : void* pv/ (2006-08-18, C/C++, 566KB, 下载440次)

http://www.pudn.com/Download/item/id/209827.html
总计:4