-
学习 ~!好好看~!这都是可以运行的
学习 ~!好好看~!这都是可以运行的-learn from ~! Good to see! This can be run
- 2022-02-12 20:10:18下载
- 积分:1
-
通过RFID技术对车辆进行跟踪定位,定位信息通过GPRS传送到数据中心,后台程序完成对车辆的监控管理...
通过RFID技术对车辆进行跟踪定位,定位信息通过GPRS传送到数据中心,后台程序完成对车辆的监控管理-Adoption of RFID technology to track vehicle location, location information transmitted via GPRS to a data center, the background process is complete the monitoring and management of vehicles
- 2022-01-28 16:12:51下载
- 积分:1
-
动物识别系统
动物识别系统-Animal Identification System
- 2022-06-15 12:58:04下载
- 积分:1
-
用MFC实现的在pocket PC之间通过红外技术通信的程序
用MFC实现的在pocket PC之间通过红外技术通信的程序-used in pocket PC through infrared technology communications procedures
- 2022-06-06 15:15:00下载
- 积分:1
-
c pas format builder Guide to the Music special reading device
c++builder 教程 pas 格式 要专用的音读器-c pas format builder Guide to the Music special reading device
- 2022-01-26 01:31:49下载
- 积分:1
-
一个用C++写的游戏,可在VC下编译,也可兼容其它C++编译器
一个用C++写的游戏,可在VC下编译,也可兼容其它C++编译器-One with C++ Write the game, can be compiled under VC, but also compatible with other C++ Compiler
- 2022-03-24 01:18:16下载
- 积分: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
-
登录界面实现
运用JavaScript编程语言和PHP语言实现登录功能,bootstrap框架搭建网页首页
- 2023-03-28 07:25:03下载
- 积分:1
-
算法的试验报告 包括斐波那契数列问题(内涵流程图等等)
算法的试验报告 包括斐波那契数列问题(内涵流程图等等)-Test report including algorithm Fibonacci sequence
- 2022-02-07 07:15:21下载
- 积分:1
-
安全中断窗口 (C#)
翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject
这是将 Richard MacCutchan的安全中断窗口移植到 C#
源代码在 Github 上。
使用代码
有两个显示中断窗口的方法:
public static void Blackout(IntPtr hWnd, Action action);
public static T Blackout(IntPtr hParentWnd, Func func);
第二个版本 (泛型)用于实现类似以下的功能:
BlackoutWindow.Blackout(SomeHandle, () => {
return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo);
});
- 2022-03-19 12:42:51下载
- 积分:1