CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - GUI
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - GUI - List
[
Data structs
]
5-Queen
DL : 0
N皇后问题!图形界面演示,VC6.0开发-N Queen! GUI demonstration VC6.0 development. .
Date
: 2025-12-22
Size
: 37kb
User
:
郭上华
[
Data structs
]
kecsj_java
DL : 0
JAVA课程设计!用线程来实现比较查找、排序算法的运行时间,第一部分是将顺序查找、折半查找算法设计成线程并同时运行来比较两种查找算法,第二部分是将冒泡排序、快速排序及选择排序设计成线程并同时运行来比较三种排序算法。本程序使用流行的GUI界面设计。-Java curriculum design! Using thread to achieve more search, algorithm running time, the first part of the order is to locate, binary search algorithm is designed to thread running and to compare the two search algorithms, the second part is to Bubble Sort, and the rapid sequencing SELECTION SORT designed with threads compared to run when three sorting algorithms.GUI
Date
: 2025-12-22
Size
: 12kb
User
:
爱情无敌
[
Data structs
]
PyChem
DL : 0
PyChem是用Python语言编写的多元变量分析软件。它包括一个前端图形界面用于管理和保存试验数据,并用多元分析的算法分析试验数据。主要的目录结构如下: PyChem\PURELIB\pychem 包括前端界面的管理和数据保存,以及核心的分析算法 PyChem\PURELIB\pychemlib 包括一些必要的支持库-PyChem Python language is used to prepare the multivariate analysis software. It includes a front-end GUI for the management and preservation of test data, and using multivariate analysis algorithm analysis of the test data. The main directory structure is as follows : PyChem \ PURELIB \ pychem including front-end interface management and data retention, and the core analysis algorithm PyChem \ PURELIB \ pychemlib including some necessary support libraries
Date
: 2025-12-22
Size
: 95kb
User
:
star
[
Data structs
]
PermutationSJJG
DL : 0
是用语数据结构的课程设计的程序,并且用MFC做了图形界面-terminological data structure of the design process and done with MFC GUI
Date
: 2025-12-22
Size
: 1.84mb
User
:
林林
[
Data structs
]
SXXHLB
DL : 0
用于数据结构课程设计,双向链表,并且用了MFC做图形界面-data structure for curriculum design, two-way linked list, and so with the MFC GUI
Date
: 2025-12-22
Size
: 40kb
User
:
林林
[
Data structs
]
exp
DL : 0
本人自己写的一个班级成绩管理系统,内含详细丰富的设计文档和分析,供学习c/c++和数据结构的新手学习,大有裨益。-I wrote it myself a ticket sales system. The use of C/S mode, multi-threaded, multi-network marketing, the basic functions of each network as such as selling a ticket and the refund showed that votes in real time, the client using the GUI interface.
Date
: 2025-12-22
Size
: 7kb
User
:
prolove
[
Data structs
]
dongtaiguigua
DL : 0
这是动态规划的训练资料,非常有用的,对于我们学习算法,南开大学内部资料-this is dong tai gui hua zi liao ,naikai university has it ,it is very helpful
Date
: 2025-12-22
Size
: 468kb
User
:
周灵
[
Data structs
]
SE205b_assignment3
DL : 0
要实现一个基于哈希表的字典ADT的从头开始 • 为了设计的游戏配置1散列函数 • 要创建和扩展的ADT为特定目的 • 为了使声音设计选择 • 要创建一个交互式GUI-• To implement a hashtable-based Dictionary ADT from scratch • To design a hash function for game configurations • To create and extend ADTs to serve a particular purpose • To make sound design choices • To create an interactive GUI
Date
: 2025-12-22
Size
: 7kb
User
:
刘洋
[
Data structs
]
queueSimulation
DL : 0
It is a GUI csharp program aim to simulate the waiting time in the bank which can help the bank adminstration to deside on the require number of tellers that keep the customer satisfy with thier service,
Date
: 2025-12-22
Size
: 269kb
User
:
rorarora33
[
Data structs
]
2-3-tree
DL : 0
2-3树 数据结构 实现 含GUI(awt)-2-3 tree, implement the 2-3tree. include GUI
Date
: 2025-12-22
Size
: 40kb
User
:
yifan
[
Data structs
]
ClosestPoints
DL : 0
暴力法和递归法求解最近点对问题(带图形界面)-Violence Act and the nearest point of a recursive method for solving the problem (with GUI)
Date
: 2025-12-22
Size
: 4.65mb
User
:
邓国平
[
Data structs
]
fei-di-gui-zhong-xu-bian-li
DL : 0
这是我们老师写的代码,非递归中序遍历,数据结构试验-This is our teacher to write the code, in-order traversal non-recursive data structure test
Date
: 2025-12-22
Size
: 3.91mb
User
:
张江
[
Data structs
]
eightQueen
DL : 0
八皇后程序源代码 GUI界面 忽略了皇后不能对角线的情况-java gui
Date
: 2025-12-22
Size
: 2kb
User
:
虚心一
[
Data structs
]
student-data
DL : 0
本系统地最大需求是管理学生个体的成绩,因为目标简单而明确所以设计起来并没有出现多大问题。 我主要想了一下两点。 (1) 学生信息我主要考虑了学号,姓名等最基本的问题,并且修改此类数据的方法。 (2) 成绩方面我因为面对着高中生的评分问题而设计的,所以设计上没有想很多,就是按照高三的理科生的成绩单制作了分数类的数据。 并且因为要管理这些数据并且反复使用,所以我想到了要输出到文件中保管个体的数据。 由此设计了本系统用来,实现数据储存的读取,信息显示,查找,修改等。本系统因为制作者的不足,没用上GUI,但是以文字形式的菜单来代替了其功能。希望使用的过程中感到愉快。 -it s a stu data management program
Date
: 2025-12-22
Size
: 3.19mb
User
:
李荣郁
[
Data structs
]
AOE
DL : 0
AOE关键路径,数据结构课程设计,使用MFC界面,图形化操作。有实验报告。-AOE critical path program. my project for Data Structure. Using MFC UI, Operate in GUI. It contain a report.
Date
: 2025-12-22
Size
: 1.06mb
User
:
WangLuJun
[
Data structs
]
Sum
DL : 0
This mathimatic s of sum program using GUI -This is mathimatic s of sum program using GUI
Date
: 2025-12-22
Size
: 1kb
User
:
abi
[
Data structs
]
Linked_list
DL : 0
netbeans project on linked list complete with form/gui
Date
: 2025-12-22
Size
: 14kb
User
:
jen
[
Data structs
]
Recursion
DL : 0
netbeans project on recursion complete with form/gui
Date
: 2025-12-22
Size
: 29kb
User
:
jen
[
Data structs
]
Shortest-path
DL : 0
最短路径 Java GUI 演示 数据结构课程设计-Shortest path to the Java GUI demo data structure curriculum design
Date
: 2025-12-22
Size
: 119kb
User
:
陈首新
[
Data structs
]
RatInMaze
DL : 0
数据结构课程设计 Java GUI 迷宫老鼠 非常华丽-Data structure courses design in Java GUI Rat In Maze
Date
: 2025-12-22
Size
: 6.58mb
User
:
陈首新
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.