搜索结果

找到约 613 项符合 main 的查询结果

按分类筛选

显示更多分类

数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5 ...
https://www.eeworm.com/dl/641/284429.html
下载: 123
查看: 1087

其他行业 #include <stdio.h> #include<math.h> void pid_init() void pid_tune() void pid_setinte

#include <stdio.h> #include<math.h> void pid_init() void pid_tune() void pid_setinteg() void pid_bumpless() float pid_calc() void main()
https://www.eeworm.com/dl/668/285707.html
下载: 65
查看: 1034

DSP编程 Qpsk signal Processing Code The DSP code should be efficient and accurate to properly demodulate th

Qpsk signal Processing Code The DSP code should be efficient and accurate to properly demodulate the incoming signal. The DSP can be coded strictly in “C” or C-language can be intermingled with assembly code.include Real Time Digital Signal Processor Code – Main.c file BER Test Code
https://www.eeworm.com/dl/516/288968.html
下载: 131
查看: 1037

单片机开发 /// /// /// ////1602驱动函数////////////////////////////////////// ////////////////////////////////////

/// /// /// ////1602驱动函数////////////////////////////////////// ////////////////////////////////////////////////////////////// // 函数原型:print(ucahr *string) // 输出字符串,超过16个字符时自动移入第二行 // printone(uchar x,uchar y,ucahr Data) // 在指定的位置(x,y)输出一个字符 // lcm_init(void) ...
https://www.eeworm.com/dl/648/291146.html
下载: 34
查看: 1026

游戏 一个已经实现的连连看小游戏的源码

一个已经实现的连连看小游戏的源码,其中Kyodai.java是main文件,打成jar包就可以运行。
https://www.eeworm.com/dl/625/293279.html
下载: 24
查看: 1043

单片机开发 嵌入式程序

嵌入式程序,这是MAIN函数,实现简单的功能
https://www.eeworm.com/dl/648/296040.html
下载: 36
查看: 1017

其他 作品名称:班级成绩管理系统 作者:sammual 一 该系统的设计方法:其主要的设计方法是面对过程的

作品名称:班级成绩管理系统 作者:sammual 一 该系统的设计方法:其主要的设计方法是面对过程的,整个程序的走向很清晰地说明了这一点;但其中也有小部分用的是面对对象的,例如类的实现。该系统包含“main.cpp”,“stuent.cpp ”和“student.h”三个文件,用visual c++6.0先建立一个空的win32 console Application工程, ...
https://www.eeworm.com/dl/534/297907.html
下载: 28
查看: 1048

操作系统开发 一个完整的SHELL实现源代码

一个完整的SHELL实现源代码,内容包括:buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe panic.c 对学习操作系统有很大的帮助
https://www.eeworm.com/dl/531/298623.html
下载: 86
查看: 1039

人工智能/神经网络 粒子群算法MATLAB实现

粒子群算法MATLAB实现,主程序为MAIN
https://www.eeworm.com/dl/650/299300.html
下载: 66
查看: 1028

数值算法/人工智能 TSP算法 1.C语言TSP算法 2.2-OPT

TSP算法 1.C语言TSP算法 2.2-OPT,orOPT摄动 3.Main单独执行
https://www.eeworm.com/dl/518/300029.html
下载: 43
查看: 1189