登录
首页 » Windows开发 » 网络中的计算机

网络中的计算机

于 2023-08-13 发布 文件大小:78.98 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

检查计算机是否网络化。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • The use of windows API function to write win32 platform directly under the entry...
    利用windows API函数直接书写win32平台下的程学的经典入门书,适合初学者加深winAPI的认识。-The use of windows API function to write win32 platform directly under the entry way to learn the classic book, suitable for beginners to deepen understanding of WinAPI.
    2022-06-11 23:10:56下载
    积分:1
  • 一个简单的dos下记事本程序。初学者参考。简单易用。有学习价值...
    一个简单的dos下记事本程序。初学者参考。简单易用。有学习价值-a simple dos procedures under the notebook. Beginners reference. Easy to use. Learning Value
    2023-02-16 17:20:04下载
    积分:1
  • win32srvdemo
    非常好的服务程序框架,win32下的,vs2005开发,简单的一个服务程序框架一个服务程序内可以包含一个服务或多个服务的执行代码,但是它们都拥有固定的三个部分:服务main函数,服务ServiceMain函数和服务Control Handler函数。
    2022-01-25 20:23:50下载
    积分:1
  • 日历算法及源代码,C++语言。Word文档。那里…
    万年历算法与源码,c语言开发。word文档。有兴趣的尽快下载-Calendar algorithm and source code, c language development. word document. There is interest in the download as soon as possible
    2022-07-02 14:23:50下载
    积分:1
  •  JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
     JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。   JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。 -JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
    2022-08-19 07:40:31下载
    积分:1
  • 有声有色刚学会做网页,看到别的人网页又炫又酷,而自己的网页做得却十分枯燥,还花了不少心思,不知道该从何处下手?到最后,还是忍痛从自己的电脑里删除了!为什么别人的...
    有声有色刚学会做网页,看到别的人网页又炫又酷,而自己的网页做得却十分枯燥,还花了不少心思,不知道该从何处下手?到最后,还是忍痛从自己的电脑里删除了!为什么别人的站点制作的那么漂亮,自己的这么难看?然而现在有了《有声有色》她还真的可以使你的站点在最短的时间里变得有声有色!该软件集合了几十个十分精彩的Javascript小程序,她真正做到了与源程序相溶合,所有特效操作只要轻轻点几下鼠标就可以完成!你可以保存为文件,还有预览功能!不像其它类似的软件,下载回去只提供Javascript源程序,还要用户自行修改(烦)!主页: http://richie.coolbel.com/-are coming to do a very impressive website to see other people were also hip and cool, and their website has been done very boring, but also made a lot of efforts, I do not know where to start? Eventually, reluctantly or from their own computer to delete! Why the site produced so beautiful, the ugly but so now has "very impressive" She could really make your site in the shortest possible time become a very impressive! The software is a combination of dozens of excellent Javascript small program, she truly is the source and dissolve, as long as all special effects operators gently a few mouse clicks to complete! You can save the document, there are previews! Unlike other similar software, downl
    2022-12-13 18:40:03下载
    积分:1
  • Assembly AVR to tes 3x4 keypad
    Assembly AVR to tes 3x4 keypad
    2022-04-30 09:22:25下载
    积分:1
  • CC2430的光传感器
    显示来自连接到cc2530 MCU的传感器的3轴数据的加速计代码。加速计值从传感器读取,并随方向而变化。
    2022-02-25 15:02:00下载
    积分:1
  • vc环境下编写的测量圆的程序,里面附图片,值得研究!
    vc环境下编写的测量圆的程序,里面附图片,值得研究!-vc environment prepared by the procedures for measuring a round, which is attached pictures, worth studying!
    2022-04-28 01:53:35下载
    积分:1
  • 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译
    动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic library distinction, and call procedures in the static library and dynamic link library when the distinction. How to use tool to view a dynamic link library function of the output, Depends tools, C++ Compiler technology to adapt the name of a dynamic link library function of the impact of the output, extern C usage, use module definition files to resolve the C++ Name adaptation problems. Typedef point to use the definition of function pointer type, how to obtain the dynamic link library function pointer.
    2022-03-24 10:37:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载