代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/365849/9843808
m editmatrix.m
function editmatrix(A,varargin)
% Sorry, I didn't have enough time to write nice and documented GUI code.
% Toolbox for nonlinear filtering.
% Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/365849/9844018
m display.m
function display(obj)
% No documentation available
% Toolbox for nonlinear filtering.
% Copyright (C) 2005 Jakob Ros閚
%
% This program is free software; you can redistr
www.eeworm.com/read/169721/9845033
c dynamic.c
# include
# include
# define NUM 10
int main()
{
char *str[NUM]; /* 定义一个字符性的指针数组 */
int t;
/* 为数组中的每个指针分配内存 */
for(t=0; t
www.eeworm.com/read/365783/9847488
tk puzzle.tk
#!/usr/bin/wish -f
# First we create the image. Then we configure the frame which will hold the pieces of
# the image that will form the puzzle. This we pack with a little padding.
set image [image
www.eeworm.com/read/169258/9871867
cpp clustering.cpp
///////////////////////////////////////////////////////////////////////
// File Name: Clustering.cpp
// File Function: 1. Maximun clustering algorithm
// 2. LBG (k-Mean) clustering algorithm
www.eeworm.com/read/365205/9875166
cpp cpp1.cpp
//acm 1002
//by cctv900 @JLUZH
//2008-9-26
#include
//#include
#include
using namespace std;
//ifstream fin("123.in")
void main()
{
int cul
www.eeworm.com/read/169070/9881842
cs form1.designer.cs
namespace 扫描网段计算机端口
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer compon
www.eeworm.com/read/169056/9884182
java formatintegers.java
import java.text.*; // this is required to access the NumberFormat class
public class FormatIntegers
{
public static void main(String[] args)
{
// this sets up the desired format
Nu
www.eeworm.com/read/169056/9884265
java withformats.java
import java.text.*; // this is required to access the DecimalFormat class
public class WithFormats
{
public static void main(String[] args)
{
// this next statement creates the default
www.eeworm.com/read/364985/9884755
m exm0861_4.m
%exm0861_4.m
CEM={'cos','sin','tan'};
for k=1:3
theta=pi*k/12;
y(1,k)=eval([CEM{1},'(',num2str(theta),')']);
end
y