-
c++编写的矩阵求逆,数值分析作业 !!!!1
c++编写的矩阵求逆,数值分析作业 !!!!1-c++ written in matrix inversion
- 2022-01-26 03:46:12下载
- 积分:1
-
[C/C++]哈夫曼编码及译码
构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC
//将结果存入 hufTree.txt...
[C/C++]哈夫曼编码及译码
构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC
//将结果存入 hufTree.txt-[C/C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC// results deposited hufTree.txt
- 2022-01-21 01:32:58下载
- 积分:1
-
vb source realize the Snake, SNAKE, I hope a lot of U.S. exchanges.
vb实现的贪吃蛇源码,SNAKE,希望大家多多交流。-vb source realize the Snake, SNAKE, I hope a lot of U.S. exchanges.
- 2023-06-10 17:45:03下载
- 积分:1
-
STM32F767的bootloader程序
STM32F767的bootloader程序,MCU启动时运行,在此段程序运行完成后跳转到应用程序,此段程序只有在上电时运行一次。
- 2023-04-13 18:15:11下载
- 积分:1
-
屏幕取词技术内幕资料,帮助了解屏幕取词内幕,优秀的屏幕取词技术...
屏幕取词技术内幕资料,帮助了解屏幕取词内幕,优秀的屏幕取词技术-Screen technology insider information to help understand the insider Screen, Screen excellent technical
- 2023-02-01 07:00:03下载
- 积分:1
-
统计学生成绩 已知n个学生的注册号和成绩,计算他们的平均成绩,并列出成绩最好的前t名学生的注册号和分数。...
统计学生成绩 已知n个学生的注册号和成绩,计算他们的平均成绩,并列出成绩最好的前t名学生的注册号和分数。-The software is used to stastic the student grade. For given n students, it caculates the average grade with given student ID and grade and list the best student ID and grade for t out of n .
- 2022-02-25 14:01:53下载
- 积分: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
-
flash开发的大炮游戏,大家可以下载自行设置修改。
flash开发的大炮游戏,大家可以下载自行设置修改。-artillery flash game development, you can download their own modifications.
- 2022-02-03 07:46:38下载
- 积分:1
-
Examples of vector graphics, beginners to apply the basic method of learning.
矢量绘图示例,初学者适用,学习其基本方法。-Examples of vector graphics, beginners to apply the basic method of learning.
- 2022-03-09 16:54:14下载
- 积分:1
-
Design of fuzzy controller for smart
Design of fuzzy controller for smart
- 2023-04-30 06:55:03下载
- 积分:1