代码搜索:模拟分析

找到约 10,000 项符合「模拟分析」的源代码

代码结果 10,000
www.eeworm.com/read/124034/6785577

ģ

// 模拟View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "模拟.h" #include "模拟Doc.h" #include "模拟View.h" #include #include #ifdef _DEBUG #de
www.eeworm.com/read/189078/8490911

txt 使用线性同余算法产生伪随机数c语言模拟.txt

使用线性同余算法产生伪随机数C语言模拟[原创] C语言中有个random(n)函数,可以产生0——n-1之间的伪随机数,rand()函数可以产生0——32767之间的伪随机数,一般需要配合使用srand(long)给出随机种子,或者使用randomize()函数来根据系统时间指定随机种子。 常用的产生伪随机数的算法是线性同余法,下面是我写的代码,相信通过代码,大家可以 ...
www.eeworm.com/read/189078/8490921

txt 模拟图像去噪之临域平均法算法实现.txt

模拟图像去噪之临域平均法算法实现[原创] 用于消除图像中的噪点。代码有点繁琐,可以大幅度优化,有时间再加上。 /* realization of linyu lvbo method of image processing AUTHOR:BugEyes http://BugEyes.blog.edu.cn */ #define N 10 #define M
www.eeworm.com/read/429594/8800604

txt 13.3.2用两个普通io模拟i2c总.txt

#ifndef SDA #define SDA P0-0 #define SCL P0-1 #endif extern uchar SystemError; #define uchar unsigned char #define uint unsigned int #define Byte unsigned char #define Word unsigned in
www.eeworm.com/read/285298/8852070

txt 13.3.2用两个普通io模拟i2c总.txt

#ifndef SDA #define SDA P0-0 #define SCL P0-1 #endif extern uchar SystemError; #define uchar unsigned char #define uint unsigned int #define Byte unsigned char #define Word unsigned in