-
一个基于android 的示例 实现了基本的android app 框架
一个基于android 的示例 实现了基本的android app 框架-A demo based on android.
- 2022-01-26 00:43:37下载
- 积分: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
-
控制面板程序设计-在控制面板上加一个测试组件
控制面板程序设计-在控制面板上加一个测试组件-control panel program design-in the control panel plus a test suite
- 2022-07-14 18:57:30下载
- 积分:1
-
自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编...
自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编辑器放进自己的view类,只需仿照这个程序重写onsize,oncreate函数即可,scintilla使用的notepad++改装后重编译的版本,可以直接使用里面的d-Self-made code editor, you can write C++, C language code in this editor, code folding implementation, the system reserved word color display, using scintilla implementation, and a very good combination with the MFC, you can use a similar approach to the code editor into the your own view class, just along the lines of this program rewritten onsize, oncreate function can be, scintilla use notepad++ re-compile the modified version, can be used directly inside the dll
- 2022-02-28 14:53:16下载
- 积分:1
-
本人利用VC编写的井地地震层析成像的小程序,含正演与反演两个部分,并有插值成图的代码,希望对大家有所帮助...
本人利用VC编写的井地地震层析成像的小程序,含正演与反演两个部分,并有插值成图的代码,希望对大家有所帮助-Hitomi 人 linked using VC China and China met写cavity condensate震prolyl Pleiades rude像cavity most序Brassica campestris, Yi Hao演与destroyed slander演stamp snapped Xu, sweet lips bleed at the nose cavity值rough measurement standard tungsten,望ground希All bleed at the nose submerged mode heap助
- 2022-05-12 11:57:02下载
- 积分:1
-
视窗软件自动更新多个本地化版本的支持
应用背景这是原始winsparkle增强,它不支持多本地化的发行说明。& nbsp;这是原文链接: ;http://winsparkle.org/你可以从codeforge下载稳定版,或查看我的 ;增强版: ;https://github.com/huangkbaaron/winsparkle/关键技术这是原文链接: ;http://winsparkle.org/我的提升将是一个小样本的C++ lambda表达式。
- 2022-07-21 06:23:36下载
- 积分:1
-
AD9650控制逻辑
AD9650控制逻辑,带阈值判断功能,采用偏移二进制模式,当信号超出一定范围后,经输出高电平标志位,以便信道调整其增益大小。
AD9650控制逻辑,带阈值判断功能,采用偏移二进制模式,当信号超出一定范围后,经输出高电平标志位,以便信道调整其增益大小。
- 2022-04-29 07:11:44下载
- 积分:1
-
c#写的基于access2000的选课系统。
c#写的基于access2000的选课系统。-c# to write the elective system based access2000.
- 2023-08-28 20:25:02下载
- 积分:1
-
The code on this diskette has been organized by chapter. Each subdirectory conta...
The code on this diskette has been organized by chapter. Each subdirectory containing listing has a readme.txt describing program usage and any relevent
- 2022-02-05 04:55:00下载
- 积分:1
-
vc.net write the dynamic process of small mouse, the mouse showed that you no lo...
vc.net写的动态鼠标的小程序,使你的鼠标显示不再枯燥-vc.net write the dynamic process of small mouse, the mouse showed that you no longer boring
- 2022-03-11 08:48:43下载
- 积分:1