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

搜索资源列表

  1. c编译器源代码

  2. CONSOLE APPLICATION : C_Minus AppWizard has created this C_Minus application for you. This file contains a summary of what you will find in each of the files that make up your C_Minus application. C_Minus.dsp This file (the project file) contains in
  3. 所属分类:C

    • 发布日期:2004-06-25
    • 文件大小:353280
    • 提供者:chenxh
  1. 考试中的人机对话C++编程例子之一

  2. ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : 考试 ======================================================================== AppWizard has created this 考试 application for you. This applica
  3. 所属分类:C++

    • 发布日期:2009-05-31
    • 文件大小:96256
    • 提供者:whwits
  1. 迷宫游戏的c++源程序

  2. C++迷宫源码 WIN32 APPLICATION : maze AppWizard has created this maze application for you. This file contains a summary of what you will find in each of the files that make up your maze application. maze.cpp This is the main application source file. maze
  3. 所属分类:C++

    • 发布日期:2009-07-20
    • 文件大小:119808
    • 提供者:yjbbrqw
  1. 用C++写的MP3播放器源码

  2. MP3流媒体的播放器,是用C++写的。 ============================================= MICROSOFT FOUNDATION CLASS LIBRARY : AVI Player ============================================= AppWizard has created this AVI Player application for you. This application not only demo
  3. 所属分类:C++

    • 发布日期:2010-08-30
    • 文件大小:12288
    • 提供者:kevinmoumou
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. 交通标志识别c++源代码

  2. 交通标志识别,用的是神经网络模型,======================================================================== CONSOLE APPLICATION : WekaPreprocess Project Overview ======================================================================== AppWizard has created this WekaP
  3. 所属分类:C++

    • 发布日期:2012-06-09
    • 文件大小:18874368
    • 提供者:gifts1912
  1. obj-c-makefile

  2. obj-c, win 环境下的 makefile 和简单的程序,自己用的
  3. 所属分类:其它

    • 发布日期:2012-09-10
    • 文件大小:21504
    • 提供者:dahuihuilang_
  1. 命令行编译C++Builder_Delphi项目

  2. 命令行编译C++Builder/Delphi项目 一直以来,Delphi 都可以用命令行 dcc32 ProjectName.dpr 对项目进行编译链接,非常方便,Delphi对项目文件的参数配置处理的很简单,便于阅读处理起来也很直观,编译的中间文件也很简单(dcu,dcp)。 而C++Builder就没那么幸运了,因为包含了C++的特征,各种编译的中间文件:lib,obj,res,map,tds。后来新版又增加了一些预编译文件:ilc,ild,ilf,...,pch,#00,...等等等等,
  3. 所属分类:Delphi

    • 发布日期:2012-09-12
    • 文件大小:20480
    • 提供者:c4030
  1. 20121211 1559 BMP2JPG 调用libjpeg库.7z

  2. 介绍如何在linux下编译生成libjpeg库,然后调用libjpeg库将BMP图片转成JPG图片。 tar jvxf libtool-2.2.4.tar.bz2 cd libtool-2.2.4/ ./configure CC=arm-linux-gnu-gcc --build=i686-linux --host=arm-linux --prefix=$PWD/_install ./configure CC=gcc --build=i686-linux --prefix=$PWD/_inst
  3. 所属分类:C

    • 发布日期:2012-12-11
    • 文件大小:1048576
    • 提供者:wb49163
  1. c++ dsa数字签名

  2. ======================================================================== CONSOLE APPLICATION : ATLsample4test ======================================================================== AppWizard has created this ATLsample4test application for you. Thi
  3. 所属分类:C++

    • 发布日期:2013-02-25
    • 文件大小:3145728
    • 提供者:as375256234
  1. C++ 爬虫程序

  2. 利用C++写的爬虫 适合初学者 AppWizard has created this Spider application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summar
  3. 所属分类:C++

    • 发布日期:2013-03-25
    • 文件大小:67584
    • 提供者:lnjphjh123
  1. PICTURE GAME

  2. 基于C++的拼图游戏 AppWizard has created this PictureGame1 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summa
  3. 所属分类:C++

    • 发布日期:2013-11-12
    • 文件大小:1024
    • 提供者:u012816020
  1. Elevator电梯系统

  2. c语言编写的电梯系统,详细信息如下 ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : Lift ======================================================================== AppWizard has created this Lift application
  3. 所属分类:C++

    • 发布日期:2008-11-12
    • 文件大小:371712
    • 提供者:lynn0617
  1. The Swift Programming Language

  2. Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flex
  3. 所属分类:iOS

    • 发布日期:2016-03-04
    • 文件大小:4194304
    • 提供者:perklunt
  1. Linux Make File(中文版)

  2. 陈皓 (CSDN) 概 述 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows 的IDE 都为你做了这个工作,但我觉得要作一个好的和professional 的程序员, makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专 业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不 自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工 程的能力。 因为,m
  3. 所属分类:C++

    • 发布日期:2009-02-06
    • 文件大小:539648
    • 提供者:leewjsy
  1. 用VC++编写的基于C的聊天系统

  2. ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : Chat ======================================================================== AppWizard has created this Chat application for you. This app
  3. 所属分类:C++

    • 发布日期:2009-03-13
    • 文件大小:1048576
    • 提供者:hh0120
  1. C语言字符串转换为Python字符串的方法

  2. 问题 怎样将C中的字符串转换为Python字节或一个字符串对象? 解决方案 C字符串使用一对 char * 和 int 来表示, 你需要决定字符串到底是用一个原始字节字符串还是一个Unicode字符串来表示。 字节对象可以像下面这样使用 Py_BuildValue() 来构建: char *s; /* Pointer to C string data */ int len; /* Length of data */ /* Make a bytes object */ PyObject *obj
  3. 所属分类:其它

    • 发布日期:2020-12-17
    • 文件大小:48128
    • 提供者:weixin_38546024
  1. cstar:一个简单的C基础项目开始-源码

  2. 明星 C开始 一个简单的C基础项目开始 与兼容 不要更改Makefile中的变量,请创建config.mak 项目结构 默认情况下,cstar搜索以下文件夹: include/头src/来源 和Makefile创建以下文件夹: bin/放置二进制文件obj/放置对象lib/放置静态和动态库 设置音乐 创建一个musl/ (或其他任何文件)文件夹,从[ ]下载编译器并解压缩 将MUSL_BASE_DIR设置为musl/将MUSL_TARGET设置为musl目标拱门: x86_64-w64-mi
  3. 所属分类:其它

    • 发布日期:2021-03-12
    • 文件大小:6144
    • 提供者:weixin_42143806
  1. obj2voxel:将OBJ和STL文件转换为体素,并支持纹理。 用纯C ++ 17和CMake编写。 没有光线追踪或切片或OpenGL恶作剧。 仅使用3D交集即可快速而强大。 简单为-源码

  2. obj2voxel obj2voxel是用于Wavefront OBJ文件的命令行体素器。 它使用加载OBJ文件,并使用编写体素模型。 安装 下载可执行文件。 有适用于Windows和Linux的预编译二进制文件。 或者,如果要从源代码构建,请按照以下步骤操作(在Linux上): mkdir build cd build cmake .. make # optionally with -j option for multithreaded compile 安装后,可执行文
  3. 所属分类:其它

    • 发布日期:2021-03-05
    • 文件大小:293888
    • 提供者:weixin_42107374
  1. dynamix:C ++中多态性的新观点-源码

  2. DynaMix( Dynamic Mixins)是多态性的新观点。 它使用户可以在C ++的运行时组成和修改多态对象。 该库是创建项目体系结构而不是实现其目的的一种方法。 它致力于最大的性能和最小的内存开销。 DynaMix非常适合包含非常复杂对象的系统的软件架构,这些对象包括但不限于: 游戏(尤其是角色扮演游戏或策略) CAD系统 企业系统 UI库 该库使用dynamix::object类型作为占位符,可以使用现有的类(mixins)扩展其实例,从而为特定实例提供所有这些类型的功能。
  3. 所属分类:其它

    • 发布日期:2021-02-03
    • 文件大小:746496
    • 提供者:weixin_42172972
« 12 3 4 5 6 7 »