-
CPPDatashow
用vc++编写的一套工业设备故障状态显示的程序,希望对吧大家能有帮助。(
Using vc++ program written in a status display industrial equipment failure, in the hope that we can help it.)
- 2016-06-29 22:20:12下载
- 积分:1
-
AcDotNetTool
说明: 基于AutoCad二次开发的工具类,包括简易的图像添加数据库等功能(Tool class based on secondary development of AutoCAD)
- 2020-12-16 16:29:12下载
- 积分:1
-
AnimatePicture
C#模拟播放连续的图片为GIF动画,模拟出播放GIF的动画效果,在Debug/bin目录下,有很多的图像文件,有VS的可重新修改源码,适合学习,源码简单。(C# analog playback consecutive pictures as an animated GIF, animated GIF to simulate the effect of playing in Debug/bin directory, there are a lot of image files, there VS can re-edit the source code, suitable for learning, simple source.)
- 2014-09-18 15:29:53下载
- 积分:1
-
C# 制作一个顶层显示的窗口-不被其它窗口遮挡
C#设置顶层显示的窗口,让窗口显示在其它窗口的最上面,不被遮挡,这种窗口形式或许大家平时都见到过,特别是一些视频播放器,在播放视频的时候,都可以设置是否顶层显示,本示例就是模拟了这个功能,通过“允许以最顶层方式显示窗口”和“禁止以最顶层方式显示窗口”来模拟启用和关闭顶层窗口的功能,代码貌似简单:
private void button1_Click(object sender, RoutedEventArgs e)
{//允许以最顶层方式显示窗口
this.Topmost = true;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//禁止以最顶层方式显示窗口
this.Topmost = false;
}
- 2023-05-27 13:10:03下载
- 积分:1
-
introc++
Intro for c++ from MIT
- 2010-11-23 20:46:39下载
- 积分:1
-
DATA-STRUCTURE
study of data structure implementation using c
- 2014-10-11 16:51:38下载
- 积分:1
-
头皮神EA(5分钟任意4月20倍2017-10-23)
外汇交易用,策略为剥头皮,需要在低点差平台上测试和试用。(Scalping strategy is highly efficient and requires testing.)
- 2018-10-18 21:49:39下载
- 积分:1
-
Winsock
关于网络编程客户端之间相互监听的网络编程程序代码(Programming on the network between the client network programming code monitor)
- 2010-12-19 23:20:09下载
- 积分:1
-
MultifunctionalCalculator
基于MFC平台,实现多功能计算器,可求解复杂表达式,主要实现为数据结构中链表和数组,对于要熟悉链表和数组的初学者有很帮助。(Based on the MFC platform, to achieve multi-function calculator, can solve complex expressions, the main realization of the data structure for the list and array, to be familiar with the list and the array of beginners helpful.)
- 2016-10-04 13:20:37下载
- 积分:1
-
BLECode
说明: ble 蓝牙通讯 获取服务uuid 选择服务(Bluetooth Communicator)
- 2019-03-20 10:18:51下载
- 积分:1