搜索资源列表
CS编的Dijkstra算法(图形界面)
- Windows应用程序,C#编写,实现了求最短路径的Dijkstra算法,方便操作,可以自已在程序界面上指定每一个点的位置,在界面上空白的地方每点击一下生成一个点(该点是一个可以点击的按钮),这些按钮按照出现的先后顺序自动从1开始编号(目前程序设定最多支持100个点,可自行更改)。界面右上角是计算结果显示区,往下是权值输入区和“连线”、“清屏”“计算”三个按钮以及状态区,状态区显示当前的起点和终点,连线和计算都要用到该信息(点击生成的顺序编号的那些按钮可以依次改变起点和终点)。输入权值后点“连线
CCodeScaner
- 内容:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)应用程序应为Windows界面。
vcwin.rar
- VC界面+悬浮+停靠窗口+很经典的代码VC界面+悬浮+停靠窗口+很经典的代码VC界面+悬浮+停靠窗口+很经典的代码,VC Interface+ floating+ dock windows+ classic code
erchengfa
- 最小二乘法曲线拟合程序代码,可以直接从点生成曲线,windows界面-giygikgiufiuihkfiugfvyjfgkugj
WindowsFormsCXSJ2005
- winform详细案例,涉及界面设计、网络编程、数据库编程、-WinForm detailed case involving interface design, network programming, database programming,
kgdwbbNoteBook
- 比较豪华的界面设计,成功实现了Windows自带记事本的全部功能,并且增加了一些比较实用的功能,比如语音朗读、加密解密等,希望这个小本本能给大家带来比较愉快的体验!-Comparison of luxurious interface design, successful implementation of Windows comes with the full functionality of Notepad, and an increase of some of the more useful
kgdwbbNoteBook
- 多功能语音记事本 比较豪华的界面设计,成功实现了Windows自带记事本的全部功能,并且增加了一些比较实用的功能,比如语音朗读、加密解密等, 希望这个小本本能给大家带来比较愉快的体验! 修正了上次发布的一个关于打印出错的BUG,所以我在这里给大家道歉,希望发现BUG的朋友能及时通知我,以便及时做出修改。 我的QQ:624556373 我的邮箱:kgdwbb@163.com-Comparison of multi-functional voice luxury no
kgdwbbNoteBook
- 多功能语音记事本 比较豪华的界面设计,成功实现了Windows自带记事本的全部功能,并且增加了一些比较实用的功能,比如语音朗读、加密解密等,希望这个小本本能给大家带来比较愉快的体验! 修正了上次发布的一个关于打印出错的BUG,所以我在这里给大家道歉,希望发现BUG的朋友能及时通知我,以便及时做出修改。 我的QQ:624556373 我的邮箱:kgdwbb@163.com-Comparison of multi-functional voice luxury notebook
KeyBoard
- 用C#语言编写的一个十进制小键盘程序,这是windows界面下各个按键的代码-C# language using a decimal keypad, this is all under the windows interface of the code button
WPF
- WPF专业版 解密wpf神秘,有源码供大家参考-Practical WPF Graphics Programming- Advanced. NET Graphics Development with the Windows Presentation Foundation/Jack Xu
Csharp_wopti
- C#版Windows优化大师源码.虽然说Windows优化大师是一个系统优化软件,好像是跟系统紧密相关的,不过用C#做出这玩意应该属于综合实战的范畴了,它考验的应该是你C#的综合知识,包括系统信息检测、网络检测、界面编程等。-C# version of Windows optimized master source. Although the master is a Windows optimization of system optimization software, seems to be
ImageViewer
- 这是一个含c#源码的图片浏览器程序,界面和功能是模仿的windows自带的图片浏览器。-This is an image with c# source code browser program, interface and functionality is an imitation of the windows built-in image viewer.
CompileJAVAHelper
- 本软件采用c#编写,为JAVA程序的初学者提供一个Windows界面的编译、运行JAVA程序的平台,使之摆脱在MS-DOS下操作的苦恼。 为c#与JAVA程序初学者提供帮助。-The software uses c# to prepare for the JAVA program for beginners to provide a Windows interface to compile and run JAVA platform program to make it out of the
cacular
- c#做的一个简单计算机,可以计算平常的简单基本运算,小c#windows界面实现计算功能-c# to do a simple computer, can calculate the usual simple basic operations, small c# windows interface to achieve computing
UI
- Unity3D的界面,XP的银色缺省风格。-Unity3D s GUI, XP Sliver Style.
NetworkProgramming
- 此程序实现了服务器和客户端之间的通信,只需要简单修改IP,即能支持在广域网通信。服务端应用Socket,界面则用XAML构建,平台是net.framework 4.0.这个是网络编程的课程设计源代码。-This program implements the server and client communication between, simply modify the IP, that is able to support wide-area network communication. S
Liang_Barsky
- 梁友栋算法画直线,可以画出任何直线。程序开始会弹出windows界面,通过输入端点的数值,点击划线按钮可以画出直线。-Liang-Barsky draw a line in the windows form,when the program is running ,you can input the end points the click the botton,the line will appear in the form
Windows.Presentation.Foundation
- WPF揭秘,是微软最新的用户界面技术,可以实现窗体、卡通动画、视频、逼真的3D环境。-Secret WPF is Microsoft s latest user interface technology, can form, animation, video, realistic 3D environment.
AdjustForm
- winForm 编程实例, C#.net 实现windows界面编程 平台vs2008-windows form programming , a good sample for C#.net
BSE.Windows
- 觉得值得下载,一个界面设计功能很强大的demo,有各种风格可以设置,并且可以作为第三方插件来使用,方便快捷,省去不必要的代码编写-Think it is worth the download, very powerful demo of an interface design features a variety of styles that can be set, and can be used as a third-party plug-ins to use, convenient, eli