-
Visual C++.NET 数据库开发指南5
Visual C++.NET 数据库开发指南5-Visual C++. NET Database Developer" s Guide 5
- 2022-05-13 08:33:24下载
- 积分:1
-
这是一些选项代码复制文件夹和子文件夹。
this is source copy folder and subfolder with some option.
- 2023-03-01 14:50:04下载
- 积分:1
-
贪吃蛇游戏源代码,用C++编写 用visual C++调试
贪吃蛇游戏源代码,用C++编写 用visual C++调试-Snake game source code, using C to prepare to use visual C++ Debugging
- 2023-02-06 15:05:04下载
- 积分:1
-
使用Delphi读 RFID 码
请参阅如何捕获 RFID 读码,每卡、 RFID 标签和滴。
- 2023-06-15 07:46:03下载
- 积分:1
-
脑电采集绘图程序
这是一个脑电采集程序,使用visual studio2008开发。从与计算机通过USB口连接的放大器采集脑电数据。脑电放大器对信号进行了初步的滤波和去噪,采样频率为1000Hz,程序必须在10ms内读取数据,否则数据自动刷新。C++程序通过MFC编写基于对话框的用户界面,在线程中读取数据并绘制在屏幕上。除此,放大器各个导的参数可以通过此程序进行分别设置。
- 2023-03-13 10:15:13下载
- 积分:1
-
好用,简洁,似然不是很长,但是很好用,功能很强大
好用,简洁,似然不是很长,但是很好用,功能很强大-easy to use
- 2023-01-17 01:15:04下载
- 积分:1
-
双向链表的插入和删除,本人纯菜鸟,代码水平不高,请见谅!...
双向链表的插入和删除,本人纯菜鸟,代码水平不高,请见谅!-Two-way linked list of the insert and delete, I pure rookie, code level, please forgive me!
- 2023-04-05 16:30:04下载
- 积分:1
-
include DOS memory allocation, data change of space allocation, distribution mai...
包含分配DOS存储段,改变数据段空间分配,分配主存储器,从远堆中释放一块 ,重新分配主存, 改变数据段空间位置-include DOS memory allocation, data change of space allocation, distribution main memory, far from the rubble release of a redistribution of the main deposit, change of the spatial data, etc.
- 2022-07-26 22:42:58下载
- 积分:1
-
集中了www.msale.net论坛WinCE开发讨论区的一些帖子,对WinCE开发入门者应该有一定帮助...
集中了www.msale.net论坛WinCE开发讨论区的一些帖子,对WinCE开发入门者应该有一定帮助-concentrated www.msale.net WinCE development forum to discuss some of the postings on WinCE development beginners should be some help
- 2022-08-06 12:11:58下载
- 积分:1
-
Yet another one way to have only one copy of running application.
to use this...
Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
-Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
- 2022-08-15 10:28:57下载
- 积分:1