-
julia_src
Fractal Julia
juliaDebugjulia.exe
..........julia.ilk
..........julia.pdb
.....juliaDebugBuildLog.htm
...............julia.exe.intermediate.manifest
...............julia.obj
...............mt.dep
...............vc90.idb
...............vc90.pdb
..........julia.bmp
..........julia.cpp
..........julia.vcproj
..........julia.vcproj.DUC.DUc.user
.....julia.ncb
.....julia.sln
.....julia.suo
..........Debug
.....Debug
- 2011-06-27 03:22:35下载
- 积分:1
-
Visual C++ +SQL Server数据库应用实例完全解析
使用vc结合sqlserver开发业务系统的一些实例,对初学者有参考意义(The use of VC combined with some sqlserver examples of the development of the business system, and has a reference value for beginners)
- 2017-10-12 09:28:47下载
- 积分:1
-
NS
基于元胞自动机的交通流模型 ns模型 C++(ns model, C++)
- 2014-02-07 14:57:32下载
- 积分:1
-
xiuming
1. 实现方法
1)多窗口界面的制作
2)可视化数据管理器的使用
3)菜单编辑器的使用
4)Access数据库的建立
5)与Access数据库的正确连接
6)通过sql语句的使用实现一些功能
7)DataGrid控件的使用
8)MS FlexGrid控件的使用
2.算法思想与描述
1) 学生成绩管理系统的登录
进入程序,自动跳出学生信息管理系统登陆窗口,点查询可进入菜单选择窗口。
2) 菜单窗口的选择
菜单选择包括学生信息,学生成绩。
3)学生信息的查询
包括学生学号,姓名,性别,出生日期,籍贯,联系电话,政治面貌,系别,班级显示功能。
4)学生成绩查询
通过对学号的输入,对学生姓名,课程,成绩,总分进行成绩查询。
5)about
程序介绍。
6)系统的退出。
(err)
- 2008-04-14 19:35:54下载
- 积分:1
-
PieArtical
这编码帮着展示图像代表情况,每年学生报告附带图片(This code helps you to show graphical representation for situations like generating annual report for student with its graph. This code creates Pie Chart likewise we can also create Bar Chart.
)
- 2009-02-17 18:38:34下载
- 积分: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
-
cdswom_permit
ACM中常用的算法思想与常用算法,是本人自己精心收集的,不行的(That is commonly used in ACM algorithm thought and commonly used algorithm, were carefully collected herself, no good)
- 2017-07-15 00:06:13下载
- 积分:1
-
md5sum
windows下计算文件的MD5值,命令行:md5sum 文件1 文件2 ...(windows file MD5 for calculating the value of the command line: md5sum file 1 file 2 ...)
- 2010-03-13 22:18:32下载
- 积分:1
-
CursorMouseDemo
创建并设置鼠标光标,VC++精选编程源码,很好的参考。(Create and set the mouse cursor, VC++ select programming source code, a good reference.)
- 2013-12-03 10:25:28下载
- 积分:1
-
m
输出动态字,可以动态输出两个字,以坐标为处理程序核心(Output dynamic word, you can dynamically output word processing program to coordinate the core)
- 2013-07-30 18:06:36下载
- 积分:1