-
Programming drive switch, the driver was Sight! !
编程实现光驱开关,写驱动程序的看过来-Programming drive switch, the driver was Sight! !
- 2023-06-23 23:15:04下载
- 积分:1
-
WinCE下的媒体播放器的源代码控制
WINCE 下的Media Player 播放器控制源代码-WINCE the Media Player Player source code control
- 2023-03-16 14:30:03下载
- 积分:1
-
VB进程间通讯演示附源代码 2002021801
VB进程间通讯演示附源代码 2002021801-VB inter-process communication demo source code 2002021801 :
- 2022-04-21 22:10:00下载
- 积分:1
-
WinXP风格类似Firefox按钮文本框1.1
应用背景Windows XP ;文本框样式类似Firefox按钮1.1版本文本框的风格类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1,& nbsp;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1, ;文本框样式类似Firefox按钮1.1关键技术一个文本框与XP风格+ Firefox明文和图标按钮。当控制焦点的时候,它改变了边框颜色。当您单击“关闭”按钮时,其清晰的文本。与arrowclick和iconclick事件,你可以做你所想的!有closeclick事件太。你可以在你的磁盘或其他控制的图标上更改图标,图像属性。有自选。如果你设置autotab =真实,当莱恩(。文本)=。maxlenght,控制了重点在接下来的控制作用。roundcorners财产。当你设定的时候,启用=假,文本和背景不改变颜色为灰色!closebutton,箭头图标提示有个人。如果。entergotonexttab =真的,当你按13键(回车),重点给出了在未来的控制作用。--------------------------------------------------新特点:* X按钮和图标有个人。可见,所以文本框可以有两个,其中只有一个,或者没有。*对齐,对齐,PasswordChar,BorderStyle属性。* colorback,colorarrow,ColorText,colorborder财产* onfocuscolortext,onfocusfont,focuscolorborder,onfocusborderstyle *修复一些错误*普通事件+ arrowclick,clearclick,iconclick,MouseEnter和MouseLeave *输入型(不,字母,数字,字母
- 2022-06-14 16:26:32下载
- 积分:1
-
一个windowmobile程序,给入门的兄弟们看看。
一个windowmobile程序,给入门的兄弟们看看。-1 windowmobile program, to look at the entry-brothers.
- 2022-11-03 21:25:03下载
- 积分:1
-
为了提高扫描速度,本程序采用了多线程技术和非阻塞I/O的技术...
为了提高扫描速度,本程序采用了多线程技术和非阻塞I/O的技术-to improve scanning speed, the program uses a multi-threading technology and nonblocking I/O technology
- 2022-08-15 22:19:25下载
- 积分:1
-
可以为无字库的LCD生成汉字或者字符的编码值,非常好用。
可以为无字库的LCD生成汉字或者字符的编码值,非常好用。-can no font LCD generation of Chinese characters or character encoding value, a very handy.
- 2023-05-08 12:05:02下载
- 积分:1
-
TCP/IP是“transmission Control Protocol/Internet Protocol”的简写,中文译名为传输控制协议/互联网络协议)协...
TCP/IP是“transmission Control Protocol/Internet Protocol”的简写,中文译名为传输控制协议/互联网络协议)协议, TCP/IP(传输控制协议/网间协议)是一种网络通信协议,它规范了网络上的所有通信设备,尤其是一个主机与另一个主机之间的数据往来格式以及传送方式。这一程序是服务器端的聊天程序.-TCP/IP is the "transmission Control Protocol/Internet Protocol," the abbreviation, the Chinese translation of Transmission Control Protocol/Internet Protocol) agreement, TCP/IP (Transmission Control Protocol/Network intergovernmental agreement) is a network communication protocol, which standardized on the network for all communications equipment, especially one with another host mainframe data exchanges between the formats and modes of transmission. This procedure is the server-chat program.
- 2022-02-26 02:54:24下载
- 积分:1
-
regular expression syntax processing software demonstrations illustrate the oper...
表达式语法处理过程说明 这个软件演示了基于操作符优先级的表达式处理算法,属于很经典的算法。详细的演示了处理过程的每个动作以及辅助栈、表的使用。对学习《编译原理》和《数据结构》中的相关内容会有所帮助。 关于此算法的详细描述请见《数据结构》(清华出版社)。 软件使用方法,可以直接采用程序样例中的表达式(-9.3*((8+2-3*6/2-0.8)+(-64))),也可以在表达式输入的文本框中输入一个新的表达式(限数字、基本运算符、括号),先点击“初始化计算”按钮,然后点击“演示”按钮,每次一步。在此过程中,请观察“操作符号栈”、“操作数栈”、“操作数对照表”的变化情况,以及每次读取的当前词和当前动作。 题外话:觉得许多软件开发人员有一种只重视程序语言和技巧,而忽视算法设计的倾向。记得有个很出名的说法:程序=算法+数据结构。当然现在软件领域出现了许多新的动向,但基本功仍应重视。颖易教育软件工作室主页:http://www.yingyi.net电子邮件:yingyi@yingyi.net,true_yingyi@etang.com电话:(010)63522531-regular expression syntax processing software demonstrations illustrate the operator based on the priority of expression processing algorithm, a very classic algorithms. A detailed demonstration of the process every movement and auxiliary stack, table use. The study "Compiler Principle" and "data structure" of the content will be helpful. This algorithm on a detailed description, see "Data Structure" (Tsinghua University Press). Use of the software can be used directly in the sampl
- 2022-03-19 01:12:37下载
- 积分:1
-
小图象在大图象上来回的移动,可以选择不同的方式来看效果
小图象在大图象上来回的移动,可以选择不同的方式来看效果
-Small image in the image on the back and forth movement, you can choose to look at the effect of different ways
- 2022-03-25 03:16:16下载
- 积分:1