-
心率血氧串口发送
说明: max30100 stm32 驱动参考例程(Max30100stm32 Driver Reference Routine)
- 2020-06-22 14:20:02下载
- 积分:1
-
GraduateProject
校园虚拟漫游系统,用OpenGL实现,其中包括3D模型载入等(Campus Virtual Tour System, using OpenGL implementation, including a 3D model of loading, etc.)
- 2020-07-01 05:00:02下载
- 积分:1
-
C# 获取当前时区的标准时区名称
C# 获取当前时区的标准时区名称:private void button1_Click(object sender, EventArgs e)
{//获取当前时区的标准时区名称
var MyInfo="当前时区的标准名称是:";
if(TimeZone.CurrentTimeZone.IsDaylightSavingTime(DateTime.Now))
MyInfo+= TimeZone.CurrentTimeZone.DaylightName;
else
MyInfo+= TimeZone.CurrentTimeZone.StandardName;
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
- 2022-04-27 18:00:04下载
- 积分:1
-
bfload_flow
modifi bf load flow in matlab
- 2014-02-14 00:34:02下载
- 积分:1
-
zhoujiu
啁啾光纤光栅的反射谱、时延的matlab仿真图像(Matlab simulation image of reflection spectrum and time delay of chirped fiber grating)
- 2019-05-09 23:17:17下载
- 积分:1
-
通过利用CIRCLE、LINE语句学习构建图形。通过不段的对程序的调试,逐步的掌握C语言各种语句的功能,同时对自己在C语言方面有不足的地方不段的进行改正,并进一...
通过利用CIRCLE、LINE语句学习构建图形。通过不段的对程序的调试,逐步的掌握C语言各种语句的功能,同时对自己在C语言方面有不足的地方不段的进行改正,并进一步的提高自己对C语言的了解,能更加熟练的掌握C语言的功能及对程序的调试。-through the use of CIRCLE, LINE statement learning Construction graphics. Adoption is not the right of the debugging process, and gradually master the C language function of the various statements, in the C language is not deficiencies in the conduct of corrections, and further to improve their understanding of the C language, can be more fluent in C language functions and the procedures to debug.
- 2022-01-28 07:23:56下载
- 积分:1
-
PCISample
PCI驱动开发实例,基于微软最新的驱动开发系统WDF(Examples of PCI-driven development, based on Microsoft' s latest driver development system WDF)
- 2010-01-28 21:54:41下载
- 积分:1
-
giga
CDMA giga模块 CDMA开发资料 AT指令集(CDMA giga module development data CDMA AT command set)
- 2010-09-07 12:09:11下载
- 积分:1
-
HelloSMS
wince傳送簡訊的範例,利用vs 2005編譯開發(wince newsletter send an example, using vs 2005 to compile the development of)
- 2008-08-05 16:43:11下载
- 积分:1
-
halfedge
国外一个计算机图形学课程的作业源代码,输入*.obj文件中的三角形网格,构造模型的半边数据结构,使用动态数组和哈希表,提取棱边并用opengl突出显示。(A half-edge mesh adjacency data structure is provided, along with a very simple .obj mesh parser. Throughout this code you are asked to consider the efficiency of various mesh operations. )
- 2011-04-23 17:44:26下载
- 积分:1