-
SharpObfuscator
收藏的。net混淆工具源代码,下载后使用vs2012打开。(failed to translate)
- 2013-05-05 11:20:36下载
- 积分:1
-
解线性代数方程组的雅克比迭代法,一段小程序,解线性代数方程组...
解线性代数方程组的雅克比迭代法,一段小程序,解线性代数方程组-Solution of linear algebraic equations of the Jacobi iterative method, a small program for solving linear algebraic equations
- 2022-04-21 08:22:52下载
- 积分:1
-
带界面libVLC播放器
本工程是包含了一些基于libVLC的示例程序。一共包含了如下几个子程序。 playerGUI: 最简单的基于libVLC的播放器-图形界面版。,希望对大家有所帮助
- 2023-06-05 07:50:06下载
- 积分:1
-
HC-SR501
说明: 51单片机,通过人体红外热释电模块检测人数,并计数。(51 single chip computer, through the human body infrared pyroelectric module to detect the number of people, and count.)
- 2020-06-20 18:00:01下载
- 积分:1
-
屏幕录像源代码
视频监控软件:1. 巡课模式时,每个通道增加通道名称信息;
2. 向远程请求码流方式:
a. 当处于小窗格预览时,只请求远程的子码流;
b. 当处于窗格放大时,只请求远程的主码流;
c. 当通道处于录像状态时,根据设置连接远程时的录像码流类型决定请求何种码流。
- 2022-10-28 01:40:07下载
- 积分:1
-
SPI-ds1302
spi协议,分为几个文件块,以供调用,采用时钟芯片ds1302做例子,进行协议的实现,是c程序方面阅读。(spi agreement, the document is divided into several blocks, calling for the use ds1302 clock chip as an example, for the realization of the agreement is c procedures reading.)
- 2007-04-30 10:51:41下载
- 积分:1
-
ms5803测试
读取ms5803传感器的各项数据,用串口将数据打印(Read the data of the ms5803 sensor and use the serial port to print the data)
- 2021-03-06 20:39:30下载
- 积分:1
-
文件传输
socket文件传输 一主一从实现远程数据传输功能,其内容包括两个部分,一个是主站程序,一个是从站程序,经过测试,功能是可以实现的,文件在发送前先给压缩,将压缩包传输到从站,从接受文件并解压。
- 2023-03-31 03:50:04下载
- 积分:1
-
ContactDemo
很好的一个打开电话薄的例子,欢迎大家下载(very good.windows mobile book)
- 2009-12-01 17:15:29下载
- 积分:1
-
Service.cpp
// Service.cpp : Defines the class behaviors for the application.//#include "stdafx.h"#include "Service.h"#include "ServiceDlg.h"//#define _CRTDBG_MAP_ALLOC //#include //#include #ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endifextern void _CRTAPI1 main(int argc, char **argv);/////////////////////////////////////////////////////////////////////////////// CServiceAppBEGIN_MESSAGE_MAP(CServiceApp, CWinApp)//{{AFX_MSG_MAP(CServiceApp)// NOTE - the ClassWizard will add and remove mapping macros here.// DO NOT EDIT what you see in these blocks of generated code!//}}AFX_MSGON_COMMAND(ID_HELP, CWinApp::OnHelp)END_MESSAGE_MAP()/////////////////////////
- 2023-01-16 09:55:03下载
- 积分:1