-
cgi与swf文件的相互参数传递,对“古老”的网站功能扩展有帮助...
cgi与swf文件的相互参数传递,对“古老”的网站功能扩展有帮助-cgi and flash swf file paramenters
- 2022-02-09 10:31:38下载
- 积分: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
-
字符串查找,从一段字符串中查找需要查找的字符或单词
字符串查找,从一段字符串中查找需要查找的字符或单词-String to find, from a string to find the need to find the characters or words
- 2023-04-11 06:20:03下载
- 积分:1
-
模拟指示灯控件。
模拟指示灯控件。-simulated light controls.
- 2022-01-31 06:53:05下载
- 积分:1
-
ARM Embedded WINCE Practice Guide, using JXARM9
ARM嵌入式WINCE实践教程,采用JXARM9-2410作为实验平台-ARM Embedded WINCE Practice Guide, using JXARM9-2410 as an experimental platform
- 2022-03-20 20:58:41下载
- 积分:1
-
微信小程序读心术小游戏
打开index.htm查找全部替换成你的读心术游戏地址即可。采用微信官方小程序开发工具开发,图文全有。
- 2022-03-06 21:20:12下载
- 积分:1
-
如何在tc环境下打开显示位图的程序,比较经典
如何在tc环境下打开显示位图的程序,比较经典-how to open process of showing bitmap, more classical
- 2022-02-02 13:45:42下载
- 积分:1
-
vfp利用dll回调函数写的windows service服务程序
vfp 无回调功能,利用外部DLL实现回调。根据Windows service规范实现了注册,注销,运行,停止这几个功能。让VFP程序也可以单独作为服务启动。现学现卖,不当之处请自行完善。
- 2023-05-30 06:00:03下载
- 积分:1
-
图画管理。可以帮助用户完成一些图画的管理、可以实现图画浏览删除、打开编辑、修改等功能...
图画管理。可以帮助用户完成一些图画的管理、可以实现图画浏览删除、打开编辑、修改等功能-picture management. Users can help complete the picture of some management, can achieve a picture View delete, open edit, modify functions
- 2022-04-11 07:49:45下载
- 积分:1
-
简单文本编辑程序,功能一般,其他的也没什么可说
简单文本编辑程序,功能一般,其他的也没什么可说-Simple text editing program, function normally, the other has nothing to say
- 2022-08-19 06:31:58下载
- 积分:1