代码搜索:c_s
找到约 92 项符合「c_s」的源代码
代码结果 92
www.eeworm.com/read/395645/8164659
txt s_machine.smp_dump.txt
State Machine - |s_machine|c_s
Name c_s.st3 c_s.st2 c_s.st1 c_s.st0
c_s.st0 0 0 0 0
c_s.st1 0 0 1 1
c_s.st2 0 1 0 1
c_s.st3 1 0 0 1
www.eeworm.com/read/419141/10884535
nh 基于c_s模式的网络远程监控系统.nh
www.eeworm.com/read/395645/8164517
rpt s_machine.map.rpt
Analysis & Synthesis report for s_machine
Tue Dec 23 00:16:39 2008
Version 6.0 Build 202 06/20/2006 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
----------------
www.eeworm.com/read/131315/5935809
sh altos486.sh
: have heard of problems with -lc_s on Altos 486
set `echo " $libswanted " | sed "s/ c_s / /"`
libswanted="$*"
www.eeworm.com/read/152286/12124497
m 2-1.m
A=[1 2 3;4 5 6;7 8 9];
%全元素赋值,具体数组的构造法在下面说明
B=A;
C_S=A.*B
%数组乘运算,即为点乘运算,注意“*”前有个“.”运算符
C_J=A*B
%矩阵乘运算,注意“*”前没有“.”运算符
www.eeworm.com/read/173816/9634333
m 2-1.m
A=[1 2 3;4 5 6;7 8 9];
%全元素赋值,具体数组的构造法在下面说明
B=A;
C_S=A.*B
%数组乘运算,即为点乘运算,注意“*”前有个“.”运算符
C_J=A*B
%矩阵乘运算,注意“*”前没有“.”运算符
www.eeworm.com/read/289706/8534118
lst 1602c_s51驱动.lst
C51 COMPILER V7.20 1602C_S51驱动 05/13/2007 18:15:29 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE 1602C_S51驱动
OBJECT MODULE PLACED
www.eeworm.com/read/429877/8784615
m fig10_8.m
% Use this program to reproduce Fig. 1.8 in the text
clear all
close all
tau = linspace(.25,10,500);
taum = tau .* 1e-3;
C_S = [30 20 10 0];
c_s = 10.^(C_S./10);
for n = 1:size(C_S,2)
val1