-
Asp.netAtlas
一个Atlas+ASP.NET2.0无刷新的TAB源代码,效果不错啊(an Atlas ASP.NET2.0 REFRESHING TAB source code, ah good results)
- 2007-06-26 09:39:42下载
- 积分:1
-
智能小车
用C语言编写的51单片机智能小车程序;该小车能自行循迹,超声波避障和测距,液晶显示信息以及红外遥控等功能;(The 51 single-chip intelligent car program written in C language can track itself, avoid obstacles and measure distance by ultrasound, display information by LCD and infrared remote control.)
- 2020-06-25 05:00:02下载
- 积分:1
-
FlyYokeSampleTool_V01B_ByHY
需要安装SlimDX,已放在压缩包内">
- 2016-05-13 11:56:54下载
- 积分:1
-
zigbee与stm32通信例子
zigbee基础讲解与实战stm32通信例子(ZigBee basic explanation and actual combat STM32 communication example)
- 2021-04-23 10:18:48下载
- 积分:1
-
Delphi Informant Magazine 2000 Feb
Delphi Informant Magazine 2000 Feb
- 2022-05-19 23:49:09下载
- 积分:1
-
C# 响应新增系统菜单项命令
C# 制作的响应式菜单,响应新增系统菜单项命令,在标题栏单击鼠标右键,会显示出菜单,单击“新增菜单”会响应该菜单的点击,新增了一项自定义的菜单项及命令,实现过程如下:
protected override void WndProc(ref Message SystemMessage)
{//响应新增系统菜单项命令
switch (SystemMessage.Msg)
{
case WM_SYSCOMMAND:
if (((int)SystemMessage.WParam) == WM_USER + 2)
MessageBox.Show("响应新增系统菜单项命令", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
else
base.WndProc(ref SystemMessage);
break;
default:
base.WndProc(ref SystemMessage);
break;
}
}
- 2022-07-16 20:46:37下载
- 积分:1
-
bianma
基于MATLAB的霍夫曼编码。包括MATLAB界面下生成的结果图。程序较C语言易懂,由于在MATLAB下实现,程序简洁。(Huffman coding based on MATLAB. Including the MATLAB interface to generate the results of Fig. Procedures easy to understand language than C, because under MATLAB, the program simple.)
- 2009-07-13 09:41:49下载
- 积分:1
-
bacnet-stack-0.8.3
BACNET协议栈源码,比较复杂的协议,希望对大家有用。(BACNET protocol stack source code, the more complex protocol, want to be useful.)
- 2016-07-15 09:33:25下载
- 积分:1
-
ListBox的详细试用实例
ListBox的详细试用实例,ListBox添加选项,然后分为三块,可以把添加的选项来回移动,清除
- 2023-01-11 04:55:03下载
- 积分:1
-
02
说明: 摄像头+图像处理 C++编程,很好的东西,希望对大家有用!(Camera+ image processing C++ programming, very good, hope for all of us!)
- 2009-12-26 21:22:42下载
- 积分:1