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

搜索资源列表

  1. Loki库源码(泛型模式C++库)

  2. Loki is the name of a C++ software library written by Andrei Alexandrescu as part of his book Modern C++ Design.   The library makes extensive use of C++ template metaprogramming and implements several commonly used tools: typelist, functor, singlet
  3. 所属分类:C++

    • 发布日期:2009-09-14
    • 文件大小:2mb
    • 提供者:rendao0563
  1. Visual C++ 编程资源大全(英文源码 其它)

  2. 1,01.zipOutput显示所有的调试信息(5KB)2,02.zipSome general debugging tips一般的调试技巧(11KB)3,03.zipDebugging ISAPI extension调试ISAPI扩展(4KB)4,04.zip<br&g t;LibDump类似DumpBin的工具(10KB)5,05.zipFinding memory leaks发现内存的泄漏(6KB)6,06.zipConvert message ID to a string将消息标
  3. 所属分类:C++

    • 发布日期:2007-10-24
    • 文件大小:10mb
    • 提供者:zhangxucool
  1. C语言编写的病毒源码

  2. /* C-Virus: A generic .COM and .EXE infector Written by Nowhere Man Project started and completed on 6-24-91 Written in Turbo C++ v1.00 (works fine with Turbo C v2.00, too) */ #pragma inline // Compile to .ASM #include #include # include #include #i
  3. 所属分类:C

    • 发布日期:2009-10-15
    • 文件大小:2kb
    • 提供者:as86238582
  1. linux 0.11源码 带中文注释

  2. /* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。 #include // *.h 头文件所在的默认目录是include/,则在代码中就不用明确指明位置。 // 如果不是UNIX 的标准头文件,则需要指明所在的目录,并用双引号括住。 // 标准符号常数与类型文件。定义了各种符号常数和类型,并申明了各种函 数。 // 如果定
  3. 所属分类:网络攻防

    • 发布日期:2009-10-24
    • 文件大小:284kb
    • 提供者:wangbin6818
  1. coreutils linux终端源码

  2. coreutils-8.5.tar.gz 贴段CAT的大伙瞅瞅 /* cat -- concatenate files and print on the standard output. Copyright (C) 1988, 1990-1991, 1995-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the t
  3. 所属分类:C

    • 发布日期:2010-09-02
    • 文件大小:10mb
    • 提供者:paomadi
  1. 基于csp的rsa加解密(C++)

  2. 基于csp的rsa加解密,c++源码 加密过程: DWORD dwCount; DWORD dwBufferLen = 200 ; BYTE p[100]="Hello every man ,I am a good man in HUN.My number is:20070830325"; dwCount= strlen((char *)p)+1; if(!CryptEncrypt(phKey,0,1,0,(BYTE *)p,&dwCount,200) ) { cout<<"the
  3. 所属分类:C++

    • 发布日期:2010-11-22
    • 文件大小:4kb
    • 提供者:LuDreaming
  1. linux - 0.11 源码 带中文注释

  2. /* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。 #include // *.h 头文件所在的默认目录是include/,则在代码中就不用明确指明位置。 // 如果不是UNIX 的标准头文件,则需要指明所在的目录,并用双引号括住。 // 标准符号常数与类型文件。定义了各种符号常数和类型,并申明了各种函数。 // 如果定义
  3. 所属分类:网络攻防

    • 发布日期:2010-12-02
    • 文件大小:273kb
    • 提供者:wu_wenyang
  1. GNU C Library (v2.14) 源码和手册

  2. Any Unix-like operating system needs a C library: the library which defines the ``system calls'' and other basic facilities such as open, malloc, printf, exit... The GNU C library is used as the C library in the GNU system and most systems with the
  3. 所属分类:Linux

    • 发布日期:2012-01-12
    • 文件大小:23mb
    • 提供者:russellluo
  1. 一个不错的地形编辑器源码.zip

  2. /****************************************************************************************/ /* Compiler.cpp */ /* */ /* Author: Jim Mischel */ /* Descr iption: Dialog and thread code for compiling maps with gbsplib */ /* */ /* The contents of this fi
  3. 所属分类:C++

    • 发布日期:2012-12-10
    • 文件大小:3mb
    • 提供者:aresguo66
  1. boa-0.94.13.tar.gz

  2. webserver移植主要分为BOA移植和CGI的移植。 1、BOA移植 1.1 设置编译环境 boa 的官方网站是:www.boa.org,下载地址: https://sourceforge.net/project/showfiles.php?group_id=78,下载的版本为:boa-0.94.13 版。 #tar xvfz boa-0.94.13.tar.gz -C /opt/EmbedSky/ 1.2 配置编译条件 配置 boa: #cd /opt/EmbedSky/boa-0.94
  3. 所属分类:网络设备

    • 发布日期:2013-09-09
    • 文件大小:119kb
    • 提供者:wpeng5641
  1. C语言实战105例(带源码)

  2. C语言实战105例(带源码)+c语言趣味程序100例.pdf such as 1) #include #include #define BUFFERSIZE 1024 /*允许处理的最长行有1024个字符*/ int main() { int a,b,sum; /*将输入的两个数分别存储在变量a和b中,sum=a+b*/ char buffer[BUFFERSIZE]; printf("***********************************\n"); printf("* Wel
  3. 所属分类:C/C++

    • 发布日期:2014-06-28
    • 文件大小:5mb
    • 提供者:wjqdqq
  1. Posix多线程程序设计源码

  2. Posix多线程程序设计书中实例源码。 头文件errors.h #ifndef __errors_h #define __errors_h #include #include #include #include #include /* * Define a macro that can be used for diagnostic output from * examples. When compiled -DDEBUG, it results in calling printf *
  3. 所属分类:C

    • 发布日期:2015-10-10
    • 文件大小:66kb
    • 提供者:lincoln_2012
  1. word2vec源码解析.pdf

  2. word2vec 是浅层神经网络训练出来的稠密向量表示的一种方法。应用于自然语言处理过程中。word2vec. c 2014/6/99:31 f(a > MAX STRING -1)a / Truncate too long words 114 115word[a]=0;//字符串结束符 116 117 118// Returns hash value of a word 119//计算单词的hash码 120 int GetWordHash(char *word) unsigned lo
  3. 所属分类:深度学习

    • 发布日期:2019-07-04
    • 文件大小:117kb
    • 提供者:scnuzjf
  1. clogger:用C编写的轻量级日志记录库-源码

  2. 记录器 用C编写的轻量级功能日志记录库 入门 您需要的所有工具都包含在一个标头中: clogger.h 。只需将其包含在您的C / C ++项目中,然后调用标准的clog_message函数即可,该函数将一个位置(通常是函数名)和一条消息作为参数。 message参数像标准的printf()一样支持C样式格式的字符串。 # include int main () { clog_message (__FUNCTION__, " Greetings, universe! " );
  3. 所属分类:其它

    • 发布日期:2021-03-18
    • 文件大小:11kb
    • 提供者:weixin_42134240
  1. printf-源码

  2. _Printf 概要 这是printf函数的简单实现,用于格式化和打印数据 描述 _printf()函数根据下面描述的格式产生输出。 此函数将其输出写入标准输出流stdout。 函数成功时返回打印的字符数,函数失败时返回-1。 可用的转换说明符为: %c: Prints a single character. %s: Prints a string of characters. %d: Prints integers. %i: Prints integers. %b: Prints t
  3. 所属分类:其它

    • 发布日期:2021-03-17
    • 文件大小:13kb
    • 提供者:weixin_42116650
  1. printf-源码

  2. _printf _printf是C编程函数printf的自定义实现。 自2017年5月1日启动该程序以来,该项目是3组学生所学的C编程知识的应用。 原型: int _printf(const char *, ...); 例子 细绳 输入: _printf("%s\n", 'This is a string.'); 输出: This is a string. 特点 输入: _printf("The first letter in the alphabet is %c\n", 'A');
  3. 所属分类:其它

  1. printf:printf项目-源码

  2. _printf _printf是C编程函数printf的自定义实现。 此项目是14组学生所学的C编程知识的应用。 原型: int _printf(const char *, ...); 一些例子 整数 输入: _printf("There are %i dozens in a gross\n", 12); 产出: There are 12 dozens in a gross 特点 输入: _printf("The first letter in the alphabet is %c\n"
  3. 所属分类:其它

    • 发布日期:2021-03-16
    • 文件大小:18kb
    • 提供者:weixin_42109545
  1. printf:printf功能-源码

  2. 印刷品 印刷品简介 这是printf函数的简单实现,用于格式化和打印数据。 _printf()函数根据下面描述的格式产生输出。 此函数将其输出写入标准输出流stdout。 函数成功时返回打印的字符数,函数失败时返回-1。 可用的转换说明符为: %c: Prints a single character. %s: Prints a string of characters. %d: Prints integers. %i: Prints integers. %b: Prints the bi
  3. 所属分类:其它

  1. printf-源码

  2. 0x11。 C-printf Foundations - Low-level programming & Algorithm ― Hatching out By Julien Barbier, co-founder & CEO at Holberton School Project to be done in teams of 2 people (your team: Gabriel Vázquez, Yared Torres Ongoing project - started 03-12-2
  3. 所属分类:其它

  1. printf-in-C-源码

  2. C语言中的printf 如何运行检查器 make 关于 外部来源 来自swap(),reverse(),itua() 修改itoa()以适合项目 itoa接受的参数是长类型的 六进制的特殊情况,转换后也使用tolower() 执行 我选择分配3个动态数组以操纵字符串: aux:从itoa()返回返回的字符串 string:对于'%s',取自va_list中的字符串 out:最终字符串,其中包含所有修改内容,仅用于打印 我还使用了一个名为getArg的长变量,以便从va_list中获取参数,因为
  3. 所属分类:其它

    • 发布日期:2021-03-09
    • 文件大小:34kb
    • 提供者:weixin_42131443
« 12 »