本书是全球畅销的C语言教程之一。全书系统地介绍了4种当前流行的程序设计方法————面向过程、基于对象、面向对象以及泛型编程,内容全面、生动。本书是英文版第6版,国内有机械工业出版社出版的中译版。
2023-07-13 18:35:22 8.64MB C语言 大学教材 Deitel
1
冲击是一个显式的有限元程序套件,可模拟动态冲击事件。 它具有一系列要素,联系方式和不同的材料法则。 可以使用随附的预处理器和后处理器来创建,求解和分析模型。 影响基于显式时间步进算法。 这类代码用于模拟动态现象,例如车祸等,通常涉及较大的变形。
2023-06-25 16:38:54 28.96MB 开源软件
1
CH7025/26 电视 (VGA) 编码器 编程指南 Programming guide and register guide in Chinese.
2023-06-19 19:53:27 1.11MB CH7025 CH7026 Chrontel
1
欧姆龙CX-Programmer7.3编程软件可以用于欧姆龙系列的PLC编程和下载。
2023-05-30 06:52:00 45.92MB CX-Program
1
语言:English 这个地方免费提供了Epson L3110打印机的Epson重置程序或调整程序工具。 在EPSON Resetter的帮助下,您可以修复爱普生“需要维修”或进行故障排除,并且红灯闪烁一个接一个的错误问题。
2023-05-12 09:35:15 158KB 扩展程序
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
RAT-SQL 该存储库包含ACL 2020论文。 如果您在工作中使用RAT-SQL,请按以下方式引用: @inproceedings { rat-sql , title = " {RAT-SQL}: Relation-Aware Schema Encoding and Linking for Text-to-{SQL} Parsers " , author = " Wang, Bailin and Shin, Richard and Liu, Xiaodong and Polozov, Oleksandr and Richardson, Matthew " ,
1
( C++大学基础教程(第五版)(C++ How to Program中文版)
2023-03-22 13:19:56 8.86MB C++ 基础 教程 第五版
1
Overhead Transparencies and Notes for Cadence®SKILL Language Programming Training Manual Version 5.0 Education Services July 26, 2002
2023-03-21 21:17:56 2.2MB Skill Program_5.0 OH+Notes
1
详细讲解C语言的名著,是the C Program Language的第二版,包括中文和英文两版,还附带题解代码
2023-03-05 14:29:12 5.69MB the C Program Language
1