python-course:Python大学图书馆
2023-04-05 19:37:02 5.12MB Python
1
南京邮电大学通达学院软件工程上机编程实验.pdf
1
Machine Learning and Graphical Models 王立威 北京大学 信息科学技术学院 Machine Learning Graphical Models Classical Machine Learning Algorithms
2023-04-05 13:07:22 580KB 机器学习 人工智能 概率图模型 PGM
1
学习C++必须选择的好帮助文档啊!里面有很好的编程方法!好有代码!可以直接复制来编写。
2023-04-04 22:14:14 10.21MB C++大学教程
1
C++大学教程(第七版)的示例源代码,详细而规范。 例:// Fig. 2.5: fig02_05.cpp // Addition program that displays the sum of two integers. #include // allows program to perform input and output // function main begins program execution int main() { // variable declarations int number1; // first integer to add int number2; // second integer to add int sum; // sum of number1 and number2 std::cout << "Enter first integer: "; // prompt user for data std::cin >> number1; // read first integer from user into number1 std::cout << "Enter second integer: "; // prompt user for data std::cin >> number2; // read second integer from user into number2 sum = number1 + number2; // add the numbers; store result in sum std::cout << "Sum is " << sum << std::endl; // display sum; end line } // end function main /************************************************************************** * (C) Copyright 1992-2010 by Deitel & Associates, Inc. and * * Pearson Education, Inc. All Rights Reserved. * * * * DISCLAIMER: The authors and publisher of this book have used their * * best efforts in preparing the book. These efforts include the * * development, research, and testing of the theories and programs * * to determine their effectiveness. The authors and publisher make * * no warranty of any kind, expressed or implied, with regard to these * * programs or to the documentation contained in these books. The authors * * and publisher shall not be liable in any event for incidental or * * consequential damages in connection with, or arising out of, the * * furnishing, performance, or use of these programs. * **************************************************************************/
2023-04-04 21:48:00 1.86MB C++大学教程
1
C++大学自学教程 第7版配套光盘,从最简单的知识开始,依次讲解,有C++源代码
2023-04-04 20:47:57 14.96MB C++
1
想学习C++的朋友,这个文件是你学习的一次机会,希望可以帮助你学习,谢谢。
2023-04-04 20:03:31 31.33MB C++大学自学教程
1
TJU-2020数字逻辑实验,内涵数字逻辑笔记 【实验】:ALU,多数表决器,自动贩卖机,分秒数字钟的epl文件,烧写用bin文件,实验报告 【数字逻辑笔记】有课上练习题,和考试的指导
1
2020级天津大学数字逻辑多数表决器的设计与实现
2023-04-03 18:53:32 748KB 数字逻辑 vivado 多数表决器
1
李老师的课件(笔记已经整理上了) 还有鄙人做的万能小炒电子版... 李老师的课件(笔记已经整理上了) 还有鄙人做的万能小炒电子版...
2023-04-03 12:22:12 78KB 吉林大学 软件 项目管理
1