搜索资源列表
JAVA实现的词法分析
- JAVA实现的C语言子集词法分析器,有简单的图形界面的设计
MPlayer-SVN-24306-KK
- mplayer KK编译版,有简单的图形界面-compiled version of mplayer KK, a simple graphical interface
paixu
- 运用了Thread, event等技术,排序方法用到了 简单排序,冒泡排序,插入排序,快速排序,双向冒泡排序,合并排序。有良好界面演示.. -The use of the Thread, event and other technologies used in a simple sorting method to sort, bubble sort, insertion sort, quick sort, bidirectional bubble sort, merge sort. Have
ronghegongjuxiang
- 融合工具箱,有多种图像融合算法的MATLAB源程序,有总界面,操作简单,可直接进行仿真,非常好用-Fusion toolbox, there are several fusion algorithms MATLAB source code, there are always interface, simple and direct simulation
Sudoko
- 用CSharp写的一个简单的数独程序,有GUI界面-CSharp written with a simple Sudoku program, a GUI interface
c-P-P-code-calculator
- c++使用mfc的计算器代码,有简单的界面-c++ code calculator, a simple interface
guangshu
- 本程序是摄影测量实习作业,实现了相对绝对定向,和光束法平差,结果精确。数据文件格式统一,并有一个简单界面。-This procedure is photogrammetry internship jobs, relative absolute orientation and bundle adjustment, the results are accurate. Data file format reunification, and has a simple interface.
testMatrix
- 简单的矩阵运算器,用MFC实现,有图像界面。支持加减乘。-Simple matrix operations, using MFC, a graphical interface. Support the addition and subtraction multiplication.
jisuanqi
- 设计一个计算器,利用它可以进行简单的四则运算(加、减、乘、除、开方)等,但仅限于十进制下,此外还可以进行(八进制,十进制,十六进制)之间的相互转换。 要求:有简单的需求分析,功能设计,详细设计(程序流程),异常处理,测试,源程序清单,总结,具体格式见附件。 知识点: 掌握 图形用户界面设计; 掌握基本类的设计与使用; 掌握事件处理机制; 掌握使用异常处理方法。 -Design a calculator, which allows you a simple f
elevator
- 用C语言跟EGG做的一个电梯程序,有两种模式:先来先服务和顺便服务。有简单的图形化界面。内含可执行文件,.c文件,以及所有需要的图片等。-An elevator in C language with EGG program, there are two modes: a first-come, first-served and the way services. A simple graphical interface. Contains an executable file c file, a
Market
- 使用C#编写的小超市管理程序,有简单的用户界面。-A small supermarket management program written in C#, a simple user interface.
myproject
- 是自己做的一个数据库课设,得先在电脑上装一个mysql数据库,建几个表,然后用netbeans打开那个工程,可以运行,课设已经过了,有简单的界面,几个基本功能,增删改。-Is doing is a database class, you must first upload a mysql database on the computer, built several tables, and then open the project with netbeans, you can run, has
convex_hull
- 凸包问题的算法实现,graham算法实现,分治算法以及暴力算法,有简单图形界面-Convex Hull algorithm problem, graham algorithm, divide and conquer algorithms and violence algorithm, a simple graphical interface
MD5
- MD5算法实现C版本,在MFC环境下,有简单清新的界面。文件中Realease 文件有exe,可以直接运行。-the code will realize MD5, and it has a interface
WMS1.0
- 一个有简单界面的仓库管理系统 支持增删查改 使用了自行编写的链表-warehouse managerment system
1
- 实现一个以带表头结点的单链表为存储结构的通讯录,其中通讯录的信息中包括姓名、电话、地址等数据项。所设计的系统要有简单的DOS界面,方便用户进行操作,显示以下功能: (1)建立通讯录。 (2)插入、删除、修改通讯录记录 (3)查询通讯录记录,要求可按姓名和电话号码查询 (4)可按姓名或电话号码对通讯录进行排序 提高要求:输出通讯录到文本文件中,界面友好,有出错处理。 通过实现通讯录更好的人机友好界面,方便实现信息的录入、显示、修改、删除、插入、排序、保存等操作。()
参考资料
- 超宽带系统链路matlab仿真程序 超宽带系统简单仿真平台,有简单界面.包括可替换的脉冲成型(半余弦脉冲)、IEEE802.15.3a的修正SV信道、最大似然信道估计、Rake接收机等模块,可以实现monte carlo仿真求误码率。可添加多址接入、编码等功能(维特比编解码、帧同步的程序由本人同学编写)。(Ultra wideband UWB system link matlab simulation program simple system simulation platform, a si
mfc
- 包含客户端和服务端,有简单的界面,能实现简单聊天(It includes a client and a server, with a simple interface and a simple chat)
Gaussxiaoqu
- 高斯消元法的简单Matlab程序,有简单的GUI界面,可以进行线性方程组的求解。(Gaussian Elimination simple Matlab program, a simple GUI interface, you can solve the linear equations)
项目
- 这是一个简单的python程序。ython(英国发音:/?pa?θ?n/ 美国发音:/?pa?θɑ?n/), 是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。 Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大