-
局域网聊天工具[源码及设计文档]
局域网聊天工具包括客户端和服务端,实现局域网的多人同时聊天。客户端和服务端均使用皮肤进行了界面的美化,并带有详细的设计文档和使用说明。帮助理解socket编程的细节
- 2023-01-05 01:50:04下载
- 积分:1
-
tqcms企业管理系统
资源描述tqcms企业管理系统是一个以asp+access进行开发的免费企业网站源码,该软件简单易用,快速上手管理无忧;模板引擎,让DIY如此简单;数据存储合理,效率性能得到最大的保障;流畅专业界面设计,良好的用户体验;灵活自定义,网站内容扩展更简单。 后台演示地址/admin/ 帐号密码都是admin 注意:如伪静态无法打开分类,请切换成动态模式运行
- 2023-01-14 08:45:04下载
- 积分:1
-
VB卸载
一个vb的反安装程序,在做好程序后,加一个卸载程序,有注释,也可直接加在工程里。-vb unload
- 2023-02-05 10:05:04下载
- 积分:1
-
this the third expression computing souce code ,I hope it can meet different peo...
这是我上传的第三个表达式求值得程序了 希望可以满足不同人的需求-this the third expression computing souce code ,I hope it can meet different people s need
- 2022-12-13 06:15:03下载
- 积分:1
-
a small software in compile theory,let s enjoy your s .
编译原理的中的一点小软件,看看大家的软件.-a small software in compile theory,let s enjoy your s .
- 2022-02-24 12:59:37下载
- 积分:1
-
用vc6.0写的语音聊天(g729),用vc6.0写的语音聊天(g729)
用vc6.0写的语音聊天(g729),用vc6.0写的语音聊天(g729)-develop by vc6.0,voice chat(g729),develop by vc6.0,voice chat(g729)
- 2022-03-03 01:51:35下载
- 积分:1
-
关于SVM的一些相关程序,个人觉得很好
关于SVM的一些相关程序,个人觉得很好-SVM on the relevant procedures, personal feel very good
- 2023-06-23 20:05:05下载
- 积分:1
-
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut3...
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。
glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%System32文件夹下。
然后拷贝对应的文件到对应的目录:
glut32.dll to %WinDir%System, //这里或者是System32
glut32.lib to $(MSDevDir)....VC98lib,
glut.h to $(MSDevDir)....VC98includeGL
对于vc2005,则应拷贝到:
VCPlatformSDKLib和VCPlatformSDKIncludeGL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc
- 2022-06-28 06:41:31下载
- 积分:1
-
RC500 DEMO上面板的各种数据压缩包。
RC500 DEMO 上位板 的各种资料压缩包。-RC500 DEMO upper panels of various data compression package.
- 2022-06-16 23:01:30下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1