代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/440602/7685927
c main.c
#pragma sfr
#pragma DI
#pragma EI
#pragma NOP
#pragma HALT
#pragma STOP
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
文件名: main.C
功能: 主程序,监测硬件变化,配
www.eeworm.com/read/298317/7967086
cpp main.cpp
#include
#include"my_List.h" //注意:自己编写的头文件要用“”,不能用
void main()
{
MY_List list1;
list1.Print();
for(int i=1;i
www.eeworm.com/read/298317/7967107
cpp use_list.cpp
#include
#include"MY_List.h" //注意:自己编写的头文件要用“”,不能用
void main()
{
MY_List list1;
list1.Print();
for(int i=1;i
www.eeworm.com/read/244041/12896392
eq3 gal_300f.eq3
ispLEVER 5.1.02.70.06.06.SP2006.02 Linked Equations File
Copyright(C), 1992-2006, Lattice Semiconductor Corp.
All Rights Reserved.
Design gal_300f created Fri Dec 01 11:22:09 2006
Title: gal_3
www.eeworm.com/read/244041/12896438
eq4 gal_300f.eq4
ispLEVER 5.1.02.70.06.06.SP2006.02 Linked Equations File
Copyright(C), 1992-2006, Lattice Semiconductor Corp.
All Rights Reserved.
Design gal_300f created Fri Dec 01 11:22:09 2006
Title: gal_3
www.eeworm.com/read/244041/12896488
eq2 gal_300f.eq2
ispLEVER 5.1.02.70.06.06.SP2006.02 Linked Equations File
Copyright(C), 1992-2006, Lattice Semiconductor Corp.
All Rights Reserved.
Design gal_300f created Fri Dec 01 11:22:09 2006
Title: gal_3
www.eeworm.com/read/310869/13642029
cpp double_array.cpp
//6.编写一个程序,它使用下列函数:
//Fill_array()将一个double数组的名称和长度作为参数,它提示用户输入
//double值,并将这些值存储到数组中。当数组被填满或用户输入了非数字时,
//输入将停止,并返回实际输入了多少个数字。
//Show_array()将一个double数组的名称和长度作为参数,并显示该数组的内容。
//<mark>Reverse</mark>-array()将一个d ...
www.eeworm.com/read/303954/13806087
c nt7534_initial.c
void Init()
{
//-----------------------------------------------------------------------------------//
//------------------------------------NT7534 Initial Code----------------------------//
/
www.eeworm.com/read/238672/13869678
c bits.c
/* return the number of bits present in the unsigned integer n. */
int bitcount(unsigned n)
{
unsigned r;
r = 0;
while (n!=0) {
r++;
n ^= n & (-n);
}
www.eeworm.com/read/300886/13883620
m v3d_color.m
function v3d_color(varargin)
% Colormenu for Volume Browser
%
% Adaptation of function "v3d_color" by Robert Barsch; the original
% version is available at The Matlab Central File Exchange, File ID 2