代码搜索:Homework
找到约 1,174 项符合「Homework」的源代码
代码结果 1,174
www.eeworm.com/read/456921/7336977
c homework.c
/*Coding by wang yue ru.
*/
#include
#include
#include
#include
int data_list[10000]; /*源数据数组*/
/*总处理数据个数--计算机个数--分组数据个数*/
int Ntotal,pcomputer,Numg
www.eeworm.com/read/436908/7758964
m homework.m
%分别通过Sobel边缘检测的计算公式及Edge函数中Sobel参数的设定来提取化工区的油气罐
f0=imread('1.jpg');
f1=rgb2gray(f0);
f=double(f1); %uint8不能进行计算,将其转为double型
[m,n]=size(f);
%Sobel检测的计算公式(dxs、dys分别是近似一阶导数值的掩模)
for i=2:m-1
www.eeworm.com/read/397872/8017480
class homework.class
www.eeworm.com/read/397872/8017481
docx homework.docx
www.eeworm.com/read/397872/8017484
java homework.java
import java.util.Random;
public class homework {
public static void main(String args[]) {
Random rand = new Random();
int speed[] = new int[100000];
for (int i = 0; i < 100000; i++) {
www.eeworm.com/read/328145/13044868
ppt homework[1].ppt
www.eeworm.com/read/326185/13158992
c homework.c
/*A program to control the moving of a mechanical arm's four joins*/
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/319753/13444619