-
VC技术内幕源代码
VC技术内幕源代码-VC technology insider source code
- 2022-01-26 03:47:01下载
- 积分:1
-
使用Microsoft的Resource Loalizationg Toolset建立多国语言支持
使用Microsoft的Resource Loalizationg Toolset建立多国语言支持-The example of using Microsoft s Resource Loalizationg Toolse to setup multiple language s support The example of
- 2023-03-27 13:40:04下载
- 积分:1
-
visual basic 源程序希望大家多提宝贵意见
visual basic 源程序希望大家多提宝贵意见-visual basic source code hope that we talk too much about the valuable advice
- 2022-05-25 08:20:59下载
- 积分:1
-
a small learning routines, learning to see a small routines, we can
一个学习使用的小例程,可以看看
一个学习使用的小例程,可以-a small learning routines, learning to see a small routines, we can
- 2022-06-16 03:50:20下载
- 积分:1
-
WinCE下的串口收发程序,支持三个串口,多种波特率
WinCE下的串口收发程序,支持三个串口,多种波特率-under WinCE Serial Transceivers procedures, three serial port support, a variety of baud rate
- 2022-01-25 17:18:09下载
- 积分:1
-
The Simplest Popup Menu
这是一个用VB编写的最简单的右键菜单实例-The Simplest Popup Menu
- 2022-04-18 06:42:31下载
- 积分:1
-
squid3.0及以后的版本相对于squid2系列有所改变,主要是把squid2系列的源代码由C换为了C++,同时增加了一些rfc文档里所描述的功能...
squid3.0及以后的版本相对于squid2系列有所改变,主要是把squid2系列的源代码由C换为了C++,同时增加了一些rfc文档里所描述的功能-squid3.0 and subsequent versions as opposed to a change in squid2 series is meant to give the series squid2 source code from the C-for for C , while increasing the number of rfc document described the function of
- 2022-01-24 16:11:31下载
- 积分:1
-
绘制一个多通道图像的灰度直方图,默认处理文件是lena.bmp
绘制一个多通道图像的灰度直方图,默认处理文件是lena.bmp-Draw a multi-channel histogram of the image, the default processing of documents is lena.bmp
- 2023-03-22 01:20:04下载
- 积分:1
-
较完善的人事考勤工资管理系统,如有不明之处请email本人。
较完善的人事考勤工资管理系统,如有不明之处请email本人。-Better wages and personnel attendance management system, if there is unclear, please email me.
- 2023-01-05 06:25:04下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1