-
8×8点阵,按按钮会自动切换点扫描,切换开关。
8*8点阵,按下按键会自动切换点扫描,字母切换显示,左右滚动显示功能。-8* 8 dot matrix, press the button will automatically switch point scan, switch the letters show that around a rolling display.
- 2023-04-02 14:55:04下载
- 积分: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
-
注册表搜索工具
Registry search tool
- 2022-04-26 09:06:31下载
- 积分:1
-
ENO企业人事信息管理系统配套组件包,压缩包包含如下组件包:
XPmenu
dxpack2.0.1
MenuBar
....
QuickRe...
ENO企业人事信息管理系统配套组件包,压缩包包含如下组件包:
XPmenu
dxpack2.0.1
MenuBar
....
QuickReport.v4.5.for.Delphi7
TStaticTextEx_TDBStaticTextEx-ENO business personnel information management system supporting kits, compressed packet contains the following components : XPmenu dxpack2.0.1 Wet .... QuickReport.v4.5.for.Delphi7 TStaticTextEx_TDBStaticTextEx
- 2022-11-28 19:55:03下载
- 积分:1
-
获取指定进程的内存和cpu信息,vs2005 MFC实现
获取指定进程的内存和cpu信息,vs2005 MFC实现-get the mem and cpu information of the local computer
- 2022-07-12 07:43:12下载
- 积分:1
-
这是一个Windows FormView程序实现基本的FormView功能。
这个是Windows FormView的程序,实现基本的FormView功能。-This is a Windows FormView procedures realize the basic functions FormView.
- 2022-02-03 20:34:22下载
- 积分:1
-
Using MAPI with Outlook express to send emails
Using MAPI with Outlook express to send emails
- 2022-12-30 11:30:07下载
- 积分:1
-
NiceC —— 一个 C/C++ 的 Source Formatter!
NiceC —— 一个 C/C++ 的 Source Formatter!
只有 3 个文件:
NiceC.exe 主程序
NiceC.txt 说明文件
NiceC.cfg 配置文件,也是模板文件;可以通过 NiceC.exe -l 得到。
我试用了一下,NiceC.cfg 作为模板,真是一个聪明的办法!
我根据我个人的爱好,主要调整了如下内容:
1 // 前加了个 Tab
2 跨
- 2022-03-28 13:25:03下载
- 积分:1
-
it a implementation and documente for explaine the basic and algorithme methone...
it a implementation and documente for explaine the basic and algorithme methone in detection an traching object.
- 2022-01-26 00:09:34下载
- 积分:1
-
犯错
在本人用完计算机之后,往往不希望别人发现你做过什么,和浏览过什么网址。(特别是和多人共用一台机子时)。当然,你可以手工清理那些记录。 但那是多么繁杂的一件事啊。 我想没人愿意那样做。于是,我想到用一个软件来一次性完成上述工作。清除历史记录的文章很多,但是一般都不够全面。本人经过整理和收集一些资料,加以融合。得到了一个较全面的历史记录清除方法。在这里要指出代码能完成,要特别感谢朋友 xzhang
左图便是本文例子程序的运行效果图,我们可以从中看到该例子具体能实现的清除内容-err
- 2022-04-19 17:04:16下载
- 积分:1