-
MyCode
基于上海钜泉科技的单相计量芯片HT7017的参考例程(Reference routine of single-phase measurement chip HT7017 based on Shanghai Juquan Technology)
- 2020-10-20 11:07:25下载
- 积分:1
-
Flash Button风格图片切换
Flash Button风格图片切换源码下载,很小,做的精致的效果,很期待哦,自带有源文件。
- 2023-08-16 00:45:02下载
- 积分:1
-
用C语言编写的用户注册登陆以及修改密码的程序原代码
用C语言编写的用户注册登陆以及修改密码的程序原代码-err
- 2022-01-28 07:55:37下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1
-
STM32L1stdmudole
为STM32L151系列库函数模板,供新手参考使用(For the STM32L151 series library function template for the novice reference)
- 2017-12-28 19:31:41下载
- 积分:1
-
Nonlinear_F16_Fighter_Model
f16的非线性模型设计,也许对你有用。MATLAB的,里面有配套说明(Nonlinear_F16_Fighter_Model)
- 2020-12-02 09:39:26下载
- 积分:1
-
一些各大公司的C/C++笔试题目.有绝对的参考价值.
一些各大公司的C/C++笔试题目.有绝对的参考价值.-Some major companies C/C++ written subject. There is an absolute reference value.
- 2022-12-23 17:40:04下载
- 积分:1
-
wphase-master
使用W震相进行震源矩张量反演的程序
by Zacharie Duputel, Luis Rivera and Hiroo Kanamori(The W-phase package is an extensive source-inversion tool allowing rapid characterization of the seismic source and is a reliable and straightforward method to resolve first-order attributes of large earthquakes. Main contributors are Zacharie Duputel, Luis Rivera and Hiroo Kanamori.)
- 2019-02-27 10:57:22下载
- 积分:1
-
6205滚动轴承的内圈故障仿真出的故障信号
6205滚动轴承的内圈故障仿真出的故障信号(rolling bear signal)
- 2017-03-20 14:21:12下载
- 积分:1
-
Python编程从零基础到项目实战-PPT
说明: Python编程从零基础到项目实战-PPT(python power point teaching)
- 2019-07-10 13:35:42下载
- 积分:1