搜索资源列表
MSDNIntegrator-1[1].0
- CppUnit 是著名的用于单元测试的JUnit框架的C++移植。测试输出是XML或文本格式,可以用于自动化测试和基于GUI的监督测试。 来源:http://sourceforge.net/projects/cppunit/ -CppUnit is famous uses in unit test JUnit the frame C transplant. The test output is XML or the text format, may use in the automated
Notepad_plus_plus_cn_ansi
- notepad ++ 中文版,无聊汉化个小软件,献丑了.-Notepad++ is a generic source editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI. This pr
W_excel
- 简易电子表格,不使用GUI的底层实现,对C的底层API是个很好的锻炼-excel written in C without GUI
area-gui
- 题目源自于一个C++课程的大作业,要求处理三角形、矩形和圆形的周长、面积计算问题,要求分别用面向过程和面向对象的方法解决问题。本程序典型得运用了面向过程和面向对象的方法,对面向过程和面向对象的区别做了鲜明的对比。-Topics from a C++ course jobs require processing triangular, rectangular and circular perimeter, area calculation problem, the process-oriented
MATLAB-AND-C
- this file contains 4 parts: 1- sherlock C code for plagiarism detection in text document 2-linear kalman filter in simulink 3-sfclfunc m file for Superconducting fault current limiter 4-lightning protection is GUI matlab file for lightning pr
C++ GUI Qt 4编程(第二版)(书+源代码)
- 了解QT比较实用的入门教程,深入浅出很好理解。 书和源代码,快速上手。(C++ GUI Qt Program book and source code very useful for freshman, be in joy.)
HRV Features Extract by Matlab
- 本代码可用来提取计算心率变异性非线性域特征值(SampEnVal, AlphaDFA, AlphaDFA1, AlphaDFA2 )(Extract Nonlinear features of HRV. %Inputs: RRI = inter-beat interval (s) and time locations (s) % opt = analysis options from gui % %Outputs: output
interest caculator
- 在这个任务中,您的任务是使用Visual C开发一个基于GUI的兴趣计算器。你必须设计用户界面。您的计划必须: ?要求用户选择简单利息或复合利息 ?要求用户输入主体 o您可以假设用户的输入已经四舍五入到最接近的美元。例子:1340 ?要求用户输入每年的利率 o例如,如果用户输入3.5,则用户表示每年3.5%。 ?要求用户以年为单位输入贷款期限 o你可以假设贷款期限是一个整数。 例子:15 ?包括三个按钮: o“计算”按钮(热键:c) 当用户点击此按钮或按下相应的热键时,程序