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

搜索资源列表

  1. uni_include

    0下载:
  2. 积下的一点C++编程序库源码-plot under Part C of the point source library
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:32.35kb
    • 提供者:hangj
  1. iseemem

    0下载:
  2. 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术,防护效果有了一个质的提升。YZ 编写,编译器:VC6。-for C or C program memory protection system, which can effectively detect memory leaks and memory reader unu
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:23.18kb
    • 提供者:钱 峰
  1. cal24point

    0下载:
  2. 用C写的一个算24点代码,使用逆波兰表达式的求值。-C counting write a 24 point code, the use of reverse Polish expression is evaluated.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:webb
  1. evenFFT

    0下载:
  2. this file is even FFT, max point is 8192,this file \"fft4g.c\" is computer this file \"how_to_use_fft.c\" is call function \"fft4g.c\"-this file is even FFT, max point is 8192. this file "fft4g.c" is this computer file "how_ to_use_fft
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.53kb
    • 提供者:黃彥柏
  1. HOST

    0下载:
  2. C#点对点通信. C#点对点通信. -point-to-point communications. C# point-to-point communication. C# point-to-point communication. C# point-to-point communication. Point C# point communications. C# point-to-point communication. C# point-to-point communication. C# p
  3. 所属分类:系统编程

    • 发布日期:2014-01-15
    • 文件大小:24.45kb
    • 提供者:tansoft
  1. c++ 编程中你最需注意的地方

    0下载:
  2. 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。   这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are ap
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4.81kb
    • 提供者:黄兴
  1. minidwep

    0下载:
  2. minidwep-gtk,一个aircrack-ng的图形前端gui, 全中文,比spoonwep好用 [attach]95802[/attach] 遵守规定,点确定 [attach]95803[/attach] 看看 左边有没有你的网卡,如果没有,说明软件不支持 你的 ... 想要的东西出来了 -minidwep-gtk, a graphical front-end aircrack-ng gui, all Chinese, easy to use than sp
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:1.36mb
    • 提供者:wyaqu
  1. CFileTransfer

    1下载:
  2. 基于VC++6.0点对点的文件传输。socket编程 tcp/ip- Design and Realization of Point-to-Point Files Transfer with Visual C++6.0
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1.17kb
    • 提供者:黄涛
  1. shortestPath

    0下载:
  2. 基于AE用c#来实现最短路径分析的功能。可以查询距离最近的点。-Based on AE with c# to achieve the shortest path analysis functions. Can query the nearest point.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:99.13kb
    • 提供者:李艳
  1. Matrix_Addition_PVM

    0下载:
  2. C programs for adding two matrices parallely usinf Parallel Virtual Machine(PVM).It is working and can be used as a starting point to familiarize PVM
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.29kb
    • 提供者:Yes
  1. BignumberAndRSA

    0下载:
  2. 大数实现的代码,使用了DWORD,在c++下实现,为RSA算法做准备,欢迎指出不足-Lump sum for the implementation of the code, the use of the DWORD, at c++ under implementation, preparation for the RSA algorithm to do are welcome to point out that less than
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.58kb
    • 提供者:downloadasd
  1. 111

    0下载:
  2. 试了很多 关机软件都不能在计算机锁定的状态下执行关机操作, 最近看到一款 "关机酷XP"的就能在这样的环境下执行关键/注销的 操作,于是简单的分析了下,发现作者只是用ExitWindowsEx 这个API 就实现了,本以为很复杂啊..-_-|. 昨天晚上看了点delphi,手痒,试着 用delphi写了下,还真能用..只是不知道delphi如何实现C那样接受命 令行参数呢?用GetCommandline的话,在delphi操作字符串还真不熟练, 故此就写成这样.. -
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1.07kb
    • 提供者:田浩
  1. who

    0下载:
  2. 系统调用 将字符串参数name的内容拷贝到内核中保存下来 将内核中由iam()保存的名字拷贝到name指向的用户地址空间中,同时确保不会对name越界访存-System call will copy the contents of the string parameter name into the kernel by the kernel to survive iam () to save a copy to the name point to the name of the user add
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:812byte
    • 提供者:金淼
  1. c_and_the_pointer

    0下载:
  2. c和指针一书的代码和课后习题答案,相当有价值。-c and the pointer of the book code and after-school Exercise answers, quite valuable.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:271.37kb
    • 提供者:xiaohan
  1. mmtrie

    0下载:
  2. 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5.08kb
    • 提供者:王涛
  1. point

    0下载:
  2. C语言的例子,网上都说指针很难理解,看了这个例子,基本就掌握了指针-C language example, the Internet say that the pointer is difficult to understand, read this example, the basic indicators on the master
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1.27kb
    • 提供者:biny
  1. sumxypoints.c.tar

    0下载:
  2. ROOT点图的画法,需要安装ROOT软件。LINUX下编译通过。-ROOT point map painting, need to install the ROOT software. Compile under LINUX.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1.79kb
    • 提供者:wangxs
  1. c

    0下载:
  2. 首先启动VM_Linux系统 启动后 在虚拟机菜单栏点“虚拟机” 然后点“安装VMware Tools” 然后虚拟机会加载CD-ROM...有.TAR文件 也有RPM文件,我选择了.TAR文件(看网上的文章说兼容效果能好点) -After the first start VM_Linux system startup point in the Virtual Machine menu bar " virtual machine" and then click " I
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2.79kb
    • 提供者:xuanwomingren
  1. point-solo

    0下载:
  2. C++语言的单点定位,包括时间坐标系统的相互转化,单点定位的原理-Single point positioning of C++ language, C++ language single point positioning, C++ language single point positioning,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:53.5kb
    • 提供者:wangyangjun
  1. learn-node-point-CPP

    0下载:
  2. 易学C++结点指针案例,很好的学习资料哦-The learn C++ node pointer cases, learning materials, oh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:823byte
    • 提供者:吴祥
« 12 3 4 »
搜珍网 www.dssz.com