资源列表

« 1 2 ... .82 .83 .84 .85 .86 66387.88 .89 .90 .91 .92 ... 66581 »

[Windows编程UseWord

说明:VC++将数据导出到Word中生成报表并打印,调用定义好的模板,从VC中输出内容到模板中进行打印,你可以重新编译后运行程序,打开一个文件测试下,源码较早了,或许还能用。-VC++ to export data to Word to generate reports and print, call-defined template, the output from the VC content to the template for printing, you can re-compile and
<wpudn21> 在 2025-06-21 上传 | 大小:58kb | 下载:0

[Windows编程Animation

说明:本源码是模拟的跑酷小游戏,带有流畅的人物奔跑动画效果,还有欢快的音乐。源码基于VC 2010创建,请用VS2010或更高版本编译运行。在帧动画的判断上,本可以直接使用求余运算, 但是 求余运算速度及效率不好, 所以使用简单的判断操作代替。通过源码可了解下绘制人物、透明贴图的相关技巧,这些技巧对于编写游戏来用是相当有用的。-The source is analog parkour game, characters with smooth running animation, as well as
<wpudn21> 在 2025-06-21 上传 | 大小:1.72mb | 下载:0

[Windows编程studyinfomanage

说明:简易C++学生成绩管理程序。功能方面实现学生基本信息的添加、学生档案的添加、以列表方式显示学生成绩等基本操作,是一个学习c++编程的参考范例。-Simple C++ student performance management process. Function to add students to achieve basic information, add student files to display a list of student achievement and other bas
<wpudn22> 在 2025-06-21 上传 | 大小:39kb | 下载:0

[Windows编程PopMenu

说明:VC++ PopMenu弹出式菜单例子源码,弹出式菜单(PopMenu)在程序界面上单击鼠标右键弹出的菜单就是弹出式菜单。通常情况下,或在窗体菜单栏内点击菜单时弹出,属于较基本的常用菜单了,希望VC++新手们可以参考哦-VC++ PopMenu example source pop-up menu, the pop-up menu (PopMenu) in the program interface, right-click pop-up menu is a pop-up menu. Under
<wpudn22> 在 2025-06-21 上传 | 大小:21kb | 下载:0

[Windows编程getpassword

说明:VC++获取密码框密码的小程序,使用时只需拖动放大镜到密码输入框上面,就能得到密码的内容,超COOL哦!不过试下一下,我是在网页上登录的,放大镜放上后显示NO,可能不适合网页上的密码框,另外程序也有些早了,可能很多方法和属性现在有了新的定义,不过还是建议有空了研究下哦。-VC++ to get the password box password applet, just drag the magnifying glass to the use of a password input box ab
<wpudn22> 在 2025-06-21 上传 | 大小:13kb | 下载:0

[Windows编程pushpin

说明:在属性页的左边加入一个图钉按纽,熟悉Microsoft Developer Stdio的朋友一定很熟悉,里面的一些代码是可以用的,不多介绍了-On the left the property page to add a pushpin button, the familiar Microsoft Developer Stdio friends must be very familiar with some of the code can be used inside, not much intr
<wpudn22> 在 2025-06-21 上传 | 大小:15kb | 下载:0

[Windows编程APIBROW

说明:VC++使用公用控制回调在一个CListView中管理CListCtrl控制,用于分析了一些以逗号为分割符的文本文件,例如在你的\MSDEV\LIB(VC5.0在DevStudio\VC\Lib)目录下的Win32Api.CSV就是这样的文件-VC++ using the common control callback management CListCtrl control in a CListView, the analysis of a number comma separator tex
<wpudn22> 在 2025-06-21 上传 | 大小:15kb | 下载:0

[其他小程序zidianchaxungongnegchengxu

说明:具有基本的字典查询功能,满足基本的字典查询需求,可供参考使用-Dictionary query function
<> 在 2025-06-21 上传 | 大小:7kb | 下载:0

[驱动编程CreateDll

说明:2个工程,动态链接库的创建、引用。包括变量、函数、类的导入导出。-The 2 project, create a dynamic link library, reference. Including the import and export of variables, functions, classes.
<tangjian> 在 2025-06-21 上传 | 大小:5.05mb | 下载:0

[Windows编程Dialog

说明:VC Dialog Checkbox Combobox Radiobox等控件使用演示,新手必看的基础级VC++源码,演示了在窗口中使用复选框、单选框、下拉框、输入框等基础窗体控件的方法,高手请绕行-VC Dialog Checkbox Combobox Radiobox other controls using the demo, writeup on the basis of class VC++ source code, demonstrates the use of the check
<赵坤东> 在 2025-06-21 上传 | 大小:13kb | 下载:0

[Windows编程SniffApplication

说明:VC++网络监听程序附源码,功能方面类似于网络监控程序,可监测网络指定连接的协议、源IP地址、目的IP地址、通信端口、大小等信息,实现了基本的功能。运行前请进行缓冲设置。-VC++ program with source network monitoring, network monitoring functions similar procedure can monitor network connections specified protocol, source IP address, d
<赵坤东> 在 2025-06-21 上传 | 大小:22kb | 下载:0

[Windows编程SendFileClient

说明:VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。   服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能-
<赵坤东> 在 2025-06-21 上传 | 大小:46kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 66387.88 .89 .90 .91 .92 ... 66581 »

源码中国 www.ymcn.org