代码搜索结果
找到约 10,000 项符合
C 的代码
testin.txt
3;
2+3;
b+d;
A-c;
2+4-(D-s)/3*Q;
((3+4)/3-2;
(a+b)*(c-d)/f;
exm03022_3.m
A_C(3,:)=[] %删除第3行,使A_C成为 的元胞数组
R_A_C=reshape(A_C,2,3)
testin.txt
3;
2+3;
b+d;
A-c;
2+4-(D-s)/3*Q;
((3+4)/3-2;
(a+b)*(c-d)/f;
subsref.m
function c = subsref(a,s)
if isempty(s.subs{1}) | (length(s.subs)>1 & isempty(s.subs{2}))
c = [];
return
end
if length(s.subs) == 1
if strcmp(s.subs{1},':')
c = a.d(:);
else
c = a.d(s.subs{1})
readme.txt
汇编与C语言的相互调用
完整的ARM工程,包含启动代码,连接脚本,汇编调用等。
稍为复杂的C程序,用到指针/数组等。并且,有部分函数用汇编语言直接编写。
通过stack窗口,观察函数调用关系。
C代码需要补充。
yaokon.plg
礦ision2 Build Log
Project:
E:\电子\制作库\红外解码c语言版\yaokon.uv2
Project File Date: 02/21/2006
Output:
compiling a.c...
A.C(4): error C231: 'P2_7': r
subsref.m
function c = subsref(a,s)
if isempty(s.subs{1}) | (length(s.subs)>1 & isempty(s.subs{2}))
c = [];
return
end
if length(s.subs) == 1
if strcmp(s.subs{1},':')
c = a.d(:);
else
c = a.d(s.subs{1})
min.m
function m=min(c);
% COMPONENTS/MIN returns the minimum value of all components
% Kenneth C. Arnold (for NASA GSFC), 2004-08-06
m=min(min([c.d.c]));
max.m
function m=max(c);
% COMPONENTS/MAX returns the maximum value of all components
% Kenneth C. Arnold (for NASA GSFC), 2004-08-06
m=max(max([c.d.c]));
ttymodes.h
/* $OpenBSD: ttymodes.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $ */
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* A