-
wode
绘画板~ C#小程序~
(Drawing board ~ C# Applet ~)
- 2007-12-27 12:17:38下载
- 积分:1
-
QMC
mc clousky implementation algoritm
- 2009-12-02 20:28:25下载
- 积分:1
-
msnd_0614
电力管理系统,电网抄表,电费计算,SQL+VC实现(power management system, network meter reading, electricity, SQL VC)
- 2005-07-13 09:58:37下载
- 积分:1
-
单片机继电器
/******************************************************************/
/* 继电器实验 *
/* *
/* 连接方法:P2.7接JP5的K1(按钮接口)
P1.4接J2 *
/* 按下P2.7 继电器P1.4动作 *
/******************************************************************/
#include //51的端口和各特殊寄存器定义在此文件中
sbit RELAY = P1^4; //定义继电器对应单片机管脚
sbit K1 = P2^7; //定义按钮对应单片机管脚
/*********************************************************
主函数 *
**********************************************************/
main()
{
if (!K1) RELAY = 0;
- 2022-08-09 22:11:26下载
- 积分:1
-
asp.net 微信支付服务器端代码(完整示例源码下载)
如果用的是mvc 则将 notify.cs中的 public Page page {get;set;} public Notify(Page page) { this.page = page; } 把Page 改成 HttpContextBase即可
- 2015-05-07下载
- 积分:1
-
fastharrisdetector
说明: harris 角点检测 MATLAB 代码(Harris corner detection MATLAB code)
- 2010-05-05 10:06:04下载
- 积分:1
-
PopupBlocker
一个广告窗口的拦截程序源码 非常的简短,是初学者练习使用BHO的好例子(a window advertising the interception procedure source very briefly, is the use of beginners to practice good example of BHO)
- 2005-03-27 20:24:37下载
- 积分:1
-
vs2008fundamental
Visual Studio 2008 基础教程
Visual Studio 2008 入门教程
(Visual Studio 2008, Visual Studio 2008 Essentials Tutorial)
- 2012-06-14 10:47:51下载
- 积分:1
-
LW-LZ78
实现以下的无损数据压缩方法
LZ78和LZW算法;
给定若干个输入的字符串流,应用所编写的算法实现压缩,计算压缩比,然后再将压缩的码流进行解码,同输入的字符串流进行比较,判断输入输出码流是否一致。(Achieve the following lossless LZ78 and LZW data compression algorithm certain algorithms to a given input string stream to achieve compression applications written to calculate the compression ratio, and then decoding the compressed code stream, with the stream input string , and determines the input and output streams are the same.)
- 2014-04-27 23:05:58下载
- 积分:1
-
pro
说明: 小型mysql数据库,使用c++编写,平台为vs(Small MySQL database)
- 2020-06-17 18:00:01下载
- 积分:1