您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. VC++常用的共用函数100多页

  2. 相关网站 7 设置窗口最大最小 7 设置窗口标题 7 去掉主菜单 7 修改应用程序图标 7 系统只能允许一个程序运行 7 在状态栏中添加时间 8 研究调用存储过程 8 得到本机的IP地址 9 vc调用chm文件 10 最高窗口的实现 10 防止Edit框中的Password不保密 11 在同一系统中显示GB字符和BIG5字符 12 改变颜色(整个窗体的控件) 13 改变工程表头栏 13 ◆如何找开一个DiaLog的窗口◆ 13 ◆得到系统中设置的窗口颜色◆ 14 ◆如何让点下去的菜单成为V状态
  3. 所属分类:C++

    • 发布日期:2009-05-21
    • 文件大小:741kb
    • 提供者:karach
  1. 用户名密码查询findpass

  2. // Find Password from winlogon in win2000 / winnt4 + FindPass.cpp // 1. http://www.smidgeonsoft.com/ // 2. shotgun add comment, bingle change a little to find other user in winlogon // This code is licensed under the te rms of the GPL (gnu public l
  3. 所属分类:网络攻防

    • 发布日期:2009-07-15
    • 文件大小:106kb
    • 提供者:jfliao
  1. ImpREC 1.7c

  2. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= ~ Import REConstructor v1.7c FINAL by MackT/uCF2000 in 2001-2008 ~ = = ~ - *for Windows 9x, ME, NT, 2K, XP, Vista32/64* - ~ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
  3. 所属分类:C#

    • 发布日期:2009-09-20
    • 文件大小:415kb
    • 提供者:cmyl2006
  1. 统计学习的matlab源代码

  2. Introduction to sltoolbox sltoolbox (Statistical Learning Toolbox) organizes a comprehensive set of matlab codes in statistical learning, pattern recognition and computer vision. It includes 256 m-files in 24 categories, which are from low-level com
  3. 所属分类:其它

    • 发布日期:2009-10-11
    • 文件大小:4mb
    • 提供者:PRTsinghua
  1. VC++常用功能实例

  2. 相关网站 7 设置窗口最大最小 7 设置窗口标题 7 去掉主菜单 7 修改应用程序图标 7 系统只能允许一个程序运行 7 在状态栏中添加时间 8 研究调用存储过程 8 得到本机的IP地址 9 vc调用chm文件 10 最高窗口的实现 10 防止Edit框中的Password不保密 11 在同一系统中显示GB字符和BIG5字符 12 改变颜色(整个窗体的控件) 13 改变工程表头栏 13 ◆如何找开一个DiaLog的窗口◆ 13 ◆得到系统中设置的窗口颜色◆ 14 ◆如何让点下去的菜单成为V状态
  3. 所属分类:C++

    • 发布日期:2010-01-25
    • 文件大小:130kb
    • 提供者:linli151
  1. 操作系统实验,CPP程序

  2. CPP程序 #include "stdio.h" #include #include #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB */ char name[10]; char state; int super; int ntime; int rtime; struct pcb* link; }*ready=NULL,*p; typedef struct
  3. 所属分类:网络攻防

    • 发布日期:2010-05-04
    • 文件大小:41kb
    • 提供者:happygrassncusc
  1. VC++常用功能实例

  2. 相关网站 7 设置窗口最大最小 7 设置窗口标题 7 去掉主菜单 7 修改应用程序图标 7 系统只能允许一个程序运行 7 在状态栏中添加时间 8 研究调用存储过程 8 得到本机的IP地址 9 vc调用chm文件 10 最高窗口的实现 10 防止Edit框中的Password不保密 11 在同一系统中显示GB字符和BIG5字符 12 改变颜色(整个窗体的控件) 13 改变工程表头栏 13 ◆如何找开一个DiaLog的窗口◆ 13 ◆得到系统中设置的窗口颜色◆ 14 ◆如何让点下去的菜单成为V状态
  3. 所属分类:C++

    • 发布日期:2010-06-08
    • 文件大小:130kb
    • 提供者:greatverve
  1. 猫抓老鼠游戏(C++实现)

  2. 猫抓老鼠游戏,下面是部分代码 #include using namespace std; const int length=22; //a[0]将不使用,故如果要测试21只老鼠,此处应填22 bool a[length]; //用来记录对应某只老鼠是否已经排列进去 int b[length]; //储存老鼠排列顺序 void range(int n); //递归,直到走到了递归的底部,检查是否能完成抓捕 void check(); //检查当前排列顺序是否能通过 int maxno(bool*
  3. 所属分类:C++

  1. VC++常用功能实例

  2. 设置窗口最大最小 7 设置窗口标题 7 去掉主菜单 7 修改应用程序图标 7 系统只能允许一个程序运行 7 在状态栏中添加时间 8 研究调用存储过程 8 得到本机的IP地址 9 vc调用chm文件 10 最高窗口的实现 10 防止Edit框中的Password不保密 11 在同一系统中显示GB字符和BIG5字符 12 改变颜色(整个窗体的控件) 13 改变工程表头栏 13 ◆如何找开一个DiaLog的窗口◆ 13 ◆得到系统中设置的窗口颜色◆ 14 ◆如何让点下去的菜单成为V状态◆ 14 ◆如
  3. 所属分类:C++

    • 发布日期:2010-06-27
    • 文件大小:130kb
    • 提供者:losdaivy
  1. System Hardware Information Finder

  2. This article is an update to my previous articles on the same topic. I started this utility to get some basic information about the hardware. After that I have received some emails from some of our fellow programmers, who are frequent visitors of th
  3. 所属分类:Access

    • 发布日期:2010-07-26
    • 文件大小:27kb
    • 提供者:hloveloveu
  1. cpp-check 源码

  2. cpp-check 源码,适合WINDOWS系统编译。
  3. 所属分类:C++

    • 发布日期:2010-09-19
    • 文件大小:805kb
    • 提供者:shouhuxing1
  1. JsonRpc-Cpp

  2. JsonRpc-Cpp - JSON-RPC implementation. * Copyright (C) 2008-2011 Sebastien Vincent * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Sof
  3. 所属分类:C++

    • 发布日期:2011-11-30
    • 文件大小:184kb
    • 提供者:fuli1215
  1. C#&Cpp;自我提升权限

  2. 一个可以提升权限的例子 This example demonstrates how to check the privilege level of the current process, and how to self-elevate the process by giving explicit consent with the Consent UI.
  3. 所属分类:C#

    • 发布日期:2012-01-28
    • 文件大小:38kb
    • 提供者:zhaowb82
  1. cppcheck for VC

  2. CppCheck extension for VC
  3. 所属分类:其它

    • 发布日期:2014-10-04
    • 文件大小:35kb
    • 提供者:vali29
  1. cpp checker

  2. ========= Cppcheck ========= About The original name of this program is "C++check" but it was later changed to "cppcheck". Manual A manual is available online: http://cppcheck.sourceforge.net/manual.pdf Compiling Any C++11 compiler should work. For
  3. 所属分类:嵌入式

    • 发布日期:2015-09-20
    • 文件大小:1mb
    • 提供者:xianting77
  1. cpp-check 代码审查小工具

  2. Cppcheck代码审查工具
  3. 所属分类:C++

    • 发布日期:2016-10-14
    • 文件大小:7mb
    • 提供者:saiwaifeihong
  1. cpp check For VS

  2. cpp check
  3. 所属分类:C++

    • 发布日期:2017-04-21
    • 文件大小:9mb
    • 提供者:ucliaohh
  1. CRC16 CCITT.cpp

  2. 外文名:Cyclic Redundancy Check 简介:CRC即循环冗余校验码(Cyclic Redundancy Check):是数据通信领域中最常用的一种查错校验码,其特征是信息字段和校验字段的长度可以任意选定。循环冗余检查(CRC)是一种数据传输检错功能,对数据进行多项式计算,并将得到的结果附在帧的后面,接收设备也执行类似的算法,以保证数据传输的正确性和完整性。
  3. 所属分类:制造

    • 发布日期:2019-01-22
    • 文件大小:655byte
    • 提供者:weixin_44114547
  1. Check failed: error == cudaSuccess (74 vs. 0) misaligned address

  2. 以下摘自github hoszbh的回答 https://github.com/BVLC/caffe/issues/5729 modifying cudnn_conv_layer.cpp and aligning the address to be multiples of 32. You can insert tow lines of code before size_t total_max_workspace = ... as follow: size_t m=32;
  3. 所属分类:其它

    • 发布日期:2021-01-08
    • 文件大小:21kb
    • 提供者:weixin_38675967
  1. cpp-anti-debug:C ++中的反调试库-源码

  2. cpp防调试 一个提供调试器检测的c ++库。 入门 这些说明将为您提供在本地计算机上运行并运行的项目的副本,以进行开发和测试。 从字面上下载并包含 然后您可以使用 #include anti_debug.hpp //will return security::internal::debug_results::none if no debuggers etc. were found, returns the specific code if something was found //see
  3. 所属分类:其它

    • 发布日期:2021-03-10
    • 文件大小:11kb
    • 提供者:weixin_42117032
« 12 3 »