-
microsoft-bluetooth-API
使用 VC++ 调用微软蓝牙 API 函数的示例代码。可以使用 VC++6.0 至 VC++2010 编译代码。(Using VC++ call Microsoft Bluetooth API sample code. You can use VC++6.0 to VC++2010 compiled code.)
- 2020-12-23 09:09:06下载
- 积分:1
-
err
Discuz!NT源代码,Discuz!NT 2.5 是康盛创想(Comsenz)旗下的一款功能强大的基于 ASP.NET 平台的社区软件。基于先进的 .NET Framework,默认支持 SQLServer数据库,可扩展支持Access、MySQL等多种数据库,支持IIS5、IIS6、IIS7,安全高效、稳定易用,充分发挥 ASP.NET 特性,支持自由选择切换皮肤,支持多种其它论坛的数据转换。
Discuz!NT 2.5 强化论坛功能,提高速度和稳定性,负载能力有显著改善,还将提供包括商品交易、空间、相册等强大功能的插件包,供用户自由选择安装,体现出强大的伸缩扩展性。Discuz!NT 2.5继续传承Discuz!的优势,充分挖掘ASP.NET平台的潜能,致力于为用户提供一个更加完善和更加成熟的 ASP.NET社区软件。-err
- 2022-02-03 05:48:09下载
- 积分:1
-
SList
对链表完整操作,插入,删除,排序,C/C++语言编写,可用于项目中(Complete operation of linked list, insertion, deletion, sorting, written in C/C++ language, can be used in projects.)
- 2020-06-16 09:40:02下载
- 积分:1
-
C# 动态改变控件在Grid单元格中的位置
c# 动态改变控件在Grid单元格中的位置:
private void button1_Click(object sender, RoutedEventArgs e)
{//动态改变控件在Grid单元格中的位置
if (bOldPos)
{
Grid.SetRow(this.image1, 1);
Grid.SetColumn(this.image1, 2);
this.bOldPos = false;
}
else
{
Grid.SetRow(this.image1, 0);
Grid.SetColumn(this.image1, 0);
this.bOldPos = true;
}
}
- 2022-02-07 14:02:16下载
- 积分:1
-
M2222rare
短信发送源代码,在朋友那里弄的,不可可多的的,不能用在商业防止发生版权问题。
(SMS to send the source code, get friend, can not be more, can not be used to prevent copyright issues in the business.)
- 2012-07-10 09:09:48下载
- 积分:1
-
frequency
一个很好的STM32F103驱动液晶屏12864进行波形显示程序,波形2KHZ测试正常(A good LCD screen 12864 STM32F103 drive waveform display program, the tests are normal waveform 2KHZ)
- 2013-08-01 16:40:15下载
- 积分:1
-
VisualPCPPP2008rumenjingdian
Visual+C+++2008入门经典(chinese).zip
中文翻译,精简(Visual+ C+++2008 Beginning (english). Zip
Chinese translation, to streamline)
- 2012-07-14 11:36:01下载
- 积分:1
-
xiaoboshangchengxu
使用与matlab中的小波熵程序,易于实现,注释清晰容易理解(With the the wavelet entropy program in matlab, easy to implement easy to understand, clear notes)
- 2020-07-02 17:00:02下载
- 积分:1
-
DSP2812电机控制程序
旋转电机控制程序,采用DSP2812进行控制
- 2022-08-21 16:38:38下载
- 积分:1
-
6999934
此程序是一个迷宫的小游戏,只要用键盘的方位键就可以控制,(This program is a maze of small game, as long as the location of the keyboard can control,)
- 2017-06-26 17:26:30下载
- 积分:1