-
本程序实现了SVM分类的LIBSVM库。
This program implements SVM classification over libsvm library.
- 2022-11-25 22:25:04下载
- 积分:1
-
parse EDF File using Python
EDF(欧洲数据格式)文件一种特定的数据记录格式,一般用来记录某种需要实时记录的信号,例如瞬时的电信号或瞬时的行驶速度,十分的方便,解析起来也很方便。该源码使用的是Python语言编写,运行快速,并有详细的注释。你可以使用代码来进行科学研究,不得进行商业使用。
- 2022-05-12 11:03:47下载
- 积分:1
-
taskview
任务视图
- 2022-02-04 13:57:36下载
- 积分:1
-
网站安全检测工具,完全绿色版!!下的快来呀!
网站安全检测工具,完全绿色版!!下的快来呀!-anquan
- 2022-03-20 05:51:06下载
- 积分:1
-
c++ algorithm
c++算法实例,帮助理解,都是些常用的算法-c++ algorithm
- 2022-05-15 21:21:46下载
- 积分:1
-
本代码在vc环境下实现了贪吃蛇的功能,涉及动态菜单、多线程定时器、双缓冲技术重绘等技术,思路比较清晰。望能帮助初学者!...
本代码在vc环境下实现了贪吃蛇的功能,涉及动态菜单、多线程定时器、双缓冲技术重绘等技术,思路比较清晰。望能帮助初学者!-The code in vc environment realize the function of the Snake, involving the dynamic menu, multi-threaded timer, double buffering technology redraw techniques, ideas clearer. Hope can help beginners!
- 2022-02-03 05:14:12下载
- 积分:1
-
是一个学习NTFS系统文件不错的资料,里面还有源代码,非常不错,不过资料是英文的,...
是一个学习NTFS系统文件不错的资料,里面还有源代码,非常不错,不过资料是英文的,-NTFS system files is a learning good information, there is also the source code, very good, but the information is in English, hee hee
- 2022-03-11 05:53:38下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
VF development of the landing system users in order to prepare the course design
VF开发的用户登陆系统 为了课程设计编写的-VF development of the landing system users in order to prepare the course design
- 2022-01-25 22:00:57下载
- 积分:1
-
be systematic process of information, similar task manager, task management arm...
得到系统进程信息,类似任务管理器,臂任务管理器多了exe的路径-be systematic process of information, similar task manager, task management arm for more exe path
- 2023-07-03 20:20:03下载
- 积分:1