CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 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. 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. 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. 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. 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. 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. mpfr-2.4.2.tar

    0下载:
  2. 一个多精度高效的浮点计算C语言库 , 基于GMP .-The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. MPFR has continuously been supported by the INRIA and the current main authors come from the CACAO and Arénaire proje
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.35mb
    • 提供者:gbios
  1. AKAE_train_task

    0下载:
  2. 北京亚嵌(AKAE)培训--任务task实验代码从应程设计的角度来看,UC/OS-II的任务就是一个线程,就是一个用来解决用户问题的C语言函数和与之相关联的一些数据结构而构成的一个实体。 -Beijing Asia-embedded (AKAE) training- mission task test code from the design point of view should be way, UC/OS-II task is a thread that is used to reso
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:550.72kb
    • 提供者:
  1. paint

    0下载:
  2. 这是一个C++在QT4环境下编写的图形界面,对点,线,区域 进行绘制 -This is a C++ written in QT4 GUI environment, on the point, line, area to draw
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:543.78kb
    • 提供者:覃彦鑫
  1. 24pointsgame

    0下载:
  2. 在Linux环境下,用c++编写的24点游戏程序-In the Linux environment, using c++ written in 24-point games
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1.04kb
    • 提供者:zzjbb_cj
  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. 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. cephes-math-28.tar

    0下载:
  2. Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.67mb
    • 提供者:liyi
  1. uffs-v1.3.3

    1下载:
  2. UFFS v1.3.3 is released. - Simplify flash interface. - Improved bad block handling. - Better support for MLC NAND flash. - Added hardware ECC and RS-ECC controller emulator. - Bug fixes. The biggest change of this rele
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-08-08
    • 文件大小:842.74kb
    • 提供者:saravana raj
  1. points-on-Cs-code.tar

    0下载:
  2. c和指针中的源代码,书中的所有源代码,来源于作者的网站-Point on C s all codes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:25.31kb
    • 提供者:张坤
  1. rich-v1.1

    0下载:
  2. linux终端下C编程练习 大富翁游戏,实现了游戏的基本框架,地图显示,4位玩家的行走,买地交租和一个道具的使用,其他道具暂时不能用,有兴趣可以添加其他的实现,欢迎交流! Linux终端设置成黑底白字显示效果好点!-The the linux terminal under the C programming exercises Monopoly game, the basic framework of the game, map display, four players walking to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:231.72kb
    • 提供者:open
  1. cp1emu

    0下载:
  2. cp1emu.c: a MIPS coprocessor 1 (fpu) instruction emulator MIPS floating point support
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-28
    • 文件大小:7.13kb
    • 提供者:yosingkon
  1. softfloat

    0下载:
  2. This C source file is part of the SoftFloat IEC/IEEE Floating-point Arithmetic Package, Release 2.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:11.46kb
    • 提供者:suncongta
« 12 »
搜珍网 www.dssz.com