搜索结果
找到约 169 项符合
cC-ofgetfget 的查询结果
Linux/Unix编程 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)
程序代码使用说明:
(1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。
(2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CP ...
matlab例程 对波形进行统计特征分析的程序
对波形进行统计特征分析的程序,主要包括SK,KU,PEAK,CC等
数据结构 source code for compute,i am sure it will be good for you.It can be complied on cc++ plafort
source code for compute,i am sure it will be good for you.It can be complied on c\c++ plafort
单片机开发 /* 这是直接用C51高级语言编写的DS1620转换程序-没有调用汇编语言。*/ /* 文件名DS1620C.C
/* 这是直接用C51高级语言编写的DS1620转换程序-没有调用汇编语言。*/
/* 文件名DS1620C.C */
/* 功能:本程序主要是读出DS1620芯片的温度转换值,转换值先放 */
/* 在变量temp1中。转换值范围-55℃~125℃。 若flag0=0为 */
/* 正温度,若flag0=1为负温 ...
其他嵌入式/单片机内容 This is program with source code to convert ascii text files to the maxicode barcode standard.
This is program with source code to convert ascii text files to the maxicode barcode standard.
The input file consists of two columns. The first column represents a code and the second column is a string enclosed in quotes. The
codes for the first column are as follows: PM, SM, CC, MO, SC, ...
Linux/Unix编程 与远程服务期的指定端口建立连接并发送测试数据
与远程服务期的指定端口建立连接并发送测试数据,unix/LINUX redhat 2.6.18-92.el5上CC/gcc编译通过