搜索资源列表

  1. memset

    0下载:
  2. memset,memcpy和strcpy-memset, memcpy and htpasswd
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1116
    • 提供者:zxk
  1. WINCEDB5.0

    0下载:
  2. wince 自带的DB数据库编译,由CEDBUse修改下,主要是修改了编译通不过,通过后操作不正常,还有验证在MIPS和ARM分别完成数据库操作(增加,删除,修改) 一开始本人以为自带的数据库只支持四列,原来不是指这个意思而是指4种索引!所以在本源码里已经在表里加入了五列数据! 主要包含文件: CEDBUseDlg.cpp CEDBUseDlg.h StudentInputDlg.cpp StudentInp
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:52173
    • 提供者:lzy
  1. vc21487899244

    0下载:
  2. 主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open(\"FileExt.txt\",Cfile::mod
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:41579
    • 提供者:HUGH RENNY
  1. QueueTest

    0下载:
  2. VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include \"Queue.h\" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:34517
    • 提供者:zj
  1. 减少内存占用

    1下载:
  2. 优化C++程序编译效率的实例
    (1)自定义程序的入口
    (2)合并区段
    (3)不用调malloc,free等函数
    (3)不用cout来输出,cin来输入
    (4)如果调用了很多库函数如memset,stycpy等等
    的话,请导入msvcrt.lib,不然编译器会在程序里面
    导入静态库,这样的话程序就会大很多。。
    (5)...

  3. 所属分类:系统编程

    • 发布日期:2009-02-10
    • 文件大小:5807
    • 提供者:newviews
  1. QueueTest

    0下载:
  2. VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef T
  3. 所属分类:通讯编程

    • 发布日期:2024-06-06
    • 文件大小:33792
    • 提供者:zj
  1. memset

    0下载:
  2. memset,memcpy和strcpy-memset, memcpy and htpasswd
  3. 所属分类:C#编程

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:zxk
  1. code_for_icc_avr2

    0下载:
  2. iccavr编译器下的源代码,一共有两个部分,这是第二个部分-iccavr the compiler source code, a total of two parts, this is the second part
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-06
    • 文件大小:28672
    • 提供者:把儿
  1. WINCEDB5.0

    0下载:
  2. wince 自带的DB数据库编译,由CEDBUse修改下,主要是修改了编译通不过,通过后操作不正常,还有验证在MIPS和ARM分别完成数据库操作(增加,删除,修改) 一开始本人以为自带的数据库只支持四列,原来不是指这个意思而是指4种索引!所以在本源码里已经在表里加入了五列数据! 主要包含文件: CEDBUseDlg.cpp CEDBUseDlg.h StudentInputDlg.cpp StudentInp
  3. 所属分类:Windows CE

    • 发布日期:2024-06-06
    • 文件大小:52224
    • 提供者:lzy
  1. vc21487899244

    0下载:
  2. 主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open("FileExt.txt",Cfile::modeR
  3. 所属分类:文档资料

    • 发布日期:2024-06-06
    • 文件大小:40960
    • 提供者:HUGH RENNY
  1. justforfun

    1下载:
  2. srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE] memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT] printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE]
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:4096
    • 提供者:xrgj
  1. yacc

    0下载:
  2. srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE] memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT] printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE]
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:11264
    • 提供者:xrgj
  1. check_switchcase

    0下载:
  2. 代码检查工具 只要简单一些switch case的配对 以及类里面memset的使用,防止盖了虚表-A simple code inspection tool switch case some type of matching, as well as the use of memset inside to prevent the cover of the virtual table
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:237568
    • 提供者:lionline
  1. huffman

    0下载:
  2. 在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。-Online to find the simplest, fastest Huffman. This method does not use any extension of the dynamic libraries, such a
  3. 所属分类:压缩解压

    • 发布日期:2024-06-06
    • 文件大小:14336
    • 提供者:zhaoyibin
  1. SimpleQuickHuffmanCode

    0下载:
  2. 本文描述在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。 大家都会发现,理解甚至修改这个编码都很容易-This article describes the Internet to find the simplest, fastest Huffman. This method
  3. 所属分类:压缩解压

    • 发布日期:2024-06-06
    • 文件大小:145408
    • 提供者:李虚东
  1. 3

    0下载:
  2. 本文描述在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。 -This article describes the Internet can find the simplest, most fast Huffman coding. This method does not use
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:13312
    • 提供者:mxb
  1. Memset_Memcpy_Strcpy

    0下载:
  2. Memset、Memcpy、Strcpy 的作用和区别-Memset, Memcpy, Strcpy distinction between the role and
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:6144
    • 提供者:ready
  1. mem-memset

    0下载:
  2. memset: Simple memory set in various ways for Linux v2.13.6.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:dingherrai
  1. memset

    0下载:
  2. Most apps use memset sanely. Memsetting about 3.4 bytes or less get penalized here compared to the generic implementation Source Code for Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:3072
    • 提供者:puiwivd
  1. memset

    0下载:
  2. 在linux环境下memset()函数简单的宏,可以学习用-In the Linux environment memset () function simple macros, can learn to use
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-06-06
    • 文件大小:3072
    • 提供者:柏胜
« 12 3 »

源码中国 www.ymcn.org