-
vc environment qt prepared using an interface table, which can excel as mass dat...
vc环境下使用qt编写的一个界面表格,里面如同excel一样可以存放海量数据.老外编的源代码-vc environment qt prepared using an interface table, which can excel as mass data storage. foreigner made the source code
- 2022-02-26 03:19:00下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-01-25 16:28:42下载
- 积分:1
-
fm booster and its circuit config
fm booster and its circuit config
- 2023-04-11 08:35:03下载
- 积分:1
-
网络管理 snmp manager
网络管理 snmp manager -network management snmp manager
- 2023-05-14 08:45:02下载
- 积分:1
-
C语言实现通讯录管理
萌新出投稿,这个程序其实不难,理解简单,适合初学者阅读与学习。
- 2022-06-30 10:36:57下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
水果商店
一个水果商店,可以运行,java servlet,html等语言,可以实现各种功能,譬如浏览水果,购买水果,加入购物车,从购物车删除水果,简单的水果购物系统
- 2022-01-25 22:38:53下载
- 积分:1
-
进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换及PV操作加深理解和掌握....
进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换及PV操作加深理解和掌握.-process scheduler process management is one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the process of scheduling, process and transform running PV operation to deepen understanding and mastering.
- 2022-08-17 02:18:24下载
- 积分:1
-
信号与系统试验代码
信号与系统试验代码-signal and system test code
- 2022-05-17 01:11:48下载
- 积分:1
-
Minimize Tray Icon With Animation
本例在窗体上使用托盘图标和应用程序事件组件。当应用程序运行时,它加载托盘图标,当它设置动画时显示图标,并设置提示气球。最小化窗口时,窗体将隐藏,托盘图标将显示并设置动画。双击系统托盘图标可恢复窗口。
- 2022-07-14 13:28:35下载
- 积分:1