联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 界面编程(275) 

[界面编程] 函数计算器

可以计算多位整数,小数,带括号的加减乘除运算。 可以计算sin、cos、tan、exp等函数。 要增加其他函数也很简单,只需加几行代码,不涉及到修改算法
It can calculate multi-bit integers, decimals, bracketed addition, subtraction, multiplication and division operations. It can calculate sine, cosine, sepia,exp and other functions. It is also very simple to add other functions, just add a few lines of code, not related to modifying the algorithm. (2019-04-16, C/C++, 117KB, 下载0次)

http://www.pudn.com/Download/item/id/1555397588218256.html

[界面编程] kexuecaljs

科学计算器界面简单大方,除了最基本的加、减、乘、除功能外,还支持常用的储存、取存、累存、积存、清存、取余、取整功能,支持十六进制、十进制、八进制、二进制、上档功能、双曲函数、快速使用,方便切换退格,清屏、全清等功能!
Simple and elegant scientific calculator interface, in addition to the basic add, subtract, multiply, and divide functions, also supports popular store, to deposit, deposit tired, accumulation, clear deposit, remainder, rounded features, support for hex , decimal, octal, binary, the shift function, hyperbolic functions, quick to use, easy to switch backspace, clear the screen, and other functions all clear! (2016-05-24, ASP, 9KB, 下载2次)

http://www.pudn.com/Download/item/id/1464083237788489.html

[界面编程] QT-QLabel-right-Ticker

开发中可能会需要加一些跑马的效果,会使界面看起来很炫,而且可以达到提醒用户的作用。 简单实现了右跑马的效果,使用的是QLabel显示的文字,利用QTimer来控制跑马的速度
Development may need to add some horse racing results, the interface will look stunning, and can alert the user to achieve the effect. Simple realization of the right horse racing results, use a text QLabel displayed using QTimer to control the speed of Happy Valley (2016-05-11, QT, 7KB, 下载3次)

http://www.pudn.com/Download/item/id/1462959066255111.html

[界面编程] c-program

(1)乘法口诀表 (2)用一维数组统计学生成绩(3)模拟ATM(自动柜员机)界面(4)用二维数组实现矩阵转置 (5)求解二维数组的最大/最小元素
(1) multiplication tables (2) with a one-dimensional array of student achievement statistics (3) simulated ATM (automated teller machine) interface (4) to achieve a two-dimensional array of matrix transpose (5) the largest/smallest element for solving the two-dimensional array (2015-04-16, Visual C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1429179322724289.html

[界面编程] rout-gui

能够存储和表示给定拓扑结构 2) 能够实现Dijkstra和Bellman-ford算法 3) 根据指定结点,生成路由表并演示算法每一步执行情况 4) 加分项目:GUI界面演示所有信息
Ability to store and represent a given topology 2) to achieve Dijkstra algorithm and Bellman-ford 3) according to a specified node, the algorithm generates a routing table and demonstrates the implementation of each step 4) extra points: GUI interface demo all the information (2014-05-22, QT, 377KB, 下载11次)

http://www.pudn.com/Download/item/id/2548897.html

