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
这是Intel公司关于80386系列机上编程的技术文档。是高级程序员编程比不可少的参考资料。
2023-02-20 19:44:26 743KB Intel 80X86 program manual
1
此为书籍C++ How to Program 9E的pdf版本,此书为全英文
2022-12-31 17:32:53 13.88MB C++ How to Program
1