Welcome![Sign In][Sign Up]
Location:
Search - MCC

Search list

[Other resourceMPC8260COD09

Description: 飞思卡尔mpc8260 mcc通讯模块初始化模块,收发模块,包含模块c代码及汇编码
Platform: | Size: 180239 | Author: 陈套 | Hits:

[Software EngineeringGhost1

Description: 本教程基于MCC硬件抽象HAL(电源模式)原理,系统以XP为例。 这里将系统封装分为3步:做系统、封装、部署
Platform: | Size: 8006 | Author: 宋赫 | Hits:

[Other resourceVC_Matlab

Description: 在分析Visual C++和Matlab各自特点的基础上,提出了混合编程的几种方法,对VC++利用Matlab数学库和图形库进行应用程序开发,并对在VC++环境下嵌入mcc命令在Matlab环境中转变的C++程序代码作了详细介绍。
Platform: | Size: 162179 | Author: 任飞 | Hits:

[Other resourceMATLABC++

Description: VC++中使用MATLAB的C++数学库和MCC生成的程序.txt
Platform: | Size: 13966 | Author: maomao | Hits:

[Other resourceMccTest

Description: MATLAB命令行下mcc命令示范1 -MATLAB command line mcc order a model
Platform: | Size: 44157 | Author: 展颜 | Hits:

[Other resourceMccTest1&2

Description: MATLAB命令行下mcc命令示范2 -MATLAB command line mcc orders Model 2
Platform: | Size: 29796 | Author: 展颜 | Hits:

[Other resourceMccTest3

Description: MATLAB命令行下mcc命令示范3-MATLAB command line mcc orders Model 3
Platform: | Size: 54181 | Author: 展颜 | Hits:

[Other resourceavr_mmc_sd

Description: 用ATMEL AVR单片机开发的SD/MCC卡的程式-with ATMEL AVR development of the SD / MCC card programs
Platform: | Size: 7870 | Author: 皇此清 | Hits:

[Other深入浅出MATLAB 7.X混合编程

Description: 本书介绍了MATLAB7.x版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。. 本书可以作为高等院校各工程专业的教学参考书,也可作为广大科技工作者的参考用书。
Platform: | Size: 12988976 | Author: creasy0117 | Hits:

[SourceCodeMCC Uart

Description: Microchip UART example
Platform: | Size: 47341 | Author: kenyweb88@gmail.com | Hits:

[SourceCode運用基站號碼去google查詢相對應位置座標的程式

Description: 運用基站號碼去google查詢相對應位置座標的程式 如果你在你的手机装过Google Mobile Maps,你可以发现只要你的手机能连GPRS,即使没有GPS功能,也能定位到你手机所在位置,只是精度不是很精确。在探讨这个原理之前,先让我们了解一下一些移动知识,了解什么是MNC/MCC/LAC/Cell ID。 "Mobile Network Code (MNC) 移动网号码,中国联通CDMA系统的MNC为03,中国移动的应该为00。 "Mobile Country Code (MCC) 移动用户所属国家代号,中国是:460。 "Location Area Code (LAC) 地区区域码,用来划分区域,一般小地方就一个LAC,大地方就有多几个。 "Cell Tower ID (Cell ID) CellID代表一个移动基站,如果你有基站数据,查CellID你就可以知道这个基站在哪里,移动公司或者警察通过这个知道你是在哪个基站范围打的移动电话。 这些信息有什么用呢? 通过这些信息可以知道你的手机是从哪个国家,区域和哪个基站接入移动网络的。所以有些防盗手机丢失后,会发一些类似"MCC:460;MNC:01;LAC:7198:CELLID:24989"内容的短信到你指定号码就是这个用途,通过这些信息可以从移动查到你的被盗手机在哪里出现过。不过知道了也没用,中国人口这么密集,就是在你身边你也不知道谁是小偷:) 这些信息从哪里来呢,一般的手机系统都提供相应的API来获取这些信息(Tower Info),比如Window SmartPhone 或Mobile就是通过RIL.dll里的API来取得,每个手机操作系统不一样,相关的信息可以查相关资料。 得到了这些信息,如果没有基站信息表,得到了这些信息也不知道在哪,因为只有移动运营商有相关的信息,除非你是运营商或者警察才能得到这些信息。是不是我们就查不到相应的数据呢,当然不是,强大的Google就有,这里就要提到Google Mobile Maps API,里面囊括了比较全的基站信息,中国的也有,就是偏远地区的有没有就不知道了。Google Mobile Maps本身就是使用的这些信息,感兴趣可以试一试,没有GPS模块也能定位到你手机位置,但精度不大,取决于基站的位置离你多远。 同样我们自己也可以开发相应的手机应用来定位,只要调用Google现成的API(Secret AP
Platform: | Size: 552920 | Author: wjj88.tw@yahoo.com.tw | Hits:

[matlabMccTest

Description: MATLAB命令行下mcc命令示范1 -MATLAB command line mcc order a model
Platform: | Size: 44032 | Author: 展颜 | Hits:

[matlabMccTest3

Description:
Platform: | Size: 54272 | Author: 展颜 | Hits:

[SCMavr_mmc_sd

Description: 用ATMEL AVR单片机开发的SD/MCC卡的程式-with ATMEL AVR development of the SD/MCC card programs
Platform: | Size: 7168 | Author: 皇此清 | Hits:

[matlabSglCon

Description: 绘图函数用mcc生成的代码嵌入VC工程实例,Win32 Console版本-mapping function using mcc generated code embedded VC engineering example, Win32 Console Version
Platform: | Size: 141312 | Author: 谢芊芊 | Hits:

[matlabSglMFC

Description: 绘图函数用mcc生成的代码嵌入VC工程实例,Win32 MFC版本-mapping function using mcc generated code embedded VC engineering example, Win32 version MFC
Platform: | Size: 54272 | Author: 谢芊芊 | Hits:

[Embeded Linuxzlg sdmmc

Description: 周立功的 SD/MCC 卡的源码,自己的高质量源码不多,希望这个源码能为贵网添砖加瓦,我怀着虔诚的心想加入这个大集体!-weeks meritorious SD/MCC cards source, the source of high-quality small, hope your source for network building blocks, I thought with the pious to join the large group!
Platform: | Size: 25600 | Author: 陈文杰 | Hits:

[Windows DevelopVcAddMATLAB

Description: VC++中使用MATLAB的C++数学库和MCC生成的程序。-VC use MATLAB C Math Library and MCC production procedures.
Platform: | Size: 13312 | Author: 笑春风 | Hits:

[Communicationmcc

Description: 在线设置各种通信速率、奇偶校验、通信口无需重新启动程序,可以设置定时发送数据及时间间隔,很多的功能!大家-set up various online communication speed, parity, communications mouth without restart procedures Timing can set this time interval data and many of the functions! We look at
Platform: | Size: 5012480 | Author: 赵志鹏 | Hits:

[Software EngineeringGhost1

Description: 本教程基于MCC硬件抽象HAL(电源模式)原理,系统以XP为例。 这里将系统封装分为3步:做系统、封装、部署 -This tutorial-based MCC hardware abstraction HAL (power mode) principle, as an example system to XP. Here the system is divided into package Step 3: Does the system, packaging, deployment
Platform: | Size: 8192 | Author: 宋赫 | Hits:
« 1 2 34 5 6 7 8 »

CodeBus www.codebus.net