资源列表

« 1 2 ... .23 .24 .25 .26 .27 12128.29 .30 .31 .32 .33 ... 14959 »

[汇编语言3

说明:,max函数出现在main函数之前,因此在main函数中调用max函数时,编译系统能识别max是已定义的函数名。 如果把两个函数的位置对换一下,即先写main函数,后写max函数,这时在编译main函数遇到max时,编译系统无法知道max代表什么含义,因而无法编译,按出错处理。 为了解决这个问题,在主函数中需要对被调用函数作声明-, Max function appears before the main
<LJH> 在 2025-02-21 上传 | 大小:3kb | 下载:0

[汇编语言4

说明:这是一个包含类的C++程序。 希望对大家有所帮助!-This is a class that contains C++ hope to help!
<LJH> 在 2025-02-21 上传 | 大小:3kb | 下载:0

[汇编语言5

说明:求s=a+a aa+…+aaa…aaa的值,其中a是1~9之间的某个数字,n是一个正整数,希望有所帮助!-Find s = a+aa+aaa+ ...+aaa ... aaa values, where a is a number between 1 to 9, n is a positive integer, hope that helps!
<LJH> 在 2025-02-21 上传 | 大小:3kb | 下载:0

[汇编语言6

说明:编写一个完整的C++程序,实现功能:向用户提问:“现在正在下雨吗?”-C++ write a complete program to achieve functional: the user question: " Now is it raining?"
<LJH> 在 2025-02-21 上传 | 大小:3kb | 下载:0

[书籍源码OFDM-main-program

说明:OFDM通信系统中的主程序,运行该通信系统的主程序就可以进行系统仿真。-OFDM communication system main program,running the program can obtain system simulation
<王磊> 在 2025-02-21 上传 | 大小:37kb | 下载:0

[书籍源码Finite-Element-Procedures

说明:K,J BATHE有限元分析过程的源代码-source of K,J,BATHE
<hanjiangxue> 在 2025-02-21 上传 | 大小:26kb | 下载:0

[编译器/词法分析Compiler

说明:这是一个用C语言写的C-minus编译器。实现了词法分析,语法分析。其中语法分析用的是递归下降算法。- 这是一个用C语言写的C-minus编译器。实现了词法分析,语法分析。其中语法分析用的是递归下降算法。 ON划词翻译ON实时翻译 This is a C language used to write the C-minus compiler. The l
<> 在 2025-02-21 上传 | 大小:284kb | 下载:0

[编译器/词法分析c-minus-(2)

说明:这是一个实现了界面的编译器,用C++写的,具有可操作的界面。是我的一个毕业设计。- 这是一个实现了界面的编译器,用C++写的,具有可操作的界面。是我的一个毕业设计。 ON划词翻译ON实时翻译 This is an implementation of the interface compiler, written in C++, with the oper
<> 在 2025-02-21 上传 | 大小:3.16mb | 下载:0

[书籍源码matlab

说明:matlab 小波分析和源代码 能够实行一部分-matlab wavelet analysis and source code to implement part of the
<yang> 在 2025-02-21 上传 | 大小:97kb | 下载:0

[编译器/词法分析arch_radix4

说明:Its verilog code for radix -4 cordic-Its verilog code for radix -4 cordic
<Madhumati> 在 2025-02-21 上传 | 大小:462kb | 下载:0

[编译器/词法分析Semantic_analyzer

说明:自顶向下子程序递归,算术表达式语义分析,实现对算术表达式的值的计算,输入文件格式如,压缩包中的txt文件-a demo of semantic analyse
<小风> 在 2025-02-21 上传 | 大小:12kb | 下载:0

[Dephi控件源码SocketClient

说明:实现socket客户端软件,通过socket接口从服务器接收信息-Achieve socket client software to receive information from the server through socket interface
<xiexp> 在 2025-02-21 上传 | 大小:3kb | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 12128.29 .30 .31 .32 .33 ... 14959 »

源码中国 www.ymcn.org