代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/416011/11044450
h help.h
void help(int);
/*does help
1st parameter -> help index number*/
www.eeworm.com/read/465477/6937797
txt rfc518.txt
Network Working Group N. Vaughan
Request for Comments: 518 UCSB-MOD75
NIC: 16817
www.eeworm.com/read/457711/7319025
m solution.m
function x = solution(A,b)
% SOLUTION(A,b) uses the rref of [A,b] to find a solution x
% of Ax = b as one does by hand.
[R,jp] = rref([A,b]);
[m,n] = size(A);
r = length(jp);
if jp(r) == n+1
www.eeworm.com/read/454938/7381216
cpp swap.cpp
// swap() does not swap the value of the arguments!
void swap( int v1, int v2 ) {
int tmp = v2;
v2 = v1;
v1 = tmp;
}
www.eeworm.com/read/446971/7561971
cpp swap.cpp
// swap() does not swap the value of the arguments!
void swap( int v1, int v2 ) {
int tmp = v2;
v2 = v1;
v1 = tmp;
}
www.eeworm.com/read/437772/7741633
log flash.log
# Generated by the VisualDSP++ IDDE (Fri Sep 12 18:37:05 2008)
# Project File: D:\f pan\example\VisualDSP Projects\nanflash1\flash.dpj
"D:\Visual DSP++\ccblkfn.exe" -c .\nandflash.c -file-attr Pro
www.eeworm.com/read/199451/7850740
cpp p1-29.cpp
#include
main()
{
int a,b;
//输入数据
couta;
coutb;
//除法判断
if (b!=0 && a%b==0) {
cout
www.eeworm.com/read/197875/7964659
cpp swap.cpp
// swap() does not swap the value of the arguments!
void swap( int v1, int v2 ) {
int tmp = v2;
v2 = v1;
v1 = tmp;
}
www.eeworm.com/read/396882/8085342
cpp swap.cpp
// swap() does not swap the value of the arguments!
void swap( int v1, int v2 ) {
int tmp = v2;
v2 = v1;
v1 = tmp;
}