代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/448826/7525093
txt 042.txt
042
题目:学习使用auto定义变量的用法
程序源代码:
#include "stdio.h"
main()
{int i,num;
num=2;
for (i=0;i
www.eeworm.com/read/448826/7525102
txt 043.txt
043
题目:学习使用static的另一用法。
程序源代码:
#include "stdio.h"
main()
{
int i,num;
num=2;
for(i=0;i
www.eeworm.com/read/448826/7525141
txt 071.txt
071
题目:编写input()和output()函数输入,输出5个学生的数据记录。
程序源代码:
#define N 5
struct student
{ char num[6];
char name[8];
int score[4];
} stu[N];
input(stu)
struct student stu[];
{ int i,j;
for(i
www.eeworm.com/read/448826/7525149
txt 069.txt
069
题目:有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。
程序源代码:
#define nmax 50
main()
{
int i,k,m,n,num[nmax],*p;
printf("please input the total of numbers:");
scanf("%d",&n);
www.eeworm.com/read/448682/7527176
cpp 1.cpp
//实习1
#include
#include
#include
const int n0=100; //假定人数在100以内
struct element
{
int num;//编号
int code; //密码
};
element p[n0];
void main()
{
www.eeworm.com/read/448390/7534019
c numbercode.c
code unsigned char num0[]=
{
0x00,0x00,0x18,0x24,0x42,0x42,0x42,0x42,
0x42,0x42,0x42,0x24,0x18,0x00,0x00,0x00,/*"C:\Documents and Settings\Administrator\桌面\8×16点数字图片(0—9)\num0.bmp",0*/
};
cod
www.eeworm.com/read/448259/7535683
m tfrview.m
function tfrview(tfr,sig,t,method,param,p1,p2,p3,p4,p5);
%TFRVIEW Visualization of time-frequency representations.
% TFRVIEW(TFR,SIG,T,METHOD,PARAM,P1,P2,P3,P4,P5)
% allows to visual
www.eeworm.com/read/447922/7543887
m myga.m
function [f,x]=myga(num,bounds,N,CP,P)
%[f,x]=ga(num,bounds,fun,N,CP,P)
%[f,x]=myga([],bounds,[],[],[])
%该遗传算法适用于:
% 目标函数为求最大值,且解非负整数解
%bounds 边界约束
%Myfun 为目标函数
%num
www.eeworm.com/read/447789/7545592
cpp fileread.cpp
#include
#include
#include "../header/bitree.h"
#include "../header/queue.h"
#include "../header/stack.h"
#include "../header/expr.h"
#include "../header/FileRead.h"
/*
vo
www.eeworm.com/read/447540/7549637
java myjpanel.java
//package PinTu;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.