代码搜索:正演模拟
找到约 10,000 项符合「正演模拟」的源代码
代码结果 10,000
www.eeworm.com/read/266354/11231180
obj 模拟退火.obj
www.eeworm.com/read/266354/11231204
cpp 模拟退火.cpp
#include
#include "Vector.h"
#include
#include
#include
#include
#include
using namespace std;
void tuihuo(){
double df=0;
double T=280
www.eeworm.com/read/335466/12521652
vi 模拟数据发生.vi
www.eeworm.com/read/248026/12607471
txt 模拟并口时序.txt
采用模拟并口时序的话,你只需要修改写索引地址:CH375HM_INDEX_WR( Index )、写数据:CH375HM_DATA_WR( Data )、读数据:CH375HM_DATA_RD( )这三个子程序就行了。大体时序为:
写索引口:
向并口输出数据、A0=0 ;注意,A0一定要在CS和WR变化之前
CS=0和WR=0
延时几十纳秒
CS=
www.eeworm.com/read/247957/12610472
txt io模拟串口.txt
#include
sbit BT_SND =P1^0;
sbit BT_REC =P1^1;
/**********************************************
IO 口模拟232通讯程序
使用两种方式的C程序 占用定时器0
************************
www.eeworm.com/read/134806/13973479
txt 作业调度模拟.txt
主题:作业调度模拟求助
--------------------------------------------------------------------------------
求助:Thanks!!
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下:
1.输入:
作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括
www.eeworm.com/read/236940/13990208
ppt 3.1模拟课件.ppt
www.eeworm.com/read/132570/14083934
fla 模拟鼠标双击.fla
www.eeworm.com/read/113377/15457118
txt 模拟病毒.txt
在 与 之间加入:
function hassl() {
;alert('警告,我是黑黑病毒,已侵入你的系统!!!')
;alert('我现在已经驻在你家里,你欢迎我么????')
;alert('你的硬盘文件将会被我“吃掉“,哈哈....')
;alert('我是不是很“黑“,现在才知道么?太
www.eeworm.com/read/104921/15681459
txt io模拟串口.txt
#include
sbit BT_SND =P1^0;
sbit BT_REC =P1^1;
/**********************************************
IO 口模拟232通讯程序
使用两种方式的C程序 占用定时器0
************************