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

搜索资源列表

  1. calc100

    0下载:
  2. 基于flex和bison的终端计算器代码,如果想要初步编译产生的.c代码能在VC环境下编译的话,请在.l文件的开始加上 option yywrap-Terminal based on flex and bison calculator code, if you want to produce a preliminary compilation. C code in VC environment compiler, please. L beginning of the file plus opt
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:907
    • 提供者:lu854982
  1. pos100

    0下载:
  2. 自动取款机终端的c语言源代码,结构简单,是很好的金融开发参考例程-ATM terminal of the c language source, the structure is simple, it is very good financial development reference routines
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:4131
    • 提供者:bia764e062
  1. crtmpserver-2016

    0下载:
  2. crtmpserver又称rtmpd是Evostream Media Server(www.evostream.com)的社区版本采用GPLV3授权,由 C/C++开发的一个高性能的RTMP流媒体服务器,可以实现直播与点播功能多终端支持功能,在特定情况下是FMS的良好替代品。支持RTMP的一堆协议(RTMP,RTMPE, RTMPS, RTMPT, RTMPTE),如果你不想用RED5的话它也是一个很好的选择。 -crtmpserver community is also known rtm
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-13
    • 文件大小:2669324
    • 提供者:夏峰
  1. Ticket-management-system

    0下载:
  2. c车票管理系统有以下几个功能模块: 1、读取原有班次信息(信息保存在指定文件夹中) 。 2、浏览班次信息,可显示出所有班次当前状态(如果当前系统时间超过了某班次的发车时间,则显示“车已开出”的提示信息)。 3、 查询路线:可按班次号查询 ,可按终点站查询,可按发车时间查询等 。 4、售票和退票功能(可按班次号订票,可按发车时间和终点站订票;也可以按班次号退票,按发车时间和终点站退票)。 -C ticket management system has the following
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:4719
    • 提供者:czhweing
  1. BEST

    0下载:
  2. 功能:利用PCF8563T芯片和ZLG7290B芯片来显示时间,能够利用键盘实现时间参数的修改, 修改过程中可以“回显”、“闪烁”、 “容错”,并利用蜂鸣器实现时钟系统的“整点报时” 一、硬件连接 1、ZLG7290B芯片的SDA和SCK分别连接P1.0和P1.1模拟IIC协议,RST_L复位端与P1.7口连接,以 便复位操作 2、P1.6连接蜂鸣器用于整点报时(大约响2s) 3、设定始终芯片CLKOUT输出秒脉冲且与P3.2连接(用于显示,每秒钟刷新一次),INT_KE
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:684
    • 提供者:段飞翔
  1. APICloud_raspiberry

    0下载:
  2. APICLoud云控制系统是一个基于APICloud云平台的远程控制和监控系统,主要功能是通过移动终端轻易的查看远程实时视频图像,获取各种传感器状态,发送控制设备命令等。该系统的底层设计以每一个树莓派作为一个监控单元,完成了对各类传感器、视频、图像等数据的采集,通过GPIO引脚控制电机、继电器等外接硬件设备,中间层以APICloud云平台作为数据服务端,为底层和终端提供数据服务。该系统的主要特点是“云端一体”,基于APICloud提供的“云API”和“端API”,开发者甚至可以忘记繁杂的服务端编
  3. 所属分类:Remote Control

    • 发布日期:2017-05-04
    • 文件大小:54737
    • 提供者:chenhu
  1. 232tester

    0下载:
  2. C51串口调试程序,对于理解232通信有一定帮助 单片机部分为C语言,电脑端为vb编写。-C51 serial debugger, an understanding of some help 232 SCM is part of the C language, computer terminal for the vb prepared.
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:174938
    • 提供者:snowfox
  1. C4droid

    0下载:
  2. 详细介绍 - [ 手机SDL音乐播放器源码 v2.0 ] 简单的音乐播放器,有终端模拟器、SDL1.2、SDL2,3个版本。 支持音频有mp3、ape(无损音乐)、ogg、m4a、wav等,要是想过滤ogg、wav文件,可以去finddir.c中找到对应函数修改。 注意:源码需要用C4DROID编译-Detailed introduction- [mobile SDL music player source v2.0] Simple music player, there are
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:37347
    • 提供者:李伟林
  1. client-server

    1下载:
  2. 多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-15
    • 文件大小:22675296
    • 提供者:大酱
  1. LanYaFengShan

    0下载:
  2. 蓝牙风扇,通过HC-05与手机通信,手机端发送‘a’定时与温控模式切换,‘b’风扇开关,‘c’简易计算器开关,‘0’、‘1’、‘2’、‘3’数字按键‘d’清零,‘e’加法功能-Bluetooth fans, HC-05 and sent via mobile communications, mobile terminal a timed switch the temperature mode, b fan switch, c simple calculator switch, 0
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:29045
    • 提供者:李坤
  1. IDistribution

    0下载:
  2. c++与JAVA服务器交互模式,采用SOAP方式,Java服务器可以是面向手机端-c++ and JAVA server interaction mode, using SOAP mode, Java server can be oriented mobile terminal
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:10917191
    • 提供者:小鲍
  1. project.v2.01

    1下载:
  2. 远程终端管理系统,使用c语言,配合gtk制作界面-Remote terminal management system, the use of c language, cooperate with the GTK interface
  3. 所属分类:Internet/网络编程

    • 发布日期:2016-11-13
    • 文件大小:238267
    • 提供者:陈衍长
  1. UNIX-Advanced-programming

    0下载:
  2. 详细讲解了从c高级 linux基础 文件 标准库 目录结构 进程 线程 以及进程线程间的通信 终端 数据库等知识,中文版-Detailed account of knowledge senior c linux standard library directory file structure based interprocess communication terminal threads and process threads, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-11
    • 文件大小:18386609
    • 提供者:周松松
  1. the-civil-aviation-management-system

    0下载:
  2. c语言编写的民航管理系统,包括航班号 起始站 终点站 飞行时间(星期几) 预售票总数 已售票数等查询功能-c language prepared by the civil aviation management system, including flight number starting station terminal, the flight time (several weeks) the total number of pre-sale tickets sold ballots and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:12810
    • 提供者:鑫语
  1. CODE

    0下载:
  2. 远程终端管理系统实现了一个mini telnet的功能,该系统采用C/S架构,服务端采用I/O复用机制,实现多客户端的连接。-Remote terminal management system implements a mini telnet function, the system uses C/S architecture, the server uses I/O multiplexing mechanism, multi-client connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:75264
    • 提供者:Alice
  1. xunhuan

    0下载:
  2. 包含三个程序,两个是关于冒牌排序和多重循环的算法研究,另一个是实现在terminal中显示字符的程序,即实现c语言中的库函数printf-It contains three programs, two of which are on counterfeit sorting algorithm and multi-loop, and the other is to achieve terminal to display characters in the program, namely, the
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1589
    • 提供者:王月
  1. ElizaAvanzado

    0下载:
  2. Eliza Advanced A simple speech recognition terminal program coded in C.
  3. 所属分类:Console

    • 发布日期:2017-12-12
    • 文件大小:15985
    • 提供者:imfeder
  1. TCP_ServerMYSQL

    1下载:
  2. C++源码,使用MYSQL的管理监听终端设备上传的数据的源码SOCKET!绝对的原创源码!使用了列表控件和多线程处理(C++ source code, the use of MYSQL management, listening to the data uploaded by the terminal device source code, SOCKET! Absolutely original source code! List control and multithreaded proces
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1317888
    • 提供者:leaderphone
  1. CTP_API_C++组合策略

    0下载:
  2. 针对CTP平台,开发的交易终端,内容很全,采用C#编译。(For the CTP platform, the development of the transaction terminal, the content is very complete, using C# compiler.)
  3. 所属分类:金融证券系统

    • 发布日期:2017-12-18
    • 文件大小:13803520
    • 提供者:casios
  1. CTP接口(海风)2.0

    1下载:
  2. CTP海风交易平台完整源码。主要针对CTP平台,开发的交易终端,内容很全,采用C#编译。(For the CTP platform, the development of the transaction terminal, the content is very complete, using C# compiler.)
  3. 所属分类:金融证券系统

    • 发布日期:2017-12-15
    • 文件大小:4304896
    • 提供者:casios
« 1 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com