-
28335_CODE_CCS5.5
DSP例程,包含头文件,不包括CCS源程序,需要自己下载(DSP routines, including header files)
- 2020-06-23 15:40:02下载
- 积分:1
-
SYSBIOS_C6678
说明: SYSBIOS_C6678 的SYSBIOS编程,基于C6678(SYSBIOS_C6678 base in TI)
- 2020-12-29 16:19:00下载
- 积分:1
-
ObjectDetectionContours
Object detecttion using contour .Here is the code using openCV and Microsoft Visual Studio
- 2013-10-19 01:51:39下载
- 积分:1
-
Vehicle-dynamics
汽车动力学中汽车四分之一和二分之一MATLAB模型,还有路面谱模型,可以直接运行,效果良好(Vehicle dynamics in a quarter and half car MATLAB model, as well as road spectrum model, you can run directly to good effect)
- 2020-07-03 03:00:02下载
- 积分:1
-
Visual C#创建两个基本的线程(多线程)实例
Visual C#创建两个基本的线程(多线程)实例,为了演示方便,这里把本实例 写成了一个控制台程序,创建两个线程后,通过控制台输出线程信息,演示了两个线程同时工作,下面来看具体代码:
创建两个基本的线程:
Thread thread1 = new Thread(new ThreadStart(Thread1)); //使用自定义方法Thread1声明线程
thread1.Priority = ThreadPriority.Lowest;//设置线程的调度优先级
Thread thread2 = new Thread(new ThreadStart(Thread2)); //使用自定义方法Thread2声明线程
thread1.Start();//开启线程一
thread2.Start();//开启线程二
定义函数向控制台输出线程:
static void Thread1()
{
Console.WriteLine("线程一");
}
输出线程二则可按照上面再创建一个函数,不再列举源码了。
- 2022-03-18 18:55:49下载
- 积分:1
-
LEDDMX51211
LED调光-DMX512灯光协义接收控制(LED dimming-DMX512 lighting control of the Association to receive justice)
- 2009-03-26 21:38:09下载
- 积分:1
-
CalcRadius
说明: edem颗粒快速填充,利用fluent中udf库文件进行快速填充,颗粒坐标信息(Edem particles fast filling, using UDF library file in fluent for fast filling, particle coordinate information)
- 2020-11-12 11:59:44下载
- 积分:1
-
zbcpe730
BCGPEdit(BCGSoft Professional Editor)是一款MFC(微软基础类)扩展库,用于在基于MFC的程序中加入高级编辑控制。编辑控制支持高亮度语法,外轮廓以及智能感应(BCCPEdit(BCGSoft Professional Editor) is MFC(microsoft fundamental class)extended library,and is used in adding advanced edit control into program based MFC. Edit control has the funtion of highlight syntex, outline and intelligence inducting and so on.)
- 2005-06-01 14:15:18下载
- 积分:1
-
Communication-by-SerialPort
实现串口通信 可以收发数据 可以是数字也可以是ASCII(Serial communication)
- 2013-07-24 10:10:28下载
- 积分:1
-
Text1
pca 用于定时器功能 pca可用于捕捉,定时,pwm输出等功能(pca pca can be used to capture, timing, pwm output for timer function)
- 2012-08-28 15:04:01下载
- 积分:1