-
这是一个Pocket pc上dll的呼叫程式,想要练习手持设备上的人可以练习。...
这是一个Pocket pc上dll的呼叫程式,想要练习手持设备上的人可以练习。-This is a dll on Pocket pc call programs, you want to practice hand-held devices can practice.
- 2023-07-25 11:50:03下载
- 积分:1
-
这是我在进行站点维护时,要对全站所有网页中的相同代码进行替换编写的一个小程序,希望大家喜欢...
这是我在进行站点维护时,要对全站所有网页中的相同代码进行替换编写的一个小程序,希望大家喜欢-This my own site maintenance, to the station all the pages of the same code prepared by the replacement of a small program, hope you like!
- 2022-03-15 21:59:12下载
- 积分:1
-
本文介绍的方法绘制的名为System.Drawing.Color价值观二维矩形网格系统的方式,而不是按字母顺序显示的颜色名称。映射算法是基于色相/亮度色轮。其结...
本文介绍的方法绘制的名为System.Drawing.Color价值观二维矩形网格系统的方式,而不是按字母顺序显示的颜色名称。映射算法是基于色相/亮度色轮。其结果是显示在(缩减)上图中。-This article describes a method for mapping the named System.Drawing.Color values to a 2D rectangular grid in a systematic way, rather than the alphabetic order in which the color names appear. The mapping algorithm is based on the Hue/Brightness color wheel. The result is shown in the (downscaled) image above.
- 2022-05-27 06:31:53下载
- 积分:1
-
本程序是VC++数据库入门程序,普通人稍微学了程序旧可以看懂程序并设计自己的数据库的程序....
本程序是VC++数据库入门程序,普通人稍微学了程序旧可以看懂程序并设计自己的数据库的程序.-VC database entry procedures, ordinary people can learn a little old procedures can understand the proceedings and to design its own database procedures.
- 2022-01-31 23:34:38下载
- 积分:1
-
AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成...
AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-The AESDemo application a distance AES( The Advanced Encryption Standard) is a norm that ASCII used for with technique graduate school to encrypt the electronics data.It were expected and can become people encrypt to include the finance, telecommunication generally acceptedly with the method of the government arithmetic figure information.This text displayed the AES all the combines resolution the calculate way that it use.Include a complete C# realizes with encrypt.The data of NET for instance.Use in a reading book over text empress you will can with the AES encrypt, test base on AES software combine can in your system the AES encrypt
- 2022-08-12 12:23:26下载
- 积分:1
-
STM32的485双机通信
应用背景RS-485 接口电路的主要功能是:将来自微处理器的发送信号TX 通过“发送器”转换成通讯网络中的差分信号,也可以将通讯网络中的差分信号通过“接收器”转换成被微处理器接收的RX 信号。任一时刻,RS-485 收发器只能够工作在“接收”或“发送”两种模式之一,因此,必须为RS-485 接口电路增加一个收/发逻辑控制电路。另外,由于应用环境的各不相同,RS-485 接口电路的附加保护措施也是必须重点考虑的环节。关键技术该程序使用485通讯协议使用STM32F103来完成双机通信.本实验为使用串口2通过485收发数据的实验,485芯片为SN65LBC184
实验步骤:
1、把主机端、从机端的工程分别烧录到两块板子上
2、用两根导线使两个板子的485A -485A,485B-485B接口相连。
3、先给从机上电,再给主机上电,实验调试信息可由串口1打印到PC终端。
- 2022-05-10 20:17:43下载
- 积分:1
-
如果您还没有注册,请先注册。源码要求为至少5个C或Java源码或其他好源码或编程学习资料,质量越高得到的下载个数越多(一般上传5个,可以下载200个)。...
如果您还没有注册,请先注册。源码要求为至少5个C或Java源码或其他好源码或编程学习资料,质量越高得到的下载个数越多(一般上传5个,可以下载200个)。
请不要重复上传同一源码, 站长审核合格后才能开通帐号。如果不想上传源码,可以成为【VIP会员】获得帐号
如果其他会员下载一次您上传的源码,您的可用下载数就会增加1次。更多说明请参看[帮助说明]
-如果您还没有注册,请先注册。源码要求为至少5个C或Java源码或其他好源码或编程学习资料,质量越高得到的下载个数越多(一般上传5个,可以下载200个)。
请不要重复上传同一源码, 站长审核合格后才能开通帐号。如果不想上传源码,可以成为【VIP会员】获得帐号
如果其他会员下载一次您上传的源码,您的可用下载数就会增加1次。更多说明请参看[帮助说明]
- 2022-03-03 06:06:06下载
- 积分:1
-
文件操作演示程序
文件操作演示程序-file manipulation Demonstration Program
- 2022-07-01 12:12:44下载
- 积分:1
-
屏幕精灵程序
屏幕小精灵的程序-screen elf procedures
- 2022-02-06 21:48:03下载
- 积分:1
-
模式识别算法
模式识别中的C均值算法演示程序,具体内容见说明文档,及效果图。 自我感觉还可以,请大家帮忙,提提意见。-pattern recognition algorithm in C- Means Demonstration Program, the specific content of documentation, and effectiveness map. A sense of self can, please help make a suggestion.
- 2022-02-25 17:50:00下载
- 积分:1