-
1565.zcl_samplesw_cfals_jafjasjfsa
说明: is not intended to be a test
description to implement this sample guest machine.
- 2019-03-04 01:37:38下载
- 积分:1
-
UserClone
功能:
1.增加用户并添加到Administrators组
2.克隆指定帐户(Function: 1. Increase the users and added to the Administrators group 2. Cloning of a designated account)
- 2021-05-06 18:28:37下载
- 积分:1
-
debye5(1)
说明: 由晶格振动声子态密度计算迪拜温度、比热、振动熵等热力学性质的程序。(the programme for caculation of the debye temprature,specific heat,
entropy and so on from the DOS of phonon )
- 2011-04-18 15:09:14下载
- 积分:1
-
该项目是C # XML的应用,希望对大家有所启发!
该项目是有关XML在 C#中的应用,希望对大家有所启发!-The project is the C# XML in the application, and I hope to inspire everyone!
- 2022-03-04 15:56:30下载
- 积分:1
-
人脸特征点检测,轻量级的MTCNN实现
轻量级的MTCNN实现,无需caffe和tensorflow基本库支持,内部实现卷积运算,速度比普通mtcnn要快一倍。
- 2020-06-01下载
- 积分:1
-
code
一种利用硬盘序列号对自开发软件的简单且有效的加密注册方法,适用于发布量不大、尤其不公开发行的专用工程软件。主要目的:为使开发者的软件不被任意复制使用,用户每装一台机器都需要向开发者报知用户号并索取注册号。基本原理:将硬盘序列号做运算后做为用户号,开发者可利用科学型计算器,根据用户报知的用户号和只有自己知道的密钥直接算出注册码返回给用户;用户端不需注册机,开发者也不需解码器,且注册成功后Windows系统会自动保存,以后无需再注册,软件升级也无需重新注册。 所附VC源代码中有实现方法和详细注释。(A use of hard disk serial number from the development of software for simple and efficient encryption registration method is not applicable to the amount released, especially not publicly released a dedicated engineering software. The main purpose: to enable software developers to use not to be arbitrarily copied, each user needs to install a machine to developers informing the user number and request a registration number. Rationale: The hard disk serial number as user numbers do after the operation, developers can take advantage of the scientific calculator, directly calculated by the license is returned to the user based on the user notification of user numbers and only you know the key client without RI, developers also need a decoder, and after successful registration Windows system will automatically save the future without re-registration, software upgrades without having to re-register. There annexed VC source code implementation and detailed notes.)
- 2014-03-25 17:57:13下载
- 积分:1
-
C# 使用Graphics对象的DrawRectangle方法绘制粗边框图形
C# 使用Graphics对象的DrawRectangle方法绘制粗边框图形,可以方便的自定义图形的边框大小,如示例截图所示的效果,具体的代码编写方法为:
private void button1_Click(object sender, EventArgs e)
{
Graphics graphics = this.CreateGraphics();//声明一个Graphics对象
Pen myPen = new Pen(Color.Black, 8);//实例化Pen类
//调用Graphics对象的DrawRectangle方法
graphics.DrawRectangle(myPen, 10, 10, 150, 100);
}
- 2022-03-24 16:40:35下载
- 积分:1
-
ATK-ESP8266 WIFI模块资料
1、ATK-ESP8266 WIFI 模块简介 ATK-ESP8266 是 ALIENTEK 推出的一款高性能的 UART-WiFi(串口-无线)模块,ATK-ESP8266 板载ai-thinker公司的ESP8266模块,该模块通过 FCC,CE认证,可直接用于产品出口欧美地区。 ATK-ESP8266模块采用串口(LVTTL)与MCU(或其他串口设备)通信,内置 TCP/IP协议栈,能够实现串口与WIFI之间的转换。 通过 ATK-ESP8266 模块,传统的串口设备只是需要简单的串口配置,即可通过网络(WIFI)传输自己的数据。 ATK-ESP8266 模块支持 LVTTL串口,兼容3.3V和5V单片机系统,可以很方便的与你的产品进行连接。模块支持串口转 WIFI STA、串口转 AP 和WIFI STA+WIFI AP 的模式,从而快速构建串口-WIFI数据传输方案,方便你的设备使用互联网传输数据。 ATK-ESP8266 29mm*19mm 6 2.54mm
- 2022-08-13 08:01:09下载
- 积分:1
-
Newtonsoft.Json
说明: 底层json类库,个人认为非常好用。分享下。(The underlying JSON class library, which I personally think is very useful. Share it.)
- 2020-06-17 13:20:02下载
- 积分:1
-
Cammer-Distance
Opencv摄像机测量距离,两点成线测量,将结果在右侧方框中显示,有比较高的精度(Opencv camera measuring distance, two points into the line of measurement, will result in the right side of the box shows a relatively high accuracy)
- 2010-09-11 15:14:08下载
- 积分:1