代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/179839/9335402
cpp hqxlh.cpp
//曲线拟合,例题4.4
#include "stdio.h"
#include "math.h"
#define num 10
float neiji(float b[num],float c[num]) //内积函数
{ int p;
float nj=0;
for (p=1;p
www.eeworm.com/read/376037/9335637
cpp ex1204c.cpp
#include
#ifdef __cplusplus
extern "C" {
#endif
int func(int num[2][2])
{
int i,j;
int s=0;
for ( i=0; i
www.eeworm.com/read/375828/9348829
c shortestpath.c
#include
#include
#define SIZE 100
#define MAXLEN 1000 //最长可能距离
int **node; //保存用户输入的数据(起点。终点。权值)
int cost[SIZE][SIZE]; //保存权值
int dist[SIZE];
www.eeworm.com/read/375589/9356126
m pcnnsegmentation.m
function[Edge,Numberofaera]=PCNN(X)
%X:输入的灰度图像,Edge:检测到的一些边界点,Numberofaera则表明了在各次迭代时激活的块区域
clear;
clc;
I=imread('lena1.bmp');
[Xa,Ya]=size(I);
subplot(1,2,1);
imshow(I);
%imshow(I);
X=double(
www.eeworm.com/read/375589/9356130
asv pcnnsegmentation.asv
function[Edge,Numberofaera]=PCNN(X)
%X:输入的灰度图像,Edge:检测到的一些边界点,Numberofaera则表明了在各次迭代时激活的块区域
clear;
clc;
I=imread('lena1.bmp');
subplot(1,2,1);
imshow(I);
%imshow(I);
X=double(I);
%X=double(imr
www.eeworm.com/read/375547/9356947
cpp pso.cpp
#include"stdio.h"
#include"stdlib.h"
#include"time.h"
#include"math.h"
//#define rdint(i) (rand()%(int)(i))
//#define rdft() (float)((double)rdint(16384)/(16383.0))
//#define rnd(a,b) (rdint((
www.eeworm.com/read/375364/9362345
c lesson3_2.c
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
uchar num;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0
www.eeworm.com/read/375362/9362410
c lesson2_3.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
uchar temp,num,num1;
sbit beep=P2^3;
void delay(uint);
void main()
{
temp=0xfe;
www.eeworm.com/read/375362/9362413
lst lesson2_3.lst
C51 COMPILER V6.12 LESSON2_3 07/22/2007 16:41:13 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE LESSON2_3
OBJECT MODULE PLACED
www.eeworm.com/read/179249/9363250
pas unit1.pas
Unit Unit1;
Interface
Uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, OleCtnrs, ExtCtrls, Buttons;
Type
TFormMain =