代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/454633/7386452
cpp algo0502.cpp
Status FastTransposeSMatrix(TSMatrix M, TSMatrix &T) { // 算法5.2
// 采用三元组顺序表存储表示,求稀疏矩阵M的转置矩阵T
int col, t, p, q;
int num[20], cpot[20];
T.mu = M.nu; T.nu = M.mu; T.tu = M.tu;
if (T.tu
www.eeworm.com/read/454101/7398791
java yanghui.java
//上机实践5 数组与字符串 实验1 数组的用法 YangHui.java
public class YangHui
{
public static void main(String[] args)
{
int num=1;
int i,j;
if(args.length
www.eeworm.com/read/454009/7402810
java hailstone.java
/*
* File: Hailstone.java
* Name:
* Section Leader:
* --------------------
* This file is the starter file for the Hailstone problem.
*/
import acm.program.*;
public class Hailstone extends
www.eeworm.com/read/453434/7420750
m fig3_26.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 3.26
% Patterns of Dolph-Chebychev arrays with eight elements
% (-20, -30, -40 dB sidelobes)
% Lillian Xiaolan Xu 3/23/99
% updated by K.
www.eeworm.com/read/453068/7427528
c static_1.c
/*统计字符串中每个字符出现的次数*/
/*要求:
@仅统计英文字符(大小写)
@此时可以利用英文字符ASCII码的规律
*/
#include
#include
#include
//全局变量
char str[] = "My Name is Ma Youzhong!";
www.eeworm.com/read/452718/7434230
java eliminationa.java
/*
* This file is part of MUSoSu.
*
* MUSoSu is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou
www.eeworm.com/read/452718/7434256
java board.java
/*
* This file is part of MUSoSu.
*
* MUSoSu is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou
www.eeworm.com/read/452713/7434424
cpp xt5-4.cpp
#include
using namespace std;
int main()
{int a[11]={1,4,6,9,13,16,19,28,40,100};
int num,i,j;
cout