QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 9895|回复: 23
打印 上一主题 下一主题

算法常用术语中英对照

[复制链接]
字体大小: 正常 放大
hehe123        

43

主题

11

听众

1151

积分

该用户从未签到

自我介绍
200 字节以内

不支持自定义 Discuz! 代码

新人进步奖

群组数学趣味、游戏、IQ等

跳转到指定楼层
1#
发表于 2005-3-2 02:31 |只看该作者 |倒序浏览
|招呼Ta 关注Ta
算法常用术语中英对照
  ]5 q4 \$ u+ _( H; |
& a3 P$ e6 D4 ]2 r2 _% Z( H$ J
/ T6 z4 u0 b, [' P5 f. C2 ^: mData Structures 基本数据结构
$ s! ?* ?5 s' d; KDictionaries 字典
4 ]$ ~5 f, Q8 k3 B. z4 E( u8 wPriority Queues 堆
: ~! b! _; D* j" G6 lGraph Data Structures 图
: C9 P$ k& z8 i* q3 ?2 o5 {+ aSet Data Structures 集合
( {5 g, o1 z: ~4 X2 @Kd-Trees 线段树
- W0 P; ]) e6 M4 F4 s) \Numerical Problems 数值问题 - X$ P  j' m- e1 c4 o, l: N9 Y
Solving Linear Equations 线性方程组
  ]* ^& N/ w; U" jBandwidth Reduction 带宽压缩
8 q4 f: G( Q% J/ aMatrix Multiplication 矩阵乘法
, H1 _$ c* O* G9 s9 o0 E" H: i4 G7 QDeterminants and Permanents 行列式
3 {7 q9 k. P1 H% [Constrained and Unconstrained Optimization 最值问题
% q( t+ F3 n- n; N7 |" R) L2 ^' h$ JLinear Programming 线性规划 # L4 A; V/ z' p6 ]# d
Random Number Generation 随机数生成 - r- n* T1 M: }1 p; V" A  B; O: {
Factoring and Primality Testing 因子分解/质数判定 % ~' n* i9 |. z/ `! b9 X
Arbitrary Precision Arithmetic 高精度计算
0 e) P& E/ A8 Z) ~* P4 nKnapsack Problem 背包问题
* A- i0 U& e  m% K: HDiscrete Fourier Transform 离散Fourier变换 % I! l# t: _6 h+ u
Combinatorial Problems 组合问题
( ^0 D9 y! {3 {8 ?5 h+ CSorting 排序
- `) M+ p4 a! K* ~; b3 \Searching 查找 * G! |2 A7 Q9 l# @
Median and Selection 中位数
6 v, w. {' F8 `7 d8 s; iGenerating Permutations 排列生成
5 y$ t8 _  h) g2 N" GGenerating Subsets 子集生成
3 y9 f- d5 c9 ^- J3 O. }Generating Partitions 划分生成
; Q+ k$ U6 |' jGenerating Graphs 图的生成
2 Q! E9 M6 d4 @6 r5 b9 H  m$ DCalendrical Calculations 日期
6 f6 M' R( {- \# @9 r, XJob Scheduling 工程安排 3 ^5 t' Y' b8 f8 o, W
Satisfiability 可满足性 1 f# \" n# s9 Z8 F
Graph Problems -- polynomial 图论-多项式算法
* q, J' j. S* u& V6 QConnected Components 连通分支 5 v% r0 ~: n; J% I2 o( W
Topological Sorting 拓扑排序
( J" a# z8 H1 r& `- e  |Minimum Spanning Tree 最小生成树
* g7 o$ C5 H+ G5 r+ kShortest Path 最短路径 0 t+ q" Q$ Q- m
Transitive Closure and Reduction 传递闭包
* E! v& b& t' _1 I  f# X# ~Matching 匹配
& G% f: o7 G3 ?1 [) y8 T( w9 @% NEulerian Cycle / Chinese Postman Euler回路/中国邮路 ! L; f! _% T# A/ X
Edge and Vertex Connectivity 割边/割点
# W: @4 D  n: w" e9 x# ~5 V6 QNetwork Flow 网络流 % q1 l2 ?9 \/ k! Q  j4 a2 H
Drawing Graphs Nicely 图的描绘 6 J' o/ o$ o9 n4 c& M- F
Drawing Trees 树的描绘 7 z$ \. T9 G/ V; X! _. _7 }
Planarity Detection and Embedding 平面性检测和嵌入 * B, c7 L7 ]( r7 o
Graph Problems -- hard 图论-NP问题 7 s) [- Z. H! s. l
Clique 最大团
8 z6 R% Q- B/ T8 W' s+ O$ Q, GIndependent Set 独立集
# N- O" V$ O, W2 C( J" uVertex Cover 点覆盖 . P/ Z9 o9 g; N# l8 p( @
Traveling Salesman Problem 旅行商问题
' `5 P/ B' V  _Hamiltonian Cycle Hamilton回路
0 B0 [$ Y9 }- u) q- H9 q9 o/ Y! iGraph Partition 图的划分 ) |& }+ Q0 D# B8 F, B$ V0 |
Vertex Coloring 点染色 , h; j. \- ^  S3 d
Edge Coloring 边染色
. L2 B% ?+ {& o  }Graph Isomorphism 同构 - x! C# D6 V9 P9 O1 y: n4 D5 j0 W8 u' r
Steiner Tree Steiner树
) P2 C8 u1 m( g5 J+ A0 RFeedback Edge/Vertex Set 最大无环子图
" ]+ T' j# q4 O* E" r# e4 [$ V+ w' AComputational Geometry 计算几何 / {5 f1 O- I) }5 S4 o6 Z
Convex Hull 凸包 2 G8 M$ C5 Y( x- P8 w7 n0 E
Triangulation 三角剖分
+ G( K& q  h% k& gVoronoi Diagrams Voronoi图 8 q" [) D0 R( B2 G
Nearest Neighbor Search 最近点对查询 % J1 U$ T$ _& F- Z' Z
Range Search 范围查询
9 X1 p( ^/ `5 H- A' ~  L, S2 F' xPoint Location 位置查询
2 K3 g0 ^! {! d0 |/ ZIntersection Detection 碰撞测试
) i6 S" Q! M. |. ?& K- n- T# l1 U& |& t/ ?Bin Packing 装箱问题 # m' `) J4 q3 p& d% m* d2 M
Medial-Axis Transformation 中轴变换 $ M$ H' a  Q9 c
Polygon Partitioning 多边形分割 8 U; Q- G) Y% K+ F- W& q
Simplifying Polygons 多边形化简 6 D1 p. y* d/ p
Shape Similarity 相似多边形
: J% z" D- ]% D9 CMotion Planning 运动规划 & t  l* H2 U2 J2 q# h
Maintaining Line Arrangements 平面分割 6 U: P- o/ w  a  K
Minkowski Sum Minkowski和 0 j  a/ u, U0 k: L9 t# f0 C
Set and String Problems 集合与串的问题
) F- d5 m0 {" @Set Cover 集合覆盖   j1 o' p) Z/ _# S2 H) `
Set Packing 集合配置
4 P1 }; W1 W& |2 WString Matching 模式匹配 : P. H" g+ f9 S9 b0 a# P$ ~
Approximate String Matching 模糊匹配 * q$ X6 @$ g, J* ]
Text Compression 压缩 & O5 G/ p% |1 ]! @, |( x6 I  F
Cryptography 密码
! i% `: L! P: p5 S9 D5 TFinite State Machine Minimization 有穷自动机简化 7 V0 q* i9 K; v2 b4 |9 S" F
Longest Common Substring 最长公共子串 3 Q) a+ t; z  N' {! d' [- M
Shortest Common Superstring 最短公共父串 8 d4 i1 r8 C( x5 n) Y- a
robustness  鲁棒性
" W( `8 U" B9 ]: C) Hrate of convergence  收敛速度
zan
转播转播0 分享淘帖0 分享分享0 收藏收藏2 支持支持3 反对反对0 微信微信
hehe123        

43

主题

11

听众

1151

积分

该用户从未签到

自我介绍
200 字节以内

不支持自定义 Discuz! 代码

新人进步奖

群组数学趣味、游戏、IQ等

数据结构基本英语词汇
; O/ E: o  l; Z' T% `
" S: e' t& M1 r4 J2 A; n数据抽象 data abstraction2 f1 e+ p: T9 g  ^; y$ f# \6 g
数据元素 data element
$ ?6 Q, P) h& c, Q- f9 m数据对象 data object; f- W1 `" `* I+ Z, s( @% T5 S! ^. }
数据项 data item
  a+ J0 u. V1 L) q% Q数据类型 data type 9 C5 P* V' O% S
