-
openGL
OPenGL讲义,本人利用课余时间总结的的比较的好的讲义,打包下载,里面有三个哦(OPenGL handouts, I use their spare time to sum up the relatively good notes, download package, there are three oh)
- 2014-01-03 10:42:05下载
- 积分:1
-
滤波器
说明: ADC数据采集滤波器设计,可以设置滤波深度和复位值(The design of ADC data acquisition filter can set filtering depth and reset value.)
- 2019-03-26 17:40:59下载
- 积分:1
-
连接到串行端口的试验
Bascula conectada al puerto serie
- 2023-03-20 09:30:04下载
- 积分:1
-
libnfc_1.5.0
X86跨平台开源NFC测试工具及NFC操作库
LIBNFC可以实现对NFC读卡器的检测或是作为读写库使用(X86 cross-platform open source NFC testing tools and NFC manipulation library
LIBNFC 丠FC reader detection or as a read-write library)
- 2013-05-09 19:29:09下载
- 积分:1
-
微生物藻类鉴定和计数Demo
针对海洋藻类微生物的形状特征颜色,可以对其进行种类鉴定和数量统计,对研究海洋环境生态有重要的意义,无论是从研究的角度还是从软件的角度都可。
- 2022-05-26 05:10:08下载
- 积分:1
-
在线报名源码
网站的在线报名系统源码,已用在某机构在线报名使用,使用ASP.NET C#开发,从前台到后台
- 2023-08-27 05:50:07下载
- 积分:1
-
C# 界面皮肤
C# 界面皮肤
- 2015-04-11下载
- 积分:1
-
LSD-CC430F6137-ADC
TI公司新型433M无线射频解决方案CC430源码此源码为带AD采样(TI s new CC430 433M wireless RF solutions for the band this source code AD sampling)
- 2013-10-03 13:08:50下载
- 积分:1
-
C#检查CheckBox控件是否被选中
C#检查CheckBox复选框控件是否被选中,或者说是判断用户是否单击了checkbox按钮,可用于用户输入界面中,本示例提供了完整的复选框判断机制,有需要的可参考以下代码:
private void checkBox1_Click(object sender, EventArgs e)
{
if (checkBox1.CheckState == CheckState.Checked)
{
MessageBox.Show("CheckBox控件被选中");
}
else
{
MessageBox.Show("CheckBox控件选择被取消");
}
}
- 2022-09-15 05:45:03下载
- 积分:1
-
vc
说明: 实效编程百例,包含了用vc开发的各方面的源代码。(100 cases of the effectiveness of programming, including using vc development of all aspects of the source code.)
- 2008-09-13 17:33:29下载
- 积分:1