CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - columns
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - columns - List
[
Mathimatics-Numerical algorithms
]
VCSparseMatrix
DL : 0
通过输入矩阵的行数,列数,元素来建立稀疏矩阵的源程序-input matrix by the number of rows, columns, element to establish the source of sparse matrix
Date
: 2008-10-13
Size
: 7.88kb
User
:
杨锐
[
Mathimatics-Numerical algorithms
]
矩阵的运算算法
DL : 0
这里有加减乘和转置 用C语言编的 注意输入 算法用于稀疏矩阵 首先输入行,列,元素数目 再输入标志位 即每一列的第一个元素是矩阵中的第几个元素 再输入矩阵的元素 再选择符号-here and to take home series with C language to the attention of the importation of sparse matrix algorithm for the importation of the first rows and columns, the number of elements to import tagged out that each element of a matrix is the first of several elements further input matrix elements choose Symbol
Date
: 2008-10-13
Size
: 2.21kb
User
:
李其
[
Mathimatics-Numerical algorithms
]
魔方
DL : 0
魔幻方块!输入魔方的阶数n(n为奇数)后,使得魔方的行、列和对角线的值都相等-magic squares! Cube importation of order n (n is odd), the Cube makes rows and columns and diagonal values are equal
Date
: 2008-10-13
Size
: 10.36kb
User
:
井中月
[
Mathimatics-Numerical algorithms
]
矩阵的运算算法
DL : 0
这里有加减乘和转置 用C语言编的 注意输入 算法用于稀疏矩阵 首先输入行,列,元素数目 再输入标志位 即每一列的第一个元素是矩阵中的第几个元素 再输入矩阵的元素 再选择符号-here and to take home series with C language to the attention of the importation of sparse matrix algorithm for the importation of the first rows and columns, the number of elements to import tagged out that each element of a matrix is the first of several elements further input matrix elements choose Symbol
Date
: 2025-12-26
Size
: 2kb
User
:
[
Mathimatics-Numerical algorithms
]
魔方
DL : 0
魔幻方块!输入魔方的阶数n(n为奇数)后,使得魔方的行、列和对角线的值都相等-magic squares! Cube importation of order n (n is odd), the Cube makes rows and columns and diagonal values are equal
Date
: 2025-12-26
Size
: 782kb
User
:
井中月
[
Mathimatics-Numerical algorithms
]
VCSparseMatrix
DL : 0
通过输入矩阵的行数,列数,元素来建立稀疏矩阵的源程序-input matrix by the number of rows, columns, element to establish the source of sparse matrix
Date
: 2025-12-26
Size
: 1.85mb
User
:
杨锐
[
Mathimatics-Numerical algorithms
]
cvery_8581224577
DL : 0
确定符号表的组织方式,一般应包括名字栏和信息栏,其中名字栏作为关键字。要考虑能够存储有关名字的信息,并可以高效地完成如下操作: a.查找:根据给定的名字,在符号表中查找其信息。如果该名字在符号表中不存在,则将其加入到符号表中,否则返回指向该名字的指针; b.删除:从符号表中删除给定名字的表项。 -Symbol table to determine the organization, the general should include the names of columns and information fields, including the name of a column as a keyword. To consider the name to store the relevant information, and can operate efficiently to complete the following: a. Find: In accordance with the given name of the symbol table to find their information. If the name in the symbol table does not exist, it will add to the symbol table, otherwise return the pointer to the name b. Delete: to remove from the symbol table given the name of the table.
Date
: 2025-12-26
Size
: 19kb
User
:
junjun
[
Mathimatics-Numerical algorithms
]
R36clusterings
DL : 0
function in R software to calculate 36 clusterings of a data matrix (clusterings are in columns), using hierarchical average, cosine, centroid and single linkages, pam and neural gas and applying the Euclidean distance to the data. Clusterings can be combined using a Cluster Ensemble.
Date
: 2025-12-26
Size
: 1kb
User
:
muti
[
Mathimatics-Numerical algorithms
]
transpose
DL : 0
实现稀疏矩阵的转置功能,能使时间复杂度为n(矩阵的行数或者列数)-Achieve sparse matrix transpose function, make the time complexity is n (the matrix rows or columns)
Date
: 2025-12-26
Size
: 145kb
User
:
易晓
[
Mathimatics-Numerical algorithms
]
256
DL : 0
用java实现的四行四列棋盘矩阵 -Four rows with four columns java implementation matrix board
Date
: 2025-12-26
Size
: 2kb
User
:
[
Mathimatics-Numerical algorithms
]
Josephu
DL : 0
Josephu 问题为:设编号为1,2,… n的n个人围坐一圈,约定编号为k(1<=k<=n)的人从1开始报数,数到m 的那个人出列,它的下一位又从1开始报数,数到m的那个人又出列,依次类推,直到所有人出列为止,由此产生一个出队编号的序列。-Josephu issues: Let numbered 1,2, ... n of the n individuals sitting around, agreed number k (1 < = k < = n) the number of people reported from 1 and count the man out of the column m It started the next one and from a number of newspaper and count the man was out of m columns, and so on, until all the columns to date, which the team produces a number of sequences.
Date
: 2025-12-26
Size
: 1kb
User
:
悻福の雨季
[
Mathimatics-Numerical algorithms
]
JosephRing
DL : 0
已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围,每个人有一个密码。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到上一个人的密码的数的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Known n individuals (in numbers 1,2,3 ... n, respectively) sitting around a round table around, everyone has a password. From the number of people began to report the number of k, the number of the person out to m column his newspaper the next person and from a start number, the number to a person' s password on the number of the person and the column and so the law repeated until the round table around all the columns.
Date
: 2025-12-26
Size
: 1kb
User
:
zhengbo
[
Mathimatics-Numerical algorithms
]
C24--C29
DL : 0
有一分数序列:2/1,3/2,5/3,8/5,13/8,21/13...求出这个数列的 前20项之和。 1.程序分析:请抓住分子与分母的变化规律。 -There is a score sequence: 2/1, 3/2, 5/3, 8/5, 13/821/13 ... find the number of columns and the top 20. 1 program analysis: Please seize the variation of the numerator and denominator.
Date
: 2025-12-26
Size
: 1kb
User
:
Joanna99
[
Mathimatics-Numerical algorithms
]
10
DL : 0
时间序列数据是指按照时间先后依次排列的观测值所构成的数列,如各年度的国内生产总值、人口数据等。研究时间序列数据模型处理的主要目的是进行数据预测,如预测下一年度的销售额、预测股票价格的走势等-Time series data is the number of columns in accordance with the chronological order of priority observations posed, such as gross domestic product each year, the population data. The main purpose of study time series data model for data processing is forecast sales next year as forecast, predict stock price movements, etc.
Date
: 2025-12-26
Size
: 13kb
User
:
hhhh
[
Mathimatics-Numerical algorithms
]
soow
DL : 0
多列显示的列表框,还行,自己看看,可以-More columns show the list box, a line still, his look, can have a look
Date
: 2025-12-26
Size
: 11kb
User
:
kxhn!41424
[
Mathimatics-Numerical algorithms
]
矩阵变换
DL : 0
在matlab中对矩阵进行截取变换,将一列矩阵变换成m行n列的矩阵(In MATLAB, the matrix is cut and transformed, and a column matrix is transformed into a matrix of M rows and N columns)
Date
: 2025-12-26
Size
: 1kb
User
:
kristener
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.