-
CLyapunov
用于通过C实现李氏指数的计算,分析生理数据(For C to achieve through the calculation of Lyapunov exponent analysis of physiological data)
- 2009-04-11 21:48:20下载
- 积分:1
-
Matrix-Operations
矩阵的运算,在此贡献,希望大家多多指点。(Matrix computation, in this contribution, we hope that a lot of guidance.)
- 2015-03-22 13:57:54下载
- 积分:1
-
C# 复制当前屏幕上指定区域图像
C#复制当前屏幕上指定区域图像。运行效果如演示截图所示。最核心的两行代码如下所示:
private void button1_Click(object sender, EventArgs e)
{//复制当前屏幕上指定区域图像
Graphics g = this.pictureBox1.CreateGraphics();
g.CopyFromScreen(new Point(1, 1), new Point(0, 0),new Size(1201, 1201));
}
- 2022-02-03 00:21:26下载
- 积分:1
-
atom,master,CODE,
to use it coding,like notepad,editplus,code!
- 2022-03-06 15:44:33下载
- 积分:1
-
通过UART串口实现的helloworld程序
不需要库支持,可以直接在裸机上运行的helloworld程序,运行的平台是SParc架构处理器,用户可以自修修改地址以适配其他处理器。纯原创,望大家多多支持。
- 2023-02-17 02:15:03下载
- 积分:1
-
es7210 linux driver
说明: 智能语音识别代码、麦克阵列,语音唤醒打断、语音声源定位(Intelligent voice recognition code, microphone array)
- 2020-05-29 14:47:27下载
- 积分:1
-
ConsoleApp1
说明: GDAL2.4 C#接口编译库及示例,亲测支持中文路径、中文字段名、中文记录,最新编译库32位库(Gdal2.4 C# interface compiler library and examples, pro test support Chinese path, Chinese field name, Chinese record, the latest compiler library 32-bit library)
- 2020-09-04 16:22:21下载
- 积分:1
-
ContourFill
等值线区域填充,即由等值线构造等值面。本程序具有很强的实用性,并附有详细的程序说明文档和参考文献,相信对你将会大有裨益。(Contour area filling, which also means constructec isosurface from contour. This procedure is highly practical, with detailed description of the procedures documents and references, I believe you will boost.)
- 2010-06-01 17:49:58下载
- 积分:1
-
sms
GSM TC35的短信代码,包含短信发短信,收短信,短信中心号码设定等,可以直接加到单片机中作为子函数使用(GSM of TC35 SMS code, including SMS text messaging, received messages, the SMS center number set, can be directly added to microcontroller as Functions)
- 2012-03-16 17:55:07下载
- 积分:1
-
Save.xcodeproj
这是一个保存数据的例子,用简单的方法实现了本地保存。(This is an example of stored data, a simple way to achieve local preservation.)
- 2013-12-11 16:32:06下载
- 积分:1