-
Enumerate all the window that Stay On Top, and can set a window to Stay On Top,...
这是用Borland C++ Builder 6.0写成的一个小工具,功能是枚举当前桌面上所有可见的顶层(top-level)窗口,并可将窗口设置为StayOnTop,或将本来已经StayOnTop的窗口还原为非StayOnTop。-Enumerate all the window that Stay On Top, and can set a window to Stay On Top, or set a Stay On Top window to not Stay On Top.
- 2022-05-27 07:17:49下载
- 积分:1
-
can端口的发数据的测试,可以将该程序考到wince下,用来测试can口的发送数据功能
can端口的发数据的测试,可以将该程序考到wince下,用来测试can口的发送数据功能-can fat-port test data, you can test this program to wince under the mouth can be used to test the function of sending data
- 2022-10-25 15:45:02下载
- 积分:1
-
使用循环神经网络和动态神经网络算法实现的综合股票分析预测程序,程序可以自动从网上下载最新数据并分析,得出的结果可以以图形/数字显示或保存在CSV文件中...
使用循环神经网络和动态神经网络算法实现的综合股票分析预测程序,程序可以自动从网上下载最新数据并分析,得出的结果可以以图形/数字显示或保存在CSV文件中
-use of recycled neural networks and dynamic neural network algorithm to achieve the comprehensive analysis of stocks procedures, procedures can be automatically downloaded from the Internet the latest data and analysis, the result can be a graphic/digital display or stored in CSV document
- 2023-04-13 04:55:03下载
- 积分:1
-
This is five chess source code
这是五子棋的C++源代码,大家可以下载下来学习一下-This is five chess source code
- 2022-01-26 03:16:14下载
- 积分:1
-
模拟指示灯控件。
模拟指示灯控件。-simulated light controls.
- 2022-01-31 06:53:05下载
- 积分:1
-
how show pop window in c#
messageBox.show显示(“你好世界”);
- 2022-09-30 00:00:03下载
- 积分:1
-
简单计算器原代码。里面实现了各种功能。+-×÷的运算。用vc开发了两天,茶饭不思,专心工作。呵呵,大家看看!...
简单计算器原代码。里面实现了各种功能。+-×÷的运算。用vc开发了两天,茶饭不思,专心工作。呵呵,大家看看!-simple calculator source. Inside enables a variety of functions.+- arithmetic. Vc development with a two-day, Drew, concentrate on work. Oh, we see!
- 2022-04-27 13:10:03下载
- 积分:1
-
360图形界面
该工程用到按钮的自绘控件,窗口的自绘控件,完全仿照360杀毒软件界面设计的,拥有动态点击效果,按钮的三态变化效果,自绘tab分页效果,是个界面效果很不错的参考软件。
- 2023-04-27 20:55:04下载
- 积分:1
-
直接端口访问的VxD程序
直接端口访问的VxD程序-direct port visit Vxd
- 2022-01-25 16:22:09下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1