-
widestudio 编程程序员手册,内容详细,容易上手
widestudio 编程程序员手册,内容详细,容易上手-Programming widestudio programmers manual, detailed and easy to use
- 2023-01-17 23:10:03下载
- 积分:1
-
自己写的一个四叉树程序,虽然建立了,但是内容还很不全面。建立了一个正方形,把数据部分放置的其中点的坐标。...
自己写的一个四叉树程序,虽然建立了,但是内容还很不全面。建立了一个正方形,把数据部分放置的其中点的坐标。-To write a quadtree procedure, although established, but the content is far from comprehensive. The establishment of a square, part of the data to place the coordinates of one point.
- 2022-02-10 14:27:45下载
- 积分:1
-
采用清华TPC
采用清华TPC-1十六位微机实验台上的并行口扫描键盘控制LED显示,以制作一个时间显示系统。-used Qinghua TPC-1 16 Microcomputer Laboratory platform parallel port scanning keyboard control LED display, for the production of a time display system.
- 2022-01-26 03:09:04下载
- 积分:1
-
限制鼠标的动作。是很好的代码。开发了一周的时间才出来/大家顶啊...
限制鼠标的动作。是很好的代码。开发了一周的时间才出来/大家顶啊-Restrict the mouse event,the code is grace,it takes me one week to complete it.If you like it,Support me please!
- 2023-01-20 15:25:04下载
- 积分:1
-
实现程序控制的关机和重启操作
实现程序控制的关机和重启操作-To achieve control of the shutdown and restart operations
- 2022-04-09 21:53:26下载
- 积分:1
-
s3c2410 for wince 5.0 bsp, features full
s3c2410 for wince 5.0 bsp,功能全齐,是wince5.0标准bsp-s3c2410 for wince 5.0 bsp, features full-Qi, wince5.0 are standard bsp
- 2022-10-06 19:00:03下载
- 积分: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
-
In the GB code and Big5 code conversion between the ......
在GB码和Big5码间转换 -In the GB code and Big5 code conversion between the ......
- 2023-07-24 06:55:03下载
- 积分:1
-
实体识别
基于机器学习的方法实现生物医学实体识别,来识别生物文献中的实体;用genia语料库作为训练集和测试集,并使用基于机器学习的朴素贝叶斯的方法来训练模型;以此来实现生物文献中的实体。
- 2022-08-17 22:30:49下载
- 积分:1
-
Accounting for student performance, design performance data entry data modificat...
学生成绩核算,设计成绩数据录入数据读取数据修改等-Accounting for student performance, design performance data entry data modifications, such as data acquisition
- 2023-07-15 18:10:03下载
- 积分:1