代码搜索:正演模拟
找到约 10,000 项符合「正演模拟」的源代码
代码结果 10,000
www.eeworm.com/read/189078/8490844
txt 大数相乘c代码.txt
大数相乘之常规算法C语言实现[原创]
两整数相乘,一般计算过程(相乘、移位、相加)如下:
4321
×) 999
----------
38889
38889
38889
----------
4316679
模拟该过程的C语言代码如下(整数在数组中逆序存放,结果是正序
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/389036/8551859
pdf 第14课,模拟pwm输出控制灯的10个亮度级别.pdf
www.eeworm.com/read/289398/8554839
pdf 第14课,模拟pwm输出控制灯的10个亮度级别.pdf
www.eeworm.com/read/287913/8661574
doc 《可编程控制器plc》模拟试卷3.doc
www.eeworm.com/read/287913/8661581
doc 《可编程控制器plc》模拟试卷4.doc
www.eeworm.com/read/287913/8661584
doc 《可编程控制器plc》模拟试卷2.doc
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