代码搜索:如何学习 5512?
找到约 10,000 项符合「如何学习 5512?」的源代码
代码结果 10,000
www.eeworm.com/read/452449/7440939
m linectrlok5512iinv.m
%单变量非线性动态系统控制器
clear;
m=2;
n=200;
k=n;
for i=1:100;
xi(i,1)=1;
end
for i=101:200;
xi(i,1)=0.3;
end
v=zeros(k,1);
w11=rand(1,n);
ww11=zeros(1,n);
w13=rand(1,n);
ww13=zeros(1,n);
w1
www.eeworm.com/read/405502/11461212
cfg sti5512addr.cfg
include STi5510addr.cfg
## This file is only created so that the equivalent .h file will be created
## by the makefile. All device info for 5512 is the same as 5510
www.eeworm.com/read/405502/11461252
cfg sti5512chip.cfg
include STi5510chip.cfg
#######################################################
##
## Set up STi5512 peripheral register blocks
##
#######################################################
pro
www.eeworm.com/read/357089/10216263
doc 学习.doc
www.eeworm.com/read/302580/13831723
frm 学习.frm
VERSION 5.00
Begin VB.Form Libads
Caption = "Form2"
ClientHeight = 4425
ClientLeft = 165
ClientTop = 855
ClientWidth = 7170
LinkTopic
www.eeworm.com/read/282427/4101797
makefile 学习.makefile
// 本文件为IDE自动生成与工程对应的编译文件
// 编译参数
-efl_name=学习
-out_mode=runable
-d os_win32
-out="C:\Documents and Settings\Administrator\桌面\学习\发布版\学习.exe"
// 类库信息定义文件
C:\Documents and Settings\Administ
www.eeworm.com/read/282427/4101798
makefile 学习.makefile
// 本文件为IDE自动生成与工程对应的编译文件
// 编译参数
-dbg
-efl_name=学习
-out_mode=runable
-d os_win32
-out="C:\Documents and Settings\Administrator\桌面\桌面\学习\调试版\学习.exe"
// 类库信息定义文件
C:\Documents and Settings\A
www.eeworm.com/read/192685/8363279
txt 如果vb打开正在使用的文件时出错怎么处理.txt
在 “如何判断某个文件是否已经打开”中 我 给 出 了 判 断 文 件 是 否 被 打 开 的 办 法 。 这 实 际 上 就 是 使 用 出 错 处 理 实 现 的 。 不 过 让 程 序 一 直 等 待 直 到 成 功 不 是 好 办 法 , 应 该 使 用 MsgBox询 问 用 户 是 否 继 续 尝 试 打 开 文 件 , 给 用 户 一 个 选 择 的 机 会 。