CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 系统编程

资源列表

« 1 2 ... .87 .88 .89 .90 .91 1892.93 .94 .95 .96 .97 ... 15013 »
  1. ipchaxun

    0下载:
  2. VC++ IP查询,获取本机的IP地址,计算机名称也可以获取到。-VC++ IP query access to the machine' s IP address, computer name can also be obtained.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:20.81kb
    • 提供者:曹凌德
  1. Video-Demo

    0下载:
  2.  VC++视频处理框架,一款VC++视频目标检测演示框架的【源代码】-The framework of the VC++ video processing, a VC++ video object detection demonstration framework [source code]
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:54.53kb
    • 提供者:曹凌德
  1. faqsys-page

    0下载:
  2. FAQ jsp 页面原型,实习时资料,可直接套用。-FAQ jsp page prototype, internship information can be directly applied.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:1.94mb
    • 提供者:姬羽洁
  1. kaichang

    0下载:
  2. 一款VC++图像开场加载效果,向大家演示了几种图像装载的特效实现的方法,比如扫描显示、滑动显示、渐入显示和马赛克显示等,大家在使用一些幻灯片软件的时候,经学会看到类似的效果,如果你有一定的VC++基础,你可以借鉴一下本效果的具体方法,再次扩展,可以制作出一款带特效的图像查看器。-The opening loading of a VC++ image effects, to demonstrate the effects of several image loading methods to ac
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:36.89kb
    • 提供者:毕年兴
  1. naoling

    0下载:
  2. 基于C的单片机数字钟程序,其中包含闹铃功能,基于51单片机-Single chip digital clock program, which includes an alarm function, based on MCU 51。-C-based single-chip digital clock program, which contains the alarm function, based on 51 single-chip-Single chip digital clock progra
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:13.08kb
    • 提供者:毕年兴
  1. paixu

    0下载:
  2. C经典数值算法实例源码,C语言程序设计必看源码,内含多种排序算法,如PCBUB0、PCHAP0、PCSHL0等。-C classical numerical algorithm example source code, C language programming must-see source code, containing a variety of sorting algorithms, such as PCBUB0, PCHAP0, PCSHL0.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:20.91kb
    • 提供者:毕年兴
  1. NEWJ

    0下载:
  2. 我用C++写的分解质因数算法和排队报数算法。其中排队问题为:若干人站成一个首尾相连的环,从第一个人开始从1到3报数,每次数到3的人站出来,问最后剩下的那个人是原先的第几个人。-I with C++ write the prime factorization algorithm and the number of queued message algorithm. Queuing problem: a number of people standing in a ring of end-to-en
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:640byte
    • 提供者:汪发进
  1. 24

    0下载:
  2.  vc++原创算法练习的小程序源码,自动找出24的算法,VC源码可直接编译就行了。-original algorithm of vc++ exercise program source code, automatically find the 24 algorithm VC source code can be compiled directly on the line.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:19.87kb
    • 提供者:汪发进
  1. StuntJumper

    0下载:
  2. 一本书中的VC++游戏教学实例源代码,不知道是一款什么游戏,源码在VC++6.0环境中可以顺利编译,有兴趣的下载本源码包进行测试,其实什么游戏并不重要,领会一些编程思路才是最重要的。-Book teaching of VC++ game source code examples, do not know what is a game, the source code can be successfully compiled in VC++6.0 environment, are interest
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:181.33kb
    • 提供者:汪发进
  1. SpaceOut-3

    0下载:
  2. 一个闪躲障碍或子弹的VC++小游戏模块,可以闪躲子弹,用鼠标控制小车在平面上来回移动,躲闪障碍,避过子弹就算胜利了,类似的游戏有不少了,把源码发上来供大家参考吧。-A Dodge obstacles or bullet VC++ game module can dodge bullets, use the mouse to control the car to move back and forth on a flat surface, dodge obstacles, avoid the bu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:166.63kb
    • 提供者:王志坚
  1. dbg_new

    0下载:
  2. C++内存泄漏检测原理+实例源码下载,是一个跨平台的C++ 内存泄漏检测器的源程序,一个主要缺陷是不支持多线程。分配内存时不进行文件名复制,而只是保存其指针;效率较高-The example source code downloads of C++ memory leak detection principle+ is a the cross platform C++ memory leak detector source, a major shortcoming does not suppor
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:2.52kb
    • 提供者:王志坚
  1. Wanderer

    0下载:
  2.  一个VC++游戏中的模块效果,小人物走路、奔跑效果,用方向键即可在控制小人的走动,当然了,源码还是比较基础的,适合于刚学习VC++游戏编程的朋友们。-A module effect a VC++ game, the little people to walk, run effects, use the arrow keys to control the villain walking, of course, the source is quite basic, suitable for fri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:337.05kb
    • 提供者:王志坚
« 1 2 ... .87 .88 .89 .90 .91 1892.93 .94 .95 .96 .97 ... 15013 »
搜珍网 www.dssz.com