资源列表

« 1 2 ... .55 .56 .57 .58 .59 66060.61 .62 .63 .64 .65 ... 66605 »

[Windows编程vbinputtext

说明:VB只只允许输入汉字,输入其它字符无效,输入中文的时候程序好像什么也没做,但是当你的输入法不是中文状态,即将要输入英文或其它字符的时候,会立即弹出一个提示框,告诉你只允许输入中文,在不少的VB应用中,进行输入字符类型的限制是必需的,这样可有效提升输入质量。实现时候的关键代码:   Private Sub Text1_KeyPress(KeyAscii As Integer)    If KeyAscii > 0 And
<cpudn19> 在 2025-01-09 上传 | 大小:2kb | 下载:0

[C#编程List

说明:一个单链表,从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上 从任一给定的位置(pr, p)开始,将指针p左移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最左边的结点上。-A single list from any given location (pr, p) to start, move the pointer to the right p k n
<罗壹文> 在 2025-01-09 上传 | 大小:1kb | 下载:0

[其他小程序xiaoyuandaohang

说明:校园导航 比较详细的一个校园导航小程序 希望可以对大家有帮助-school director
<huangyuanhui> 在 2025-01-09 上传 | 大小:6kb | 下载:0

[TreeView控件regedit

说明:注册表的管理系统,可以添加,修改,删除,导入,导出各种功能-Registry management system, you can add, modify, delete, import, export various functions
<廖红海> 在 2025-01-09 上传 | 大小:1018kb | 下载:0

[多媒体编程Source-Code-Injek-Isat---Delphi7

说明:this source code to bypass indosat server try it-this is source code to bypass indosat server try it
<koplo> 在 2025-01-09 上传 | 大小:810kb | 下载:0

[其他小程序OFDM_16QAM_R14

说明:基于matlab的调制解调建模仿真,调制方式为ofdm。-Modulation and demodulation matlab based simulation modeling, modulation of ofdm.
<胡传东> 在 2025-01-09 上传 | 大小:11kb | 下载:0

[其他小程序JIJIA_XIUGAI1

说明:用VHDL语言编写的出租车计价系统,系统较完善,有助于学生的VHDL课程设计-TAXI FEE SYSTEM
<谢崇卿> 在 2025-01-09 上传 | 大小:1.53mb | 下载:0

[其他小程序udp_demo

说明:QT的UDP网络通信,可实现电脑之间的简单通信,适合初学者-QT UDP network communication can be simple communication between computers, suitable for beginners
<廖红海> 在 2025-01-09 上传 | 大小:913kb | 下载:0

[其他小程序vote_system

说明:在线投票系统是当前Web应用程序最常用的功能之一,也是Web应用程序开发常用的功能模块。当网站的管理员或用户提出新的想法与建议或者出现一种新产品时,他们可能需要通过用户或者客户以投票方式来确定这些新的想法、建议或者新的产品是否满足用户或者客户的需求。另外,网站还可以通过网站在线投票功能做一些实际性的调查工作。-Online voting system is one of the most commonly used features o
<陈磊> 在 2025-01-09 上传 | 大小:23kb | 下载:0

[其他小程序multiple-target-tracking

说明:这是关于多目标跟踪的相关资料,介绍多目标跟踪目前经典的方法-This is the relevant information about the multi-target tracking, introduce multi-target tracking methods currently classic
<廖红海> 在 2025-01-09 上传 | 大小:18.9mb | 下载:0

[组合框控件TextFieldDemo

说明:创建图形用户界面,动态设置文本域的水平对齐属性和列宽属性-Creating graphical user interfaces, dynamic text fields to set the horizontal alignment attributes and attribute column width
<陆洋> 在 2025-01-09 上传 | 大小:1kb | 下载:0

[其他小程序ListExample

说明:类似qq列表的ListCtrl实现,基础代码,重载了一些函数-Since the draw columns ListCtrl head, base code
<小强> 在 2025-01-09 上传 | 大小:24kb | 下载:0
« 1 2 ... .55 .56 .57 .58 .59 66060.61 .62 .63 .64 .65 ... 66605 »

源码中国 www.ymcn.org