抽象数据类型 abstract data type- v  t  I) R7 ~) U
4 |8 K, Z  J0 x3 X; y4 o
逻辑结构 logical structure
$ A; z( M. ?6 g5 C& X, A) Q% I, L* f物理结构 phyical structure
) g) V9 T8 z5 J+ W线性结构 linear structure
! b, s: I7 \+ J9 }. r4 F非线性结构 nonlinear structure1 p+ r/ f" ^' S% X
+ Z# {! u1 [& B% _: y# h+ B
基本数据类型 atomic data type8 r4 \. j: u$ z8 I% t; ~
固定聚合数据类型 fixed-aggregate data type
' x5 V# R! v- x* E" P$ `可变聚合数据类型 variable-aggregate data type
. b* p. Z+ N' J1 d# a) j/ X线性表 linear list
# v0 T+ R) I4 {6 q9 G( O  g! a$ c栈 stack: I$ G* [6 z4 i3 {
队列 queue
0 M( g) d9 s2 \; l% ?( s( f串 string , F4 C" {& R% S, ]9 k# `/ ~
数组 array
% ^# M; D+ u+ w- p0 ]树 tree* T& M$ S/ h1 \2 t( z# O' D
图 grabh
/ M. F, X5 F( [- {. J% o8 u
! n. G( X( |5 H3 o% s- c查找,线索 searching
1 |9 l; E7 x. R# h* m5 }& [更新 updating2 I2 D9 P( [6 W) S
排序(分类) sorting* J. Q  }( O# N) J' ~4 v
插入 insertion0 S9 a8 |% N' l4 V! X7 Z
删除 deletion' @' a' c% T$ _* i8 W, K
' ~5 b$ K( n2 @6 X0 R, G  v
前趋 predecessor
) E! ^) A: x+ }' D3 `0 W后继 successor
# l) i3 Z7 u5 N$ \. {直接前趋 immediate predecessor
2 G; {( T8 U0 p直接后继 immediate successor
! t, ]3 s7 k# a+ W, p# [2 k双端列表 deque(double-ended queue)# g% \) g! S, d
循环队列 cirular queue1 x+ l( G) L1 k  l" J! Q: _
指针 pointer
3 W6 d, S  [- s- r* M  V* k先进先出表(队列)first-in first-out list! j# Y% s+ J* R3 ^3 T
后进先出表(队列)last-in first-out list& v( D6 z1 A) O* J. r' m
栈底 bottom
5 @# {$ t5 M6 ?% n- o9 E2 }栈定 top& |2 z1 O8 ~$ s, j: y3 j' p
压入 push1 m3 j$ ^" r! K- k
弹出 pop
% \# V1 m( Y- L: P2 c队头 front( o+ B/ m% i; m. y
队尾 rear
  V2 y8 D" q& V; h! i上溢 overflow
7 X6 ^; s* z5 u: }( S" P0 @下溢 underflow  [+ d2 f# @$ |1 C# r+ U4 J
3 b1 l" u8 F: k% W2 Q# Y
数组 array
+ N7 A5 F7 a0 b9 {; D+ `$ q: B) J, r* i( V' W矩阵 matrix  P% n+ J1 I3 g! d# P
多维数组 multi-dimentional array
1 g* q9 j- g- A. I4 E# G, H+ _以行为主的顺序分配 row major order0 k* r( _2 _( s6 U0 g
以列为主的顺序分配 column major order7 X0 u( l" J1 M& V8 q, B6 L4 k3 {
三角矩阵 truangular matrix
6 g8 v8 I: p/ x' K对称矩阵 symmetric matrix
& }& r) s1 ^1 A' H3 N稀疏矩阵 sparse matrix
. t! I4 G1 H9 c: k  r/ c, z: d转置矩阵 transposed matrix
; h5 O, s: B9 q3 s2 j& c4 ?
& s2 _# ?0 v* v- a( J3 C0 p$ s1 ^3 M链表 linked list + Z: N5 s+ y+ g6 T( {6 u
线性链表 linear linked list
4 y% k/ f$ [5 @; K$ q8 H4 i单链表 single linked list . {  w2 T; P/ Z5 d! a! L* P. K
多重链表 multilinked list
* q. A" @2 S* _& @循环链表 circular linked list 9 r0 b; e! v0 x, S
双向链表 doubly linked list
9 U6 R7 p0 m, l7 u十字链表 orthogonal list7 _" g9 ]% ~! n7 z! v  |( ^' W- K" f
广义表 generalized list  |  Q- e+ B/ @& e

* n+ f0 [4 |; `' d: L) n链 link
8 b) T8 i- J) m  l1 J指针域 pointer field . s/ i# y9 h  v4 e, s, V. d
链域 link field 8 U  x8 `' M+ \( [0 d5 p/ I4 z
头结点 head node
, k, J1 [* W' G4 P0 m& m+ ]头指针 head pointer
, G2 K# ^/ v- X; {4 Q" b( L尾指针 tail pointer9 a% h9 U) @' \
串 string
2 ^" r2 C5 Q( T3 a) \空白(空格)串 blank string
0 L+ ]' i: @' I% G: u空串(零串)null string ) K$ ^4 O0 k2 K. U( L; r
子串 substring" A- k% S! R8 f# m6 P* ~  m1 s

% h* V% x9 x: J0 p* z树 tree9 m* x7 x, O/ r( }' x# H
子树 subtree
' r; W+ Q9 y" N; |6 n森林 forest) {% q. a; y' Z- E1 X  u
根 root$ ]- }1 b6 K7 w" R( q
叶子 leaf
9 q) e% C9 L& J' f  [结点 node
6 t  q+ R5 N! [" m深度 depth
  m4 c9 h+ P7 f9 j' h层次 level) e# Z( _/ j8 V. ?6 r7 v6 A
双亲 parents: d% l5 {  h, L
孩子 children2 x) p  W$ w; ^! b
兄弟 brother
9 L* {& _- C& _8 e祖先 ancestor6 U' ^$ T4 ]7 r& V) G, M8 O
子孙 descentdant
' I& T! Y% L! _7 M0 n* S
; g8 w3 n9 Q  f; x6 o$ h/ L二叉树 binary tree3 O6 ~. b  f/ a/ A$ U
平衡二叉树 banlanced binary tree
& @+ W, w+ }5 i9 f6 `8 k6 J满二叉树 full binary tree% T, Q: x( v9 r) P4 V" O
完全二叉树 complete binary tree
- ?2 `" W1 ~( t9 x遍历二叉树 traversing binary tree
/ b/ S  h1 ^3 @# |二叉排序树 binary sort tree' c: S! q( B- p% T: k
二叉查找树 binary search tree
! K7 D  S5 b" i5 g! m3 D线索二叉树 threaded binary tree
6 [8 M: \5 B) w哈夫曼树 Huffman tree
, y: z, L- }& g' Y3 s  z' D+ |有序数 ordered tree/ H  O) J; `- k) U; n
无序数 unordered tree
( W8 `5 J. g: _6 y8 [判定树 decision tree
  a; ~9 \- u* h( K3 v双链树 doubly linked tree5 j  G. c; @% ?% u: S
数字查找树 digital search tree; a0 A# Z' ~9 S+ Y% h
9 h  z! |& E. J( [( z
树的遍历 traversal of tree1 l/ t9 u2 j: V: L
先序遍历 preorder traversal 2 |* C, E3 f; |0 d) K: }" T5 @0 W% ?
中序遍历 inorder traversal
) a; b- O5 E- v! P% C后序遍历 postorder traversal0 K+ Q% Y" d2 `' Z& l' B
+ b$ C8 g' X# V0 p4 o
图 graph3 Z4 D. e: u( k
子图 subgraph
* g& R+ P$ \2 F: _2 l有向图 digraph(directed graph)/ e' j5 n: j! s" g* L. `: `
无向图 undigraph(undirected graph), I# V9 l, u: k( w
完全图 complete graph
2 w, _' S& y% ?, D2 ]连通图 connected graph
. V$ ]3 P9 F# D, }) A; @非连通图 unconnected graph
# }0 ^  \( O' |* E% W强连通图 strongly connected graph
& D1 O5 C  _3 V* Z弱连通图 weakly connected graph  L% S4 L& f& z5 I0 Z
加权图 weighted graph6 p; G0 y" S# |! @: k4 x9 y( e
有向无环图 directed acyclic graph( Y* g( O% G0 h, m$ \/ \
稀疏图 spares graph
* k- L9 B. c' i, Z' a, s稠密图 dense graph
2 K* o2 y' N% h( {1 }$ J4 G重连通图 biconnected graph; Q4 B& L  m2 d
二部图 bipartite graph# s/ l$ m: C$ v# A4 a* l" _
4 |2 J9 r8 x1 P0 R7 M0 S% H
边 edge
; V4 O! r1 i, S5 ~* w顶点 vertex
4 X$ F4 \8 z) g弧 arc
  t1 I' w6 n: t' E  l) U路径 path
2 E' X3 A: A0 \# \& o回路(环)cycle
+ {& N, |7 o+ f) D/ ]$ x; A弧头 head- C3 m. E* K' x3 M/ {" {. X% T
弧尾 tail/ [# D- p6 ]% b& \, M) O" |
源点 source, d5 \! {6 m  P2 F$ D- q: u9 L
终点 destination& H- s$ y* @" c: M
汇点 sink
4 H  w; Q: o6 y' J  J4 c& L4 Q权 weight
+ ^* x0 ]7 v! B7 m2 l: ~4 j连接点 articulation point) Z; a2 Y' @0 A) F3 y9 Z
初始结点 initial node
- b' [% l9 j7 z) p3 R' \6 }终端结点 terminal node
- t. B& R4 P. y相邻边 adjacent edge
' V8 ~# W0 Y* W8 q! w  w相邻顶点 adjacent vertex' v, B: k/ O/ P0 y0 B* B0 M
关联边 incident edge
! |- \# Q2 p1 @% a& n入度 indegree4 P0 k1 F% @+ M) J. r  G: w( ?
出度 outdegree3 ^: T  D! v4 U6 ?. e; {0 A/ \; ^
最短路径 shortest path  l3 r, m7 G! k- _
有序对 ordered pair # Y/ ^. B6 W) \# W2 |4 L6 v" `
无序对 unordered pair
7 T9 Q" n+ @+ M7 s简单路径 simple path
4 w2 G% B6 C2 J9 ?6 V简单回路 simple cycle7 {/ \' a1 [4 z  A
连通分量 connected component
/ D. K3 T% j9 d$ p/ M! w# i0 o邻接矩阵 adjacency matrix1 O' w8 ^* I: O+ R! ]; b! Q9 k! }
邻接表 adjacency list
" C% G& }& w* k5 w邻接多重表 adjacency multilist
+ @+ |" L- L& i; s+ h1 ^3 K遍历图 traversing graph3 D4 n) Z9 ?/ A  k$ c' S; B& M
生成树 spanning tree
' W0 S! d# O! x4 a最小(代价)生成树 minimum(cost)spanning tree) F7 k; m/ F9 V3 t
生成森林 spanning forest
( G& A; J& A5 N. X: |1 P1 o# _3 G& q! n# [
拓扑排序 topological sort
7 t' m1 K$ G2 [2 b. q, O3 v偏序 partical order
0 P! T* ]! @2 o% j拓扑有序 topological order5 k3 U) Z3 y" s, S4 i: i+ X9 |% r: Y
AOV网 activity on vertex network
: y+ B( {2 `/ OAOE网 activity on edge network
1 R  o* e! j8 J5 e, h3 P关键路径 critical path
, f. ]( E2 C# x8 Y
& X' l; c: ~. j. r6 m匹配 matching
4 A4 ~* ?+ x4 I; c0 I; ^, {$ }最大匹配 maximum matching1 ]( {+ S9 G9 B
增广路径 augmenting path
& M* z# h: m( U1 H" f, v: G0 \增广路径图 augmenting path graph' z* t6 {/ `. Y

( G9 J- t: G/ q) P! U0 x查找 searching% c$ J3 o( m, H
线性查找(顺序查找)linear search (sequential search)- N6 f. \* U# i
二分查找 binary search' R, ?, B9 a+ K3 g4 g- f
分块查找 block search
7 k  |% z0 y: [& N散列查找 hash search
% A6 x* x* I$ Q9 H/ ~平均查找长度 average search length
$ p+ g! \3 [8 m9 q' s& l
: A2 I0 h* e% x4 \% G( r散列表 hash table
- I5 _1 y2 V* a! {散列函数 hash funticion' H) y. R+ r) X$ Y5 s! B+ e- `
直接定址法 immediately allocating method
  I' A& L! y1 L. T4 R5 E" U数字分析法 digital analysis method& I) w; \7 j9 s6 S$ z/ d: t
平方取中法 mid-square method4 J# C/ X5 D7 C: V
折叠法 folding method
6 c+ ?2 }) k) I- m- _# y) o7 d% y) g除法 division method  u% x- c/ x$ c2 \* Q
随机数法 random number method+ @0 T$ E& c" o; G

9 X: g/ h# q% J( |. b8 F排序 sort5 F! J6 t) X: F" e( ]+ w7 s
内部排序 internal sort2 x  {+ L/ _( q/ I
外部排序 external sort
* l+ ?( v: D0 q8 O. \! v. s2 d/ d: ^插入排序 insertion sort) c, s8 |, Y! L7 U$ P( ?! k5 J4 k
随小增量排序 diminishing increment sort
- h/ ^9 `6 z6 q# L  B3 O选择排序 selection sort  [' Z( e5 J4 ^; Y' |
堆排序 heap sort
& p! x' j; r4 |2 G* \* d7 K5 ?快速排序 quick sort) u. V; U! X. D- N, m
归并排序 merge sort8 T7 n/ }2 Z+ b. m7 g4 H3 w
基数排序 radix sort0 R) f. v; i* C: q% b8 b. z2 x
外部排序 external sort2 x% D. c' R5 _% c% n
平衡归并排序 balance merging sort
: p6 p8 ^- K, i5 `" X二路平衡归并排序 balance two-way merging sort
# {% `- M/ r0 E多步归并排序 ployphase merging sort1 y& `+ \$ D: X
置换选择排序 replacement selection sort: a& ]- N$ {- C! q3 B* {2 O. Z/ V
; c5 k8 s9 O% x0 h9 W
文件 file
, x5 O  G' K# i* |5 @# {主文件 master file
6 @9 v' P  r& D# c顺序文件 sequential file
- L' I0 z1 }" X& F. Q% T" j, C索引文件 indexed file/ X+ D8 \  Q; D. r
索引顺序文件 indexed sequential file
+ b# k$ t2 S0 Z) X6 E/ K索引非顺序文件 indexed non-sequential file- }$ P& k! K  i+ k6 ~  k, q
直接存取文件 direct access file8 }; L. d( i) _- x
多重链表文件 multilist file
, {# W7 J- J& s9 C% @倒排文件 inverted file
& m) R: p* n4 D& d) Y/ i  z目录结构 directory structure
' o# h- T/ g& [  T树型索引 tree index
回复

使用道具 举报

realman        

0

主题

0

听众

20

积分

升级  15.79%

该用户从未签到

新人进步奖

回复

使用道具 举报

lipu_2003        

5

主题

2

听众

119

积分

升级  9.5%

该用户从未签到

好的,谢谢了,你真伟大,有用

4 B" V6 v. N1 W( k k8 Y5 r; i

你要是发成文档就更好了

5 e* ]5 W V {1 l

真的好麻烦,不过挺好的

[em08]
回复

使用道具 举报

cyberagui        

6

主题

2

听众

99

积分

升级  98.95%

该用户从未签到

回复

使用道具 举报

lovecan 实名认证       

1

主题

4

听众

638

积分

升级  9.5%

该用户从未签到

新人进步奖

回复

使用道具 举报

danson        

0

主题

4

听众

11

积分

升级  6.32%

该用户从未签到

新人进步奖

回复

使用道具 举报

0

主题

4

听众

18

积分

升级  13.68%

该用户从未签到

新人进步奖

回复

使用道具 举报

zwt1987        

0

主题

4

听众

18

积分

升级  13.68%

该用户从未签到

新人进步奖

回复

使用道具 举报

ljiangbig 实名认证       

5

主题

4

听众

290

积分

升级  95%

该用户从未签到

自我介绍
做人得专一。

新人进步奖

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册地址

qq
收缩
  • 电话咨询

  • 04714969085
fastpost

关于我们| 联系我们| 诚征英才| 对外合作| 产品服务| QQ

手机版|Archiver| |繁體中文 手机客户端  

蒙公网安备 15010502000194号

Powered by Discuz! X2.5   © 2001-2013 数学建模网-数学中国 ( 蒙ICP备14002410号-3 蒙BBS备-0002号 )     论坛法律顾问:王兆丰

GMT+8, 2026-7-23 10:31 , Processed in 0.711910 second(s), 101 queries .

回顶部