CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - 使用C

搜索资源列表

  1. C# 发短信.rar

    0下载:
  2. 使用C#发短信,连接Modem或者手机,通过串口发送短信,
  3. 所属分类:通讯/手机编程

    • 发布日期:
    • 文件大小:437.39kb
    • 提供者:
  1. c-gps

    0下载:
  2. 以前用VB,C#等很轻松将GPS信息解码。但是最近要使用C语言,(网上有一个VC的按位解的)苦于C操作字符串的难度,请各位大侠放出一份C代码解GPS。 我先贴上我用C解的代码,是直接将VB和C#的思路转过来的。 现在可以读出经度或纬度-before using VB, C#, etc. is easy to decode the GPS information. However, the recent use of C language, (the Internet by a VC-So
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:4.87kb
    • 提供者:gavin
  1. CTC-c

    0下载:
  2. 与之前一个对应的代码,这是使用C语言完成的关于CTC(Convolutional Turbo Code)编码方案。
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:9.71kb
    • 提供者:rainley
  1. 巴特沃斯滤波器代码的C语言实现

    4下载:
  2. 巴特沃斯滤波器代码的C语言实现。适合初学者了解IIR滤波器的涉及原理及使用,Butterworth filter code, C language. IIR filter is suitable for beginners to understand and use involving the principle
  3. 所属分类:通讯/手机编程

    • 发布日期:2013-07-29
    • 文件大小:3.49kb
    • 提供者:张狂
  1. LDPC使用C编写的LDPC编码与解码程序

    0下载:
  2. 使用C编写的LDPC编码与解码程序,在linux下运行-Written in C and LDPC encoding and decoding process, running in linux
  3. 所属分类:语音压缩

    • 发布日期:2017-03-23
    • 文件大小:413.63kb
    • 提供者:刘壮
  1. 使用C#实现串口编程

    1下载:
  2. 使用C#实现串口编程,让我们更好的理解系统串口编程内容-The use of C# Serial Programming, let us better understand the system serial programming content
  3. 所属分类:串口编程

    • 发布日期:2013-05-07
    • 文件大小:15.12kb
    • 提供者:王小科
  1. C# 发短信

    1下载:
  2. 使用C#发短信,连接Modem或者手机,通过串口发送短信,- Uses C# to send the short note, connects Modem or the handset, through string mouth transmission short note,
  3. 所属分类:SMS

    • 发布日期:2014-04-20
    • 文件大小:437.66kb
    • 提供者:王为军
  1. modbus.c

    1下载:
  2. modbus 通讯的CRC校验程序,已经调试通过。如在其它方面使用,可略作修改。-Modbus communication CRC checksum procedure, have been debug through. As in other aspects of use, can be slightly modified.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:1.13kb
    • 提供者:xww
  1. gps_test

    0下载:
  2. GPS测试源代码,使用C语言开发,可以在ARM是使用-GPS test source code, using C language development that can be used in the ARM
  3. 所属分类:GPS develop

    • 发布日期:2017-04-13
    • 文件大小:2.01kb
    • 提供者:zxp
  1. write-EEprom-by-c

    0下载:
  2. C语言实现eeprom的读写程序 RFID 编程 供初学者学习使用-C language program to read and write eeprom for beginners learning to use
  3. 所属分类:RFID

    • 发布日期:2017-03-27
    • 文件大小:1.1kb
    • 提供者:里勇
  1. C

    0下载:
  2. 本文将介绍如何在.NET平台下使用C#创建串口通信程序,.NET 2.0提供了串口通信的功能。源码,输入可运行。-This article describes how. NET platform using C# to create serial communication program,. NET 2.0 provides a serial communication function
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:14.58kb
    • 提供者:眉心
  1. Android-C-a-NDK-a-Cygwin

    0下载:
  2. 最近在学习android中如何使用C/C++编程。下载了好多非常好的资料,现在与大家分享。其中包括:Cygwin的下载与环境搭建。NDK,JNI,MK的使用。这份资料还是很全面的。-Recently in learning how to use the android C/C++ programming. Download a lot of very good information to share with you now. These include: Cygwin download an
  3. 所属分类:android

    • 发布日期:2017-05-24
    • 文件大小:7.77mb
    • 提供者:王者
  1. C#中串口组件的使用方法总结及上位机制作方法

    0下载:
  2. C#中串口组件的使用方法总结及上位机制作方法(C# serial components in the use of methods and summary of PC production methods)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-16
    • 文件大小:458kb
    • 提供者:真武
  1. 25811264native_under_managed_src_bin

    0下载:
  2. c# 使用 c++ dll,一個很完整的範例(c# to use c++ dll ,it is a good exmple)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-23
    • 文件大小:695kb
    • 提供者:tony2
  1. LdpcC

    0下载:
  2. LDPC码的编码和译码,使用c++语言实现(This repository provides C++ implementations for LDPC codes encoding and decoding)
  3. 所属分类:3G/4G开发

    • 发布日期:2017-12-30
    • 文件大小:7kb
    • 提供者:三年以后
  1. C#屏幕监控

    0下载:
  2. C#屏幕监控,使用vs2015开发,仅供参考!!!!!(C# screen monitor, using vs2015 development, for reference only!!!!!)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-05
    • 文件大小:214kb
    • 提供者:iorilee
  1. C++#libcurl库#http数据传输#代码实例

    0下载:
  2. libcurl的简单使用,C++,内附下载链接(libcurl.C++.download link)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-11
    • 文件大小:17kb
    • 提供者:秋水共长天
  1. Visual C++实践与提高 —— 串口通信与工程应用篇

    1下载:
  2. 本书系统地介绍了使用Visual c++开发串口应用程序的方法。全书以串口应用为主线,由浅入深,详细讲解了使用MSComm控件和使用WinAPI方式开发串口应用程序的方法。对这两种方法的应用,分别就不同的应用要求做了详细剖析。在此基础上,又介绍了计算机和各种设备之间进行串口通信的编程方法,主要包括计算机与单片机、PLC、 Modem、射频卡以及两台计算机之间的通信编程方法。(Realizing the transmission of serial port information)
  3. 所属分类:串口编程

    • 发布日期:2018-04-18
    • 文件大小:1.31mb
    • 提供者:油麦菜624
  1. C++ Builder

    0下载:
  2. 使用C++实现WINCE系统下的ADS通讯(CBuilderzipC Builderzip)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-02
    • 文件大小:2.13mb
    • 提供者:freebird0924
  1. 成绩管理

    0下载:
  2. 使用C语言进行程序的编写,以实现简易成绩管理系统的基本功能。(C language is used for programming, so as to realize the basic functions of simple performance management system.)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:初末
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com