CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C how to program

搜索资源列表

  1. apus2an.tar

    0下载:
  2. This Program Shows How To Create A Simple Market Basket Analysis In C++ Using rand() function to generate item type and item quantity
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:94593
    • 提供者:deni
  1. C_Plus_Plus_effective

    0下载:
  2. 这并不是一本C++参考工具书,也不是一本让你从头学习C++的书。例如,虽然我热切告诉你一些有关「撰写自己的operator new」的注意事项(条款7~10),但是我假设你可以从其他地方获知,operator new必须传回一个void*,其第一引数的型别必须是size_t。许多C++语言书可以带给你这样的资讯。 这本书的目的是要强调那些其他书籍往往浅浅带过(如果有的话)的C++程式设计概念。其他书籍描述的是C++语言的各个成份,本书则告诉你如何将那些成份组合起来,完成一个有效的程式
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:464313
    • 提供者:5263
  1. JNI_C

    0下载:
  2. How to use java call c program? JNI will help you.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:29146
    • 提供者:lkdata
  1. android_socket_parcel

    0下载:
  2. Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:126454
    • 提供者:code998
  1. chm

    0下载:
  2. C#中定时器的使用,使用开发环境VS2008-this program tell you how to use C# Timer under development environment of VS2008
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-07
    • 文件大小:41428
    • 提供者:陈明
  1. chmfun

    0下载:
  2. C#中定时器的使用,还有闪烁的画面,很好玩的哟-this program shows you how to use C# timer ,and it is very funny.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:41583
    • 提供者:陈明
  1. my_thread

    0下载:
  2. 演示了在c语言中怎么调用windowsAPI创建线程,对于学习操作系统有帮助哦-This small program shows you how to create thread in C program language.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2373779
    • 提供者:陈明
  1. bujindianjijiasu

    0下载:
  2. 用C语言程序写的关于如何使用步进电机来加速的。-Written using C language program on how to use the stepper motor to accelerate.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:11078
    • 提供者:林寒天
  1. glmdi

    0下载:
  2. VISUAL C++ 6.0 OPENGL的演示程序.想要的功能都能在这里找到-this program is about how to use opengl function in visual c++
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3564925
    • 提供者:小白
  1. inheritanc

    0下载:
  2. This program gives a guide to beginners on how to use inheritance effectively in C/C++ A good source to learn using Inheritance in c/c++.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:2492
    • 提供者:Hancy Samurai
  1. filesAndstreams

    0下载:
  2. It provides source codes on how to work with files and streams in c/c++. Also has a source code for writing the objects to file for a C++ program. It should be helpful for new users.
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:5196
    • 提供者:Hancy Samurai
  1. ex5-2

    0下载:
  2. 这个范例说明如何使用8051 的Port 1连接LCD显示器,PORT 3.3、P3.4和P3.5则连接到LCD显示器的控制线。程序执行时将显示出Hello Keil C和LCD display */-This example shows how to use the 8051 Port 1 to connect LCD displays, PORT 3.3, P3.4 and P3.5 are connected to the LCD display control lines. Progra
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:18199
    • 提供者:luheshan
  1. 12312313

    0下载:
  2. 在许多软件系统中,表格控件在对数据进行浏 览、编辑等操作方面都有良好表现。遗憾的是,Visual C++并没有提供直接支持表格操作的通用控制类。不 过,我们可以通过注册VisualC++5.O的ActiveX 控件中的Microsoft FlexGrid Control,version5.0 控件并添加到项目中来实现对表格的显示及操作。下 面将结合具体实例,介绍如何在对话框中加入表格控 件并实现对表格数据的显示、修改和保存。文中程序 是在中文WindowsNT4.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:67327
    • 提供者:李润生
  1. bmp.1

    0下载:
  2. Here is the program to display bmp image in linux c..i worked this program and i dont know how to give input for this program-Here is the program to display bmp image in linux c..i worked this program and i dont know how to give input for this progra
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2113
    • 提供者:ilavarasu.v
  1. ECE348_Lab1_shah006

    0下载:
  2. To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging. This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Por
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:430434
    • 提供者:gary
  1. dl_c_iso8583_v0_0_4_160708_allfiles.tar

    0下载:
  2. The folder contains a demo.c program to pack and unpack the msg using ISO8583 standards. This lacks the implementation of how to send the msg using a ISO header.
  3. 所属分类:GIS program

    • 发布日期:2017-03-26
    • 文件大小:26932
    • 提供者:Roystan
  1. jiulianhuan

    0下载:
  2. 这是一个小程序,可以教你怎么解开九连环,用c写的,可以运行。-This is a small program that can teach you how to unlock nine chain, with c written, you can run.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:782
    • 提供者:Biffo
  1. formatovac

    0下载:
  2. Format is C/C++ simply DOS program thats can format floppy disk inserted to drive. It is the same as MS Format commad. This program demonstrate how to solve this problem. Program also demonstrate how to use Disk library. Program was written in old Bo
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:18183
    • 提供者:JohnnyK
  1. bmpview

    0下载:
  2. BmpView is free program written in old Borland C++ IDE. This program demonstrate how to use standard DOS and BIOS routines for BMP file format open and vizualization. It is the simple program for MS DOS or MS Windows console. Source code is included.
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:13626
    • 提供者:JohnnyK
  1. tgaview

    0下载:
  2. TGAView is free program written in old Borland C++ IDE. This program demonstrate how to use standard DOS and BIOS routines for TGA (targa) file format open and vizualization. It is the simple program for MS DOS or MS Windows console. Source code is i
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:24579
    • 提供者:JohnnyK
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 43 »
搜珍网 www.dssz.com