-
脑电采集绘图程序
这是一个脑电采集程序,使用visual studio2008开发。从与计算机通过USB口连接的放大器采集脑电数据。脑电放大器对信号进行了初步的滤波和去噪,采样频率为1000Hz,程序必须在10ms内读取数据,否则数据自动刷新。C++程序通过MFC编写基于对话框的用户界面,在线程中读取数据并绘制在屏幕上。除此,放大器各个导的参数可以通过此程序进行分别设置。
- 2023-03-13 10:15:13下载
- 积分:1
-
自我管理汽车
这份文件题为来自Kioskea«自我管理»(来源代码)下之条款下提供Creative Commons许可。您可以复制,修改此份源,规定的许可的条件下,作为本说明
- 2022-10-09 10:55:03下载
- 积分:1
-
windows moblie
windows moblie入门大有帮助,大家快下载噢!! !! 1-windows moblie
- 2022-01-26 03:02:27下载
- 积分:1
-
Windows Mobile homeskin
windows 手机homeskin-windows mobile homeskin
- 2022-02-05 02:08:15下载
- 积分:1
-
一个CRM系统实例源码,有客户管理,联系人管理,商机管理,销售管理主要功能...
一个CRM系统实例源码,有客户管理,联系人管理,商机管理,销售管理主要功能-Examples of a CRM system source code, there are customer management, contact management, opportunity management, sales management function
- 2022-03-30 07:40:37下载
- 积分:1
-
的xctrl示例是ATL ATL控件“完全控制”。这真的只是一个股票…
The XCTRL sample is an ATL "full control" ATL Control. It s really just a stock OLE control that draws an "X" through it s client area
- 2022-09-21 16:20:02下载
- 积分:1
-
减少在灰度级的数目
Reducing the Number of Gray Levels in an
Image.
- 2022-02-16 01:40:04下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
rendering translucent bitmaps and how transparent bitmap painting some slim, we...
绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意,白色不能产生渗透。-rendering translucent bitmaps and how transparent bitmap painting some slim, we hope to show a translucent bitmaps. That is to say we will be a bit Figure B shows that the A bitmap, and they hope to see Figure B A part of the bitmap images, but not all. For example, A bitmap is a curve, B is a Bitmap suggest, we would like to suggest the show has been seen at the same time show the curve, but it does not need curve background on the need for useful to translucent bitmaps. From the curve looks like B infiltrate map, in fact technology is a translucent infiltration, infiltration formula we can use multiple, and here we choose (A AND which) OR B. Note that not produce white infiltration.
- 2022-08-07 15:05:14下载
- 积分:1
-
控制面板中的页
add page in control panel
- 2022-04-18 12:57:14下载
- 积分:1