-
VisualC++编程技巧与范例
VisualC++编程技巧与范例-Visual C programming skills and examples
- 2022-04-28 15:17:48下载
- 积分:1
-
C最cengxusheji
c plus plus cengxusheji
- 2022-03-25 20:19:10下载
- 积分:1
-
受控扩充件
Managed Extensions - Parsing CSV Files with Regular Expressions-Managed Extensions- Parsing CSV Files with Regular Expressions
- 2022-07-07 16:46:13下载
- 积分:1
-
C#编写的记事本程序
我使用C#编写的一个记事本程序,对初学者入门C#很有用哦。实现了文件的打开、保存、编辑等功能,对于初学者学习打开对话框、菜单栏、状态栏的用法有帮助。
- 2022-07-11 21:01:40下载
- 积分:1
-
从摄像头提取视频文件,并显示每个图像帧的灰度直方图与一维RGB彩色直方图,并且比较上述直方图的距离。有四种比较方法一一实现了。...
从摄像头提取视频文件,并显示每个图像帧的灰度直方图与一维RGB彩色直方图,并且比较上述直方图的距离。有四种比较方法一一实现了。-Extract the video file from the camera and display each image frame of gray-scale histogram and the one-dimensional RGB color histogram, and compare the histogram distance. There are four comparative method 11 achieved.
- 2022-04-07 03:44:28下载
- 积分:1
-
采用ic编写的handyboard机器人的调试各参数的程序,(如火焰值地面灰度)...
采用ic编写的handyboard机器人的调试各参数的程序,(如火焰值地面灰度)-used ic handyboard prepared by the robot parameters of the testing procedures (such as flame value ground Gray)
- 2023-04-09 05:50:02下载
- 积分:1
-
这是一个移动屏幕的创造者,我们可以有一个小键盘
this a mobile screen creator,we can have a keypad
- 2022-03-23 20:39:26下载
- 积分:1
-
POS 打印机
这种销售和库存系统开发了使用 VB.NET 并在后端使用 MS Access 2010 数据库。主要特点是: 1.客户和供应商管理 2。订单处理 3。库存管理 4。销售管理 5。发票管理 6。低库存指标 7。预先记录搜索 8。进展报告的登录信息: 用户名为 admin 密码-12345
- 2022-07-02 19:10:30下载
- 积分:1
-
演示了随机数的产生和使用
演示了随机数的产生和使用-demonstration, the random number generation and use
- 2022-05-24 05:46:39下载
- 积分:1
-
Have you noticed the cool ghost image that Windows Explorer produces when you st...
Have you noticed the cool ghost image that Windows Explorer produces when you start dragging files/folders from it? Well, I wanted to implement this in a C# project when dragging files between it and Windows Explorer. After a lot of Googling, I found out that there are three directions to start working on, as follows:
Using a "custom" cursor created from a MemoryStream initialized from an Image, as shown in this article.
Using the ImageList_BeginDrag and related APIs, as shown in this article: Dragging tree nodes in C#.
Using the IDragSourceHelper and IDropTargetHelper interfaces.
- 2022-03-05 15:47:46下载
- 积分:1