-
SIS
ASP.NET关于就业系统设计的源码,很详尽,注释清晰,容易学习(Employment System)
- 2013-11-10 21:05:57下载
- 积分:1
-
LOD(fix)
Level of Detail
层次渲染,游戏编程
根据远近关系实现进出渲染,减少资源消耗(Level of Detail-level rendering, game programming relations based on distance and out of rendering, reduce resource consumption)
- 2009-05-21 19:23:33下载
- 积分:1
-
Tracking-Skin-colored-Objects
We present a methodology for tracking multiple skin-colored objects in a
monocular image sequence. The proposed approach encompasses a collection of
techniques that allow the modeling, detection and temporal association of skin-
colored objects across image sequences.
- 2014-02-27 09:33:24下载
- 积分:1
-
TC35
西门子TC35短信模块开打算打算 发资料(13123123)
- 2009-12-11 09:45:04下载
- 积分:1
-
internal-staffs-learning-materials
华为内部员工学习资料,对于想进华为的朋友会有很大帮助。(The internal staff s learning materials
in huawei is more helpfull for someone who want to go huawei.)
- 2012-02-17 11:43:08下载
- 积分:1
-
USRP
this material is more suitable for students and technology enthusiasts wanting to learn more about the USRP hardware. it contains lots of information
- 2017-03-14 19:10:13下载
- 积分:1
-
有关无闪烁刷屏技术
有关vc的无闪烁刷平技术,介绍的东西非常有用(vc of the Brush- Flicker-free technology, the introduction of very useful things)
- 2005-01-17 11:39:16下载
- 积分:1
-
database
说明: 济南中学学生信息管理系统,MFC实现,包括 基本信息管理(科室信息管理,科目信息管理,教师信息管理,班级信息管理,班级信息设置,考试类别设置),学生管理(学生信息管理,学生成绩录入,成绩等级设置,学生违规处理),查询管理(学生信息查询,学生成绩报表,学生违规查询),系统管理(用户管理,退出系统)和帮助(系统帮助,关于系统)。(Ji'nan middle school student information management system, MFC implementation, including the basic information management (Department of information management, course information management, teacher information management, class information management, class information, examination category), student management (student information management, student achievement entry, grade setting, students illegal processing), query (student management information query, student achievement report, students), illegal inquiries system management (user management, exit the system and help (help) system, a system).)
- 2020-11-06 23:09:49下载
- 积分:1
-
zoj1094
zoj094
Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
(Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
)
- 2012-06-10 10:38:53下载
- 积分:1
-
StudentMIS
说明: 学生信息管理系统,简单的添加信息,修改,删除,统计等(Student Information Management System, a simple add information, modify, delete, statistics, etc.)
- 2008-09-05 21:41:59下载
- 积分:1