-
SUN Xin teachers VC++ Tutorial CD
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第9章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 9 source!
- 2022-09-02 04:40:03下载
- 积分:1
-
windows系统编程源代码
windows系统编程源代码-windows system program source codes.
- 2022-03-03 11:03:10下载
- 积分:1
-
Base64 Content-Transfer-Encoding standard
这个小实用程序实现RFC1113中描述的Base64内容传输编码标准(http://www.faqs.org/rfcs/rfc113.html).
- 2023-05-21 23:10:03下载
- 积分:1
-
_CPU_ based on the precision timer, the clock frequency is higher
基于_CPU_的精确计时器,时钟频率越高-_CPU_ based on the precision timer, the clock frequency is higher
- 2022-04-18 19:48:21下载
- 积分:1
-
vc高级编程技巧与实例,学习VC编程的可以参考一下,分享
vc高级编程技巧与实例,学习VC编程的可以参考一下,分享-vc high-level programming techniques and examples, learning VC programming reference sharing
- 2022-01-25 14:23:43下载
- 积分:1
-
windows CE下intel nor flash驱动,intel只提供库文件,在CE下设置注册表即可使用,intel网站有这方面的资料。...
windows CE下intel nor flash驱动,intel只提供库文件,在CE下设置注册表即可使用,intel网站有这方面的资料。-Intel nor flash drive, intel provided only for documents in the CE can be installed using the registry, intel websites have information in this regard.
- 2022-02-22 07:16:17下载
- 积分: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
-
INA128/INA129DATASHEET
INA128和INA129是低功耗高精度的通用仪表放大器-INA128/INA129DATASHEET
- 2022-02-05 04:20:01下载
- 积分:1
-
a simple calculator, VB entry is a good example of the old programmers should al...
一个简单的计算器,VB入门的好例子,老程序员也应该参考
- 2022-02-24 12:37:32下载
- 积分:1
-
飞思卡尔imx37 WinCE BSP(2009 6
Freescale iMX37 WinCE 6.0 BSP (2009-11) version
- 2022-04-01 07:34:24下载
- 积分:1