代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/470800/6908887
cpp leftover.cpp
// leftover.cpp -- overloading the left() function
#include
unsigned long left(unsigned long num, unsigned ct);
char * left(const char * str, int n = 1);
int main()
{
using nam
www.eeworm.com/read/470800/6909023
txt 函数1.txt
主要内容
1.函数的定义和调用
2.变量的存储类型
3.函数的递归调用
4.内联函数
5.重载函数
6.默认参数的函数
第八讲函数
刘志敏
北京大学信息科学技术学院
liuzm@pku.edu.cn
3
函数的层次关系
§程序:完成一定功能的指令集合
§例如:输入一整数,判断是否为素数
§输入数据
§判断是否为素数
§显示结果 ...
www.eeworm.com/read/470209/6915130
c 178.c
/*
路边吃数游戏
宫殿中找出几个数之和是7的数并把它们吃掉,
再走到7的位置就获胜了。
*/
#define UP 0x4800
#define DOWN 0x5000
#define LEFT 0x4b00
#define RIGHT 0x4d00
#include
#include
#include
int
www.eeworm.com/read/470241/6917037
m gaikalman.m
function kalman
clc;
clear;
T=2; %雷达扫描周期
num=50; %滤波次数
%*******************产生真实轨迹*******************************************
N=800/T;
x=zeros(N,1); y=zeros(N,1);
vx=z
www.eeworm.com/read/469752/6926204
cpp 1099094_ac_6217ms_49012k.cpp
#include
#include
#include
using namespace std;
int a[4001],b[4001],c[4001],d[4001],n1[16000001],n2[16000001];
int num,n;
int cnt;
int main()
{
int i,j,p1,p2,c
www.eeworm.com/read/469779/6927124
m chap3_1.m
%Expert PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0.0;u_2=0.0;u_3=0.0;
y_1=0;y_2=0;y_3=0
www.eeworm.com/read/469528/6929816
h bitreeexample.h
void MakeCherTree(BiTreeNode* &root,int num)
{
BiTreeNode*b,*c,*d,*e,*f,*g,*h,*i;
BiTreeNode*j,*k,*l,*m,*n,*o,*NULL=NULL;
if(num==1)
{
g=GetTreeNode('G');
www.eeworm.com/read/469562/6931413
cpp classification.cpp
// Classification.cpp: implementation of the Classification class.
// 2005.1.13-16:02 By Superman
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#i
www.eeworm.com/read/298643/6943259
c ufobeloved.c
#include
#include
#define uint unsigned int
#define ulong unsigned long
sbit P0_0=P0^0; //输0按键
sbit P0_1=P0^1; //输1按键
sbit P0_2=P0^2; //输2按键
sbit P0_3=P0^3; //输3