资源列表

« 1 2 ... .41 .42 .43 .44 .45 46446.47 .48 .49 .50 .51 ... 66603 »

[Windows编程AutoRun

说明:VC++让程序在开机启动时就自动运行,利用win.in文件实现相关程序的自动启动。在该文件的“【Windows】”数据段中,有两个数据项“load=”和“run=”,它们的作用就是在系统启动之后自动地装入和运行相关的程序。如果我们需要在系统起动之后装入并运行一个程序,只将需要运行文件的全文件名添加在该数据项的后面,系统启动后就会自动运行该程序,这里是通过WritePrivateProfileString函数来实现。-VC++ to al
<jpudn82> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[Windows编程RegisterOcx

说明:VC++在程序中用代码注册和卸载ocx控件,在软件开发过程中,我们经常会用一些免费或收费的OCX控件,这样可加快开发进度,使用OXC控件之前需要注册,使用完成后为了减少资源浪费我们还需要卸载这些控件,可以用Delphi或VC的工具来实现,但如果用程序自身来实现,会更方便,该如何实现呢?   一般情况下,控件的OCX文件中已包含有DLLRegisterServer和DLLUnregisterServer函数,我们只需调用它们便可实现
<jpudn83> 在 2024-10-12 上传 | 大小:12288 | 下载:0

[Windows编程ShortCut

说明:VC++为你的应用程序创建和删除快捷方式,添加开始菜单程序组菜单,这里首先利用OLE通过调用CoCreateInstance()函数建立一个IID_IShellLink实例,并同时得到其接口指针。利用这个接口指针可以对其各项属性进行设置。为了使这些信息以快捷方式的数据文件(*.lnk)格式保存起来,还需要从IID_IShellLink对象取得其 IID_IPersistFile接口指针,以便于调用其成员函数Save(),保存前面设置的信
<jpudn84> 在 2024-10-12 上传 | 大小:15360 | 下载:0

[Windows编程jiemiji

说明:VC++产生程序序列号的实例代码,包括了一个简单的注册机程序和生成序列号的程序,两者结合完美演示如何在VC++开发的应用程序中实现软件注册功能。-VC++ serial number generator code examples, including a simple RI programs and procedures to generate a serial number, a combination that perfectly
<jpudn85> 在 2024-10-12 上传 | 大小:19456 | 下载:0

[其他小程序ARITH_module-(2)

说明:/*--- --- --- --- --- --- --- --- --- --- --- --- ---- Copyright (c) 2004 Aoki laboratory. All rights reserved. Top module: UBBCL_3_0_3_0 Operand-1 length: 4 Operand-2 length: 4 Two-operand addition
<s.ejtahed> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[其他小程序ARITH_module-(3)

说明:/*---------------------------------------------------------------------------- Copyright (c) 2004 Aoki laboratory. All rights reserved. Top module: UBBCL_63_0_63_0 Operand-1 length: 64 Operand-2 length:
<s.ejtahed> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[Windows编程Ethernetframe

说明:C++ Ethernet帧封装_解析_模拟发送,分为单线程模拟发送和多线程模拟发送,压缩包中有供测试用的可执行程序和源代码文件,测试字符串NankaiU.txt是发消息时用的。-C++ Ethernet fr a me encapsulation _ analytical _ analog transmission, divided into single-threaded and multi-threaded simulation o
<jpudn86> 在 2024-10-12 上传 | 大小:235520 | 下载:0

[Windows编程IPHelper

说明:IPHelper源码包,C++ IPHelper IP输入控件,用到Microsoft LAN Manager类,用来输入IP的时候的一个输入框控件-IPHelper source package, C++ IPHelper IP input control, use Microsoft LAN Manager class, used to enter the IP when an input box control
<jpudn87> 在 2024-10-12 上传 | 大小:18432 | 下载:0

[其他小程序ARITH_module

说明:/*--- --- --- --- --- --- --- --- --- --- --- --- ---- Copyright (c) 2004 Aoki laboratory. All rights reserved. Top module: UBBCL_15_0_15_0 Operand-1 length: 16 Operand-2 length: 16 Two-operand addit
<s.ejtahed> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[Windows编程cjcsrc

说明:一些C语言精髓例子【源码】,例子包括了基础篇、数据结构篇、数值计算与趣味数学篇、图形篇、系统篇、常见试题解答篇、游戏篇、综合实例篇等全部的书中光盘例子,使用方法:比如实例1的1.c文件(可以在001目录下找到),拷贝到tc编译器目录下,运行tc.exe,打开编译器,按【F3】键或者“File->Open”菜单命令,打开1.c文件,按【Ctrl+F9】键,或者“Run->Run”菜单命令,编译运行该程序。相信这些例子对于学习C
<jpudn88> 在 2024-10-12 上传 | 大小:3250176 | 下载:0

[Windows编程windiff_src

说明:一个由VC++写的文件比较器软件源码—— windiff源代码,用来比较文件异同,当然还有其它的一些功能,源码来自国外C++社区,在VC6.0下可编译运行,运行截图如上所示。界面语言英文。-By the VC++ to write a file comparison software source code- windiff source code files to compare similarities and difference
<jpudn89> 在 2024-10-12 上传 | 大小:223232 | 下载:0

[Windows编程MD5dllsrc

说明:VC++源代码写的用于md5加密算法的一个DLL组件源码,虽然是半成品,不过学习一下VC++中编写DLL也是不错的选择,另外还可以研究MD5加密算法具体实施代码。-VC++ source code written in a DLL component source code for md5 encryption algorithm, although semi-finished products, but to learn about
<jpudn90> 在 2024-10-12 上传 | 大小:1820672 | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 46446.47 .48 .49 .50 .51 ... 66603 »

源码中国 www.ymcn.org