-
GGBT
一个完整的BT软件客户端源码示例,功能齐全.(A complete BT software client source code examples, full-featured.)
- 2009-11-15 19:18:02下载
- 积分:1
-
C# 创建线程实例JoinThread源码
C#创建一个基本简单的线程实例,演示了如何创建线程,面向C#新手的一个例子:
Thread myThread;//声明线程
//用线程起始点的ThreadStart委托创建该线程的实例
myThread = new Thread(new ThreadStart(createThread));
myThread.Start();//启动线程
myThread.Join();//阻止调用该线程,直到该线程终止
Console.ReadLine();
- 2022-11-16 06:35:03下载
- 积分:1
-
357357666
显示多行文字的工具栏,VC++经典编程源码,很好的参考资料。(Display multiple lines of text toolbar, VC++ classic programming source code, a good reference.)
- 2013-11-14 18:58:34下载
- 积分:1
-
Webserv
基于nucleus实时操作系统的webserver源代码(based on the real-time operating system nucleus webserver source code)
- 2006-12-08 07:42:27下载
- 积分:1
-
deadbeatcontrol
仿真为单相并网逆变器的仿真模型,使用matlab进行搭建,使用无差拍控制的方法,希望进行探讨(Simulation of single-phase grid-connected inverter simulation model using matlab to build, using deadbeat control, and I hope to explore)
- 2015-12-05 10:35:29下载
- 积分:1
-
linq操作数据以及集合实例
linq操作数据以及集合实例
- 2013-01-25下载
- 积分:1
-
butterworthhighpass.rar
butterworth高通滤波器的原程序,可用MATLAB的FILTER函数测试.可得到高通滤波器数字系统函数的系数.(Butterworth high-pass filter the original procedure, MATLAB can be used to test the FILTER function. Available high-pass filter function of the coefficient of digital systems.)
- 2007-12-03 11:16:09下载
- 积分:1
-
Video_editing
this directshow application for video editing.
i wish it help you.
(this directshow application for a video e diting. i wish it help you.)
- 2006-12-12 10:43:14下载
- 积分:1
-
HC_05_TEST
说明: 一个简单的蓝牙HC05与51单片机通信。(it`s an easy bluetooth project based on stc89c52 and keil u4,for the communication between bluetooth and MCU.)
- 2019-04-29 15:49:04下载
- 积分:1
-
这是基于stm32的线性ccd寻迹的智能小车
这是基于stm32的线性ccd寻迹的智能小车,线性ccd用的是蓝宙的,主控芯片是stm32f103,程序包含详细的算法,包含寻跳变沿寻迹和二值化寻迹,还有滤波算法包含均值滤波和五点滤波法等,经测试小车跑的效果很好。
- 2022-01-27 11:06:41下载
- 积分:1