-
打印ESC/POS 输出图形
用ESC/POS命令输出ESPSON 等打印机上输出图形。
图形输入 png 或 jpg ,bmp 等格式的文件。
并口打印,串口支持。串口速度较慢。
- 2022-05-10 22:32:59下载
- 积分:1
-
RED摄影机录制通信
根据美国RED摄影机官方数据,进行的RED接口CTRL的录制通信,可以稳定工作
- 2022-01-25 22:10:51下载
- 积分:1
-
C#模拟新浪微博抢红包功能
C#模拟新浪微博抢红包功能,这个不是模拟,当时是真的实现了抢红色功能,当时是新浪微博的一个抢红包活动,现在活动失效了,测试时候加载不了网页,不过发上来源码,主要是了解一下抢红包的方法,一些相关的编程技巧,比如计时器的控制、查询红包所属、查询红包状态、查现金红包、点击抢红包等。
- 2022-08-11 15:12:27下载
- 积分:1
-
c#用鼠标画直线
应用背景实现动态画图,及拖动鼠标就能动态产生图形,并且颜色是可调节的,当你不喜欢颜色时候,你可以换不同的颜色,画直线,所以这个程序很好的实现了c#的动态画图, 此程序是我自己编的,不足之处还望大家指正,谢谢大家,我们一起学习,一起进步,喜欢编程的朋友可以经常交流一下,关键技术 public partial class Form1 : Form
{
Point startPoint = new Point();
// bool showPaint = false;
public Form1()
{
InitializeComponent();
}
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
startPoint = new Point(e.X, e.Y);
//{ showPaint = true; }
}
private void
- 2022-02-10 06:50:04下载
- 积分:1
-
配置文件:文件包将可用于2个不同的可执行文件…
功能简介: 文件捆绑器可用来将二个不同的可执行文件合并成一个文件,运行合并后的文件等同于同时运行合并前的二个文件,并提供同步和异步运行二种方式,操作十分简便。 注意: 如果文件编释后不能运行的原因可能是:1、请把它置为RELEASE版再编释。2、可能是编释器设置不同,使最终生成文件大小不同,请把您RELEASE版编释后的文件大小记下,在CBindFileDlg类中的初始对话框类OnInitDialog中的最后,把原来的文件大小184K,替换后您新编释后的文件大小既可。-profiles : File bundle will be available for two different executable files into a document, running after the merger document equivalent to running prior to the merger of two documents and provide synchronous and asynchronous operation of two ways, the operation is very simple. Note : If documentation can not run after the release of the reasons may be : a, to put it another special edition RELEASE release. 2, may be allocated for the creation of different address, so that the final documents of different sizes Generation, please send your address RELEASE edition of the file size down, CBindFileDlg category in the initial dialog box type OnInitDialog the last, the original file size 184K, replaced your newly discharged size of the files can.
- 2022-07-05 06:24:30下载
- 积分:1
-
ConsoleApplication6
vissim接口,用于读取vissim生成的旅行时间文件,并进行简单处理。(the vissim interface used to read the travel time file generated by vissim and simple handling.)
- 2012-05-29 01:43:07下载
- 积分:1
-
C# WinFrom 实现的FTP上传下载
C# WinFrom 实现的FTP上传下载
- 2020-05-13下载
- 积分:1
-
windows下多线程
Windows下的多线程测试代码,内有注释,可供初学者学习使用
- 2022-04-11 01:51:59下载
- 积分:1
-
VC6.0 图像特效显示核心代码
VC6.0 图像特效显示核心代码,可根据MFC来参考实现
- 2022-07-07 00:29:44下载
- 积分:1
-
这是个类一个利用C#来动态的创建文件的类,有了这个你也可以很方便的创建出象sohu、163等大网占的静态页面了...
这是个类一个利用C#来动态的创建文件的类,有了这个你也可以很方便的创建出象sohu、163等大网占的静态页面了-This is a category C# to create a dynamic document categories, with this you can easily create the ones like the 163 other big net for the static pages
- 2022-07-23 12:58:54下载
- 积分:1