-
对注册表的信息进行控制,包括读写注册表的一些操作.
对注册表的信息进行控制,包括读写注册表的一些操作.-information on the registry control, including reading and writing some of the registry operation.
- 2022-07-07 00:36:35下载
- 积分:1
-
This is a greedy algorithm using the algorithm for minimum spanning tree, accomp...
这是一个利用贪心算法求最小生成树的算法,内部附有说明-This is a greedy algorithm using the algorithm for minimum spanning tree, accompanied by internal
- 2023-03-13 17:05:03下载
- 积分:1
-
haha!it s lunar calendar s small pragrame,please give directions.if there is err...
哈哈,农历小程序,大家多指教。如有错误请指出-haha!it s lunar calendar s small pragrame,please give directions.if there is error in it,please point it out
- 2022-07-08 18:38:49下载
- 积分:1
-
这是一个基于MFC的医院挂号系统,仅供参考
这是一个基于MFC的医院挂号系统,仅供参考-This is a hospital-based MFC registration system for reference purposes only
- 2022-12-06 22:05:03下载
- 积分:1
-
courses and scores a good management system he used in small programs ah hope yo...
学生课绩管理系统 he很好用的小程序呀 希望大家喜欢-courses and scores a good management system he used in small programs ah hope you like
- 2022-05-30 03:23:36下载
- 积分: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
-
16F877使用计时秒表功能的实现,用汇编语言
采用一个16F877实现计时秒表功能,用汇编语言编写-16F877 using a stopwatch function of time to achieve, in assembler language
- 2022-07-10 16:03:02下载
- 积分:1
-
桌面工厂CNC 12_6
桌面工厂CNC系统,12.6版本。此系统带RTCM功能,5轴控制。
- 2023-01-29 21:25:04下载
- 积分:1
-
vc++环境下获得鼠标所在控件的内容的小程序
vc++环境下获得鼠标所在控件的内容的小程序-Access to the contents of the mouse where the control applet
- 2023-03-17 16:55:05下载
- 积分:1
-
hge基础教程
该文件对于初学游戏2d基本hge引擎有着最大的帮助,只需几天的时间就能掌握hge基本的用法。
- 2022-02-06 08:46:25下载
- 积分:1