资源列表

« 1 2 ... .46 .47 .48 .49 .50 7651.52 .53 .54 .55 .56 ... 66581 »

[菜单sum

说明:code segment assume cs:code sum_p proc near jcxz exit add ax,cx dec cx call sum_p exit: ret sum_p endp start: mov ax,2000h mov ds,ax mov ax,0 mov si,0 mov cx,7 call sum_p mov [si],ax mov ah,4ch int 21h
<陨石> 在 2008-10-13 上传 | 大小:2.22kb | 下载:0

[菜单file

说明:VB打造超酷个性化菜单(一个类文件).rar
<123123> 在 2008-10-13 上传 | 大小:26.85kb | 下载:0

[文件操作vsListview

说明:vsListview Beta 0.9 增加背景功能及右键菜单.rar
<123123> 在 2008-10-13 上传 | 大小:188.64kb | 下载:0

[Windows编程simpleopt-2.8

说明:Cross platform command line parsing and file globbing By brofield. Parse almost any of the standard command line formats in use today with the same code on both Windows and Un*x. Includes full processing of filename wildcards (glob). Fully
<LiuZP> 在 2008-10-13 上传 | 大小:48.35kb | 下载:0

[Windows编程simpleopt-doc

说明:Cross platform command line parsing and file globbing By brofield. Parse almost any of the standard command line formats in use today with the same code on both Windows and Un*x. Includes full processing of filename wildcards (glob). Fully
<LiuZP> 在 2008-10-13 上传 | 大小:64.84kb | 下载:0

[进程与线程Thread

说明:实现进程调度演示,提供SJF,HRN,FCFS,3种调度方案的选择。
<kin-Eric> 在 2008-10-13 上传 | 大小:41.78kb | 下载:0

[通讯编程1

说明:实现客户机类,在头文件client.h中声明类,在文件client.cpp中实现
<吴小灿> 在 2008-10-13 上传 | 大小:1.3kb | 下载:0

[文件操作fenxiPEFILE

说明:一个功能齐全的分析windows平台PE文件格式的程序源代码。
<ffss> 在 2008-10-13 上传 | 大小:35.05kb | 下载:0

[界面编程clock

说明:数字钟表,提供三个精美样式的钟表,自动显示当前时间
<陈海兵> 在 2008-10-13 上传 | 大小:45.53kb | 下载:0

[按钮控件WinXPDlg

说明:一个可以实现winxp风格按钮的小程序,帮助初学者理解VC的图形界面编程
<lele> 在 2008-10-13 上传 | 大小:230.85kb | 下载:0

[数据库编程c

说明:用c实现的微型数据库 用c实现的微型数据库
<晨星> 在 2008-10-13 上传 | 大小:3.88kb | 下载:0

[钩子与API截获HOOK

说明:如何做到程序可以避开键盘HOOK
<晨星> 在 2008-10-13 上传 | 大小:1.96kb | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 7651.52 .53 .54 .55 .56 ... 66581 »

源码中国 www.ymcn.org