搜索资源列表
main
- AD_MAX197的KEIL51控制程序(C语言版)
main
- 读卡器的C语言实现,是读卡器与IC卡之间的底层程序
LCD-dianzicheng.RAR
- LCD显示电子计价秤方案 1. 该方案使用的传感器为20KG,灵敏度约为0.5mv/v,选用新传感器线性较好的一段(100g-15Kg),直接处理,没有做非线性修正,称重可能会有偏差. 2. 软件基于KEILC开发,使用单片机的型号为AT89S52,在main.c文件中有详细说明。
em78.义隆单片机em78系列全教程
- 义隆单片机em78系列全教程,主要为义隆单片机开发者参考使用。,Elan em78 Series single-chip full-course, the main developer for the Elan single-chip reference.
汇编代码中对C函数调用时如何进行参数的传递以及如何从C函数正确返回
- 对于ARM体系来说,不同语言撰写的函数之间相互调用(mix calls)遵循的是 ATPCS(ARM-Thumb Procedure Call Standard),ATPCS主要是定义了函数呼叫时参数的传递规则以及如何从函数返回,关于ATPCS的详细内容可以查看ADS1.2 Online Books ——Developer Guide的2.1节。这篇文档要讲的是汇编代码中对C函数调用时如何进行参数的传递以及如何从C函数正确返回,ARM system for example, written in
LJClusterDemo
- 文本聚类是基于相似性算法的自动聚类技术,自动对大量无类别的文档进行归类,把内容相近的文档归为一类,并自动为该类生成特征主题词。适用于自动生成热点舆论专题、重大新闻事件追踪、情报的可视化分析等诸多应用。 灵玖Lingjoin(www.lingjoin.com)基于核心特征发现技术,突破了传统聚类方法空间消耗大,处理时间长的瓶颈;不仅聚类速度快,而且准确率高,内存消耗小,特别适合于超大规模的语料聚类和短文本的语料聚类。 灵玖文档聚类组件的主要特色在于: 1、速度快:可以处理海量规模
main
- this the gausian elemenation algorithem in c-this is the gausian elemenation algorithem in c
Qt-programming-under-Linux-Getting-Started
- 前 言 第一章 Qt的安装 第二章 Hello World 第三章 C/C++ 基础 第四章 窗口部件 第五章 对话框 第六章 主应用窗口程序 第七章 文件与目录处理 第八章 数据库编程 第九章 程序调试与异常处理 附录A:Qt3.0新特性 附录B:Qt3.0类分组列表 -Preface Chapter I Chapter II Qt installation Hello World Chapter III C/C++ basic window
IPD-CMM
- 介绍IPD CMM流程,描述流程实施过程的要点-IPD CMM flow introduction describing the main points of the implementation process flow
ddcmain.c
- dsp实现软件无线电数字下变频得主体程序部分-radio dsp software digital down-conversion process was the main part of
c
- *** *** *** * 程序功能简介 个人财政支出管理程序,完成收入,支出,盈余的记录和管理。 课程设计要求 (1) 增加函数,完成财政账目的管理功能。 (2) 将所有的函数与相应的数据封装到类中,并改写主程序,使程序简化。 (3) 可自行增加程序的功能。 (4) 设计测试主程序,在主程序中完成测试。 课程设计说明 (1) SetGoal()函数账目中有问题,改正。 (2) 可将整修记录装入一个字符串,在两条记录间用特殊符号隔开。 (3) 查找相应
SkylineGlobe_ProductIntroduction
- SkyLine产品技术白皮书,介绍SkyLine的主要功能和使用方法-White SkyLine product to introduce the main features and SkyLine use
main.c
- stress tensor is computed by using the finite difference method and the described spectral radius for SOR is computed.
Main
- MCU富士通定时器主程序测试c语言程序,此程序可以帮助初学者学习建立定时器-Fujitsu MCU timer main program test c language program, this program can help beginners learn to establish timer
c
- 定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。在main()函数中定义vehicle、bicycle、motorcar、motorcycle的对象,调用其Run()、Stop()函数,观察其执行情况。再分别用vehicle类型的指针来调用这几个对象的成员函数,看看能否成功;把Run、Stop定义为虚函数,
main
- important c++ menue visual basic c-important c++ menue visual basic c++
main.c.tar
- Do-nothing program. To compile just use gcc -o main main.c
wlan-com-main-c
- wlan communication main function in c
C#命名空间大全
- c#的命名空间大全,包括空间主要组件及其用法。(C# namespace Daquan, including the main components of space and its usage.)
你必须知道的495个C语言问题
- 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library