-
Complex
说明: 用c#实现复数计算,操作复数的类Complex(With c# The realization of the plural, the plural of the type of operation Complex)
- 2008-11-21 18:17:55下载
- 积分:1
-
USB-interface-design
USB接口设计,包含完整的理论研究和实现。(USB interface design, including complete theoretical research and implementation.)
- 2011-10-19 09:56:05下载
- 积分:1
-
FlashPaper 将Word、Excel、PPT等转换成swf
说明: 利用FlashPaper将Word、Excel、PPT等转换成swf,实现在线预览(Using FlashPaper to convert Word, Excel, PPT and so on into swf to realize online preview)
- 2020-06-22 04:00:01下载
- 积分:1
-
Muson_Mega32_cv
player mega32 music play
- 2013-07-24 16:27:45下载
- 积分:1
-
UCOSII实验1-1-任务调度
说明: 本实验将实现如下功能:本章我们在UCOSII里面创建3个任务:开始任务、LED0任务和LED1任务,开始任务用于创建其他(LED0和LED1)任务,之后挂起;LED0任务用于控制DS0的亮灭,DS0每秒钟亮80ms;LED1任务用于控制DS1的亮灭,DS1亮300ms,灭300ms,依次循环。(This experiment will achieve the following functions: in UCOSII, we create three tasks: start task, LED 0 task and LED 1 task, start task for creating other tasks (LED 0 and LED 1), then hang up; LED 0 task for controlling the brightness of DS0, DS0 80 ms per second; LED 1 task for controlling the brightness of DS1, DS1 300 ms. 300 ms, cycle in turn.)
- 2020-06-24 05:40:02下载
- 积分:1
-
M16_LED1
M16跑马灯试验,内容丰富,代码简单,信息量大(M16 Marquee test, content-rich, simple code, the large amount of information)
- 2012-05-28 13:24:09下载
- 积分:1
-
实验8 定时器中断实验
说明: 32 407的定时器使用工程源文件 便于学习32单片机(32 407 Timer Use Engineering Source File)
- 2020-06-18 19:20:02下载
- 积分:1
-
Untitled.cpp
unit file for mac and windows
- 2015-04-06 07:59:42下载
- 积分:1
-
详谈用API读取Revit对象的参数值 .
public static string ParameterToString(Parameter param)
{
string val = "none";
if (param == null)
{
return val;
}
// To get to the parameter value, we need to pause it depending on its storage type
switch (param.StorageType)
{
case StorageType.Double:
double dVal = param.AsDouble();
val = dVal.ToString();
break;
case StorageType.Inte
- 2022-05-07 23:57:30下载
- 积分:1
-
Embedded_C
嵌入式C/C++语言精华文章集锦,关于C/C++语言编程的非常经典的文章。希望能对嵌入式开发人员有所帮助。(Embedded C/C++ language, the article highlights the essence, on the C/C++ programming language is very classic article. Hoping to help embedded developers.)
- 2011-10-23 18:05:23下载
- 积分:1