-
著名的U臂
ARM 著名的启动代码u-boot
官方最新版本1.1.6-ARM famous u-boot startup code official the latest version 1.1.6
- 2022-05-24 02:16:21下载
- 积分:1
-
国外网站下载的,自制用LCD可以显示电脑信息,如CPU使用情况,内存,支持Wamap,Mp3播放信息显示,自己可以加载插件,编程等...
国外网站下载的,自制用LCD可以显示电脑信息,如CPU使用情况,内存,支持Wamap,Mp3播放信息显示,自己可以加载插件,编程等-Downloaded from the web sites of foreign-made computer with LCD can display information such as CPU usage, memory, support Wamap, Mp3 player information indicating that they are able to load plug-ins, programming, etc.
- 2022-06-16 20:34:12下载
- 积分:1
-
提取outlook电子邮件附件
这是源代码中提取电子邮件附件 Microsoft outlook。欢迎下载,试用。谢谢您的支持 !
- 2022-06-27 14:46:03下载
- 积分:1
-
该函数将显示GUI选择正方形或长方形的部分
This functions displays GUI for selecting square or rectangular part
of the input image IMG. To perform selection user must click mouse twice:
at two corners of the selection area.
User can change the shape at any moment, even when first point is set,
unless it is not forbidden by additional parameters.
Use also cam change the way the selection area is calculated
from the two selected points.
Depending on the combination of the shape and mode it could be
- 2022-06-20 05:16:04下载
- 积分:1
-
这是一个PC机通过RS232发送接收数据的程序。
这是一个PC机通过RS232发送接收数据的程序。-This is a PC through the RS232 send and receive data procedures.
- 2022-10-19 23:25:04下载
- 积分:1
-
下载中国彩票网上双色球所有历史中奖号码
使用python下载中国彩票网上,历年来双色球的所有中奖号码。目前中国彩票网使用的是静态网页,历年来的双色球中奖号码才80多页,目前定义了80页已经能够下载全部号码,如果网站调整,代码稍加改动即可。
- 2022-02-04 08:09:22下载
- 积分:1
-
delphi版的串口调试工具
资源描述delphi版的串口调试工具,本来是c++写的,我改成了Delphi版,需要的拿走,非常有用,相信很多人都在寻找这个东西。
- 2023-03-29 20:05:03下载
- 积分:1
-
一个简单IE浏览器的实现,,可供IE开发参考 本人想下载一个东西所以上传了这个源码...
一个简单IE浏览器的实现,,可供IE开发参考 本人想下载一个东西所以上传了这个源码-A simple realization of IE browser, IE for the development of reference I would like to download a thing so From the source
- 2022-02-13 08:44:21下载
- 积分:1
-
C# 编写的智能感知文本框
介绍
智能感知功能来预测这个词,当我们正在键入的单词的起始字母只不过是。我们都使用 Visual Studio,那里我们正在键入的类名称或命名空间名称,Visual Studio 将自动显示的对象列表中持有的成员与那类的方法 / 命名空间。
这篇技巧文章一定会对你,使你自己的智能感知文本框在 C# 中有用。这不完美的智能感知,但它具有最小处理自动词完成的能力。
系统的设计
此应用程序的系统设计是很容易理解。当我们在文本框中输入文本时,弹出列表框中显示的列表的开始在字符串中的最后一个单词的字母。从词典列表中,我们创建了应用程序加载的弹出列表框项目。如果最后一个字不能配合列表元素,弹出式菜单,菜单隐藏。
弹出式菜单,菜单应该显示的文本行,所以在这里我们需要得到的文本光标位置的缺点。为此,我们需要调用 private extern static int GetCaretPos(out Point p) 函数的user32.dll大会。
使用中的代码
AutoCompleteTextBox 是使智能感知为给定文本框的方法。
- 2023-03-11 10:10:03下载
- 积分:1
-
河内算法
Hanoi Algorithm
I tried to drow the animated Hannoi algorithm.
I hope that it can help your study..
If you need more comment, please send me e-mail
- 2023-09-02 19:05:04下载
- 积分:1