-
fft4-12
说明: FFT,整型数据代替浮点型数据
本程序是搜集资料并加上自己的分析,整了很长时间才测试通过的FFT程序,运行时间和所占内存方面都比较满意。(FFT, integer data instead of floating point data
This program is to collect data and add their own analysis, the FFT program passed the test for a long time, the running time and memory occupied are relatively satisfactory.)
- 2020-12-07 16:05:05下载
- 积分:1
-
VCOLEMRecordsSample
从vc连接到oracle数据库。包括连接,-from vc connected to the oracle database. Including connectivity,(From vc to connect to oracle database. Includes the connection to,-from vc connected to the oracle database. Including connectivity,)
- 2008-01-19 10:55:12下载
- 积分:1
-
TailGateTest
该程序应用在汽车疲劳测试中,是控制九个轴协调运动,其中控制器使用的是固高的板卡。该程序环境为VC6.0,应用到了ACCESS数据库编程,EXCEL数据库编程,板卡的PT运动模式等。(The procedure used in automotive fatigue tests, nine-axis coordinated motion control, which is used by the controller board Googol. The program environment for VC6.0, applied to programming ACCESS, EXCEL programming, the board of PT motion mode.)
- 2020-09-10 21:38:00下载
- 积分:1
-
C# 模拟按键 功能完整源码下载
可以说是个简易版的按键精灵。主要功能有:自动输入,截屏,控制鼠标移动点击。
- 2013-08-28下载
- 积分:1
-
综合体育场馆管理程序
用C语言实现综合体育场馆管理,逻辑清晰,实现了管理员登录、场地选择及租赁、时间计算、消费统计收费等功能。
- 2022-02-12 05:42:45下载
- 积分:1
-
OpenCV_zh
OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。(OpenCV s full name is: Open Source Computer Vision Library. OpenCV is based on (open) issued a cross-platform computer vision library, you can run on Linux, Windows and Mac OS operating systems. It is lightweight and efficient-++ class is composed of a series of C functions and a few C, while providing an interface to Python, Ruby, MATLAB and other languages , to achieve a lot of generic algorithm for image processing and computer vision.)
- 2014-01-17 11:15:09下载
- 积分:1
-
0012
一个内存管理,能显示进程、线程、DLL的相关信息。(a memory management, can show that the process, thread, DLL related information.)
- 2004-11-24 09:13:25下载
- 积分:1
-
ProfiAssist2.4
PROFIBUS调试助手ProfiAssistV2.40(PROFIBUS debugging assistant ProfiAssistV2.40)
- 2013-03-12 23:13:06下载
- 积分:1
-
C# 利用“[^]”通配符进行查询
C# 利用“[^]”通配符进行查询
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 学生姓名,年龄,性别,家庭住址 FROM tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-03-20 15:58:24下载
- 积分:1
-
28JIEDIAN
基于MATLAB的28节点辐射状的前推回代法
基于MATLAB的28节点辐射状的前推回代法(Forward and backward substitution method based on MATLAB 28 node radial radial ago 28 node based on MATLAB and backward substitution method)
- 2013-05-13 07:45:53下载
- 积分:1