[界面编程] Interface-Design-with-Visual-Basic-(

《界面设计与Visual Basic》(第2版)催武子 课件加源程序 (1)各章的幻灯均可以修改。 (2)例子的代码在“e:\界面设计与vb\第?章\例子”时,运行通过。 (3)编程题程序的可执行文件是源代码在“e:\界面设计与vb\第?章\可执行文件”时产生的。 (4)例子或习题程序中所用到的图形和数据库等文件均放在相应章的文件夹中。
Interface Design with Visual Basic (2) (2012-03-19, Visual Basic, 3178KB, 下载4次)

http://www.pudn.com/Download/item/id/1798865.html

[界面编程] 20117114503018

这次clayui给大家带来了比较实用的东西,C#版目前只有13种特效,如果大家对 这个比较喜欢的话,请推荐一下,让更多的人能分享到这个,我也会继续更新添 加更多特效。
The clayui to give us some more practical things, C# version is currently only 13 kinds of effects, if everyone The more like it, please recommend, so that more people can share this, I will continue to update the add Added more special effects. (2011-12-21, C++ Builder, 1542KB, 下载3次)

http://www.pudn.com/Download/item/id/1738326.html

[界面编程] jisuanqi

利用MFC设计计算器的界面,界面包括:编辑框,0-9个数字按钮,能进行整数的加、减、乘、除、开方、取正负、小数点运算的按钮,有清除(C 键)功能,有清除前一个运算符和数的功能,还有个计算结果的等于号按钮。
Using MFC design calculator interface, the interface including: edit box ,0-9 number buttons, can be an integer add, subtract, multiply, divide, square root, take positive and negative, the decimal point button operation, with clear (C button ) function, has cleared the previous operator and several features, as well as a calculation of the mean number buttons. (2010-06-11, Visual C++, 1916KB, 下载6次)

http://www.pudn.com/Download/item/id/1210124.html

[界面编程] SkinSE1.0

SkinSE免费换肤界面库 SkinSE(全称:skin so easy)是一款真正意义上适合软件界面开发的C++皮肤库。通过使用XML文件来配置GDI资源(如:图片、字体、颜色、光标等),最大程度将界面与逻辑分开,让程序员有更多 的时间去进行软件内部的逻辑处理。SkinSE没有完全采用传统的HOOK修改窗口过程函数的方式,而只是针对具体窗口进行界面处理,并且兼容HOOK模式。SkinSE只用到了windows几个底层的核心库,没 有用到(MFC/ATL等)第三方库,采用纯API编写,采用C语言导出方式,增强可移植性。SkinSE开发小组由数名具有多年windows界面开发经验的程序员组成,对软件界面开发有独特的经验和技巧,立志 开发一款前沿的换肤技术展现给大家! 官方网站地址:http://www.skinse.com 联系电话: (0)15013462355 (0)13760777417 邮件地址 : xiaofangmsg@hotmail.com 82799232@qq.com Q Q号码: 182408087(渠道合作) 82799232(业务客服)
SkinSE free skin interface library SkinSE (full name: skin so easy) is a real sense for software interface developed by C++ skin banks. Through the use of XML file to configure the GDI resources (such as: Figure Films, fonts, color, cursor, etc.) to maximize separation of the interface and logic, so that programmers have more Time to the internal logic processing software. SkinSE not fully using the traditional HOOK change the way the window procedure function, but only specific windows interface Processing, and is compatible with HOOK mode. SkinSE only used the windows of several underlying core libraries, no Useful to (MFC/ATL, etc.) third-party library, prepared using pure API, using C language to export methods, increase the portability. SkinSE team with many years of windows by a few Composed of experienced programmer interface development, software interface development has a unique experience and skills, determined to Development of a cutting-edge ski (2010-03-09, Visual C++, 3128KB, 下载400次)

http://www.pudn.com/Download/item/id/1081033.html

[界面编程] calculater

1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行
1, binary, octal, decimal, and hexadecimal number of add, subtract, multiply, divide, involution, modulus and other simple calculation 2, scientific computing functions, including the (anti-) sine, (anti-) cosine, (anti-) tangent, (anti-) cotangent, administration, index function is to run (2009-11-01, C/C++, 3748KB, 下载126次)

http://www.pudn.com/Download/item/id/955936.html

[界面编程] Border

漂亮的VB边框控件附源码实例,可以为你的窗体加上一个边框,或者是图片加边框,或者是一个LISTBOX列表加上边框,颜色是可以更改的,请查阅控件源码代码,好好研究一下,做出一个你满意的窗体效果是件轻松的事情。
Border control is attached to a beautiful VB source code examples, you can add a form for your border, or a picture frame, or a list of add LISTBOX border, colors can be changed, please refer to the control source code, a good study this problem, you have to make a form satisfactory results are pieces of easy things. (2009-09-04, Visual Basic, 106KB, 下载27次)

http://www.pudn.com/Download/item/id/900546.html

[界面编程] av-i386-cumul

先添加av-i386-cumul 再添加av-i386-weekly 最后添加av-i386-daily 点击确定然后回到卡巴斯基主界面 选择服务——更新——点击立即更新 即可更新病毒库
Add the first av-i386-cumul add av-i386-weekly to add the final av-i386-daily Kaspersky Click OK to return to the main interface and then select Services- Update- Click to update virus database update (2009-05-16, Visual C++, 52801KB, 下载4次)

http://www.pudn.com/Download/item/id/762922.html

[界面编程] Calculator

用vc写的一个图形用户界面科学计算器,下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算
Vc written with a graphical user interface of scientific calculator, the next feature: 1, binary, octal, decimal and hexadecimal number of add, subtract, multiply, divide, involution, such as simple calculation modulus 2, scientific computing function , including the (anti-) sinusoidal, (anti-) cosine, (anti-) tangent, (anti-) Cotangent, prescribing, the index function, such as computing (2009-04-30, Visual C++, 61KB, 下载18次)

http://www.pudn.com/Download/item/id/738523.html

[界面编程] STUDENT1

1. (菜单)实现并完善Student程序,包括添加/设置/修改菜单和菜单项、设置快捷键与提示信息、创建消息响应函数、创建弹出式菜单、动态修改菜单项(选中、禁止/激活、添加/删除、加图标)。
1. (Menu) to achieve and improve the Student procedures, including the Add/set/modify menus and menu items, set the shortcut keys and prompt information, the creation of the news response function, to create pop-up menu, dynamic menu items (selected, the prohibition/activation, Add/Remove, plus icon). (2008-11-26, Visual C++, 47KB, 下载17次)

http://www.pudn.com/Download/item/id/589164.html

[界面编程] htmledit

htmleidtor可以直接复制网页到编辑器中,而且保存原来的格式,并且可以对其进行编辑,改变字体颜色、大小、文字超链接等,已经做的很好的一个编辑器,你只需加你需要的功能到编辑器中就可以达到你需要的功能!
htmleidtor can directly copy the page to the editor, but also to preserve the original format, and can edit and change the font color, size, text, hyperlinks and so on, has done a very good editor, you need to do plus you need to function to the Editor can be achieved on the function you need! (2008-09-10, Visual C++, 39KB, 下载23次)

http://www.pudn.com/Download/item/id/544290.html

[界面编程] prograssbar

用vb加一个小控件实现的自定义的进度条控件,进度条可以是长方形,椭圆形,还可以填充背景,定义显示样式,提示文字等等,小控件附在目录下,自己注册一下就行了。
Vb increase with a small control to achieve a custom progress bar control, the progress bar may be rectangular, oval, you can fill the background, the definition of display styles, text prompts, etc., attached to a small control directory, their own registration click on the list . (2007-11-22, Visual C++, 101KB, 下载13次)

http://www.pudn.com/Download/item/id/362838.html

[界面编程] 无名个性万年历

一个很个性化的日历小程序,直接安装,此日历是带阴历,节气,节假日。最优越的地方是,自己可以天加和更改节假日。右键就可以做出很多选择功能
a very personalized calendar small programs, direct installation, this is the calendar with the lunar calendar and the cycle of holidays. The best part is, they can change and the days plus holidays. Right- we will make a lot of choices function (2005-07-12, C#, 188KB, 下载76次)

http://www.pudn.com/Download/item/id/1121098789812139.html

[界面编程] 用ATL开发复合控件

如何用ATL建立复合控件,以及如何响应连接点事件。考虑到代码很简单,程序中没有加注释,如有不清楚请参看MSDN,代码仓促中完成,不免有疏漏,见谅
how to build ATL composite controls, and how to respond to incidents connection points. Taking into account code is very simple, procedures not a footnote, if not please refer to the MSDN, code hastily completed, inevitably imperfect, forgiven (2005-07-10, Visual C++, 33KB, 下载64次)

http://www.pudn.com/Download/item/id/1120971941913150.html

[界面编程] transsliderDemo

这是一个MFC透明滑块类,由于它使用CSliderCtrl 作为它的基类,所以它可以取代CSliderCtrl 对象。支持刻度标记。使用时,加这个类到你的项目中。增加你的滑块到项目中,接着将.h文件中的 CSliderCtrl类型修改为CMySliderControl ,并且#include这个MySliderControl.h 文件。
This a transparent MFC slider category, as it CSliderCtrl use as its base class. Therefore, it can replace CSliderCtrl object. Support calibration markings. Use, the increase in the category of your project. Increase your slider into the project, Then will. h document, the type of changes to CSliderCtrl CMySliderContro l, and the# include MySliderControl.h document. (2004-07-10, C++, 41KB, 下载411次)

http://www.pudn.com/Download/item/id/1089474264887424.html
总计:275