用图形用户界面表示的图,数据结构基本应用,最小生成树算法,最短路径,广度、深度优先搜索
标签: 图形用户界面
上传时间: 2015-10-19
上传用户:zhouchang199
用图形用户界面编写的加解密文件系统,还可实现哈希函数算法
上传时间: 2014-11-27
上传用户:fxf126@126.com
Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. MutiThread多线程任务调度与处理
标签: WorkerThread Process Visual UIThr
上传时间: 2014-11-17
上传用户:yyyyyyyyyy
本人课程设计做的一个简单的教务辅助管理系统,实现了数据库的一般操作,适合初学者学习使用.初始用户密码均为admin.
上传时间: 2013-12-20
上传用户:yzhl1988
摘 要 I Summary II 1.系统概述 1 1.1 系统及需求分析 1 1.1.1 系统需求 1 1.1.2可行性分析 1 1.2系统设计的背景 5 1.3系统的功能简介 8 1.4系统开发的目标 10 2. 系统分析 11 2.1业务流程分析 11 2.2数据流程分析: 13 2.3数据存储分析:实体联系图 14 2.4功能分析:功能层次图 16 3.系统设计 17 3.1软件模块结构设计 17 3.2数据库设计 18 4.系统的功能 23 4.1系统登陆界面: 23 4.2系统主界面: 26 4.3用户管理模块: 38 4.4学生缴费管理模块: 43 5.系统的实现 55 5.1系统开发环境: 55 5.2系统测试: 55 5.3 系统运行与维护: 58 5.4系统的转换方案: 59 6.全文总结 60 致 谢 61 参考文献 62
上传时间: 2015-10-23
上传用户:aa17807091
实用100例:图形应用篇\界面设计篇\图形处理篇\数值分析篇
上传时间: 2015-10-23
上传用户:D&L37
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
标签: representation Magnitude the magnitude
上传时间: 2013-12-24
上传用户:金宜
毕业设计论文的用户手册 用来写论文的人的参考,希望有用了
上传时间: 2015-10-24
上传用户:zgu489
多层次文档界面设计,Java实现的编程,和大部分的软件界面可互相参考
上传时间: 2014-01-20
上传用户:wangyi39
一个旅行家想驾驶汽车从城市A到城市B(设出发时油箱是空的)。给定两个城市之间的距离dis、汽车油箱的容量c、每升汽油能行驶的距离d、沿途油站数n、油站i离出发点的距离d[i]以及该站每升汽油的价格p[i],i=1,2,…,n。设d[1]=0<d[2]<…<d[n]。要花最少的油费从城市A到城市B,在每个加油站应加多少油,最少花费为多少?
上传时间: 2013-12-31
上传用户:redmoons