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

Search list

[Software EngineeringVC_Matlab

Description: 在分析Visual C++和Matlab各自特点的基础上,提出了混合编程的几种方法,对VC++利用Matlab数学库和图形库进行应用程序开发,并对在VC++环境下嵌入mcc命令在Matlab环境中转变的C++程序代码作了详细介绍。-In analyzing the Visual C++ And Matlab their own characteristics, based on a hybrid programming of several methods, VC++ Using Matlab mathematical library and graphics library for application development, and in VC++ Environment MCC under the command embedded in the Matlab environment changing C++ program code described in detail.
Platform: | Size: 161792 | Author: 任飞 | Hits:

[matlabMATLABC++

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

[SCMCDMA_Workshop_2.7

Description: 写号步骤: 1、将手机连通CDMA Workshop 2.7,在security选项卡里的 spc中点击读取,将000000填入spc里的方框,点击spc钮选择send, 于是显示spc解锁成功。 2、点击“nam”选项卡,将min填入10位码(就是imsi码去掉46003剩下的),将mcc填入460,mnc填入03,填入imsi15位码,banner填入你想填的字符(我填的中国电信),点击写入即可 3、这一步,就应该写入akey码了(如果不知道AKEY,可以通过电信机房关闭鉴权,但是不推荐这样做,有盗号风险),点击“cave”选项卡,在a-key后的方框 填入你的akey,点击写入即可。 4、重启6950,能够打电话了 针对白三角以及1X上网问题,请注意: 1、如果有白色三角漫游标记,通过将PRL由003升级到008解决方法是 :拨##778#,输入SPC码,即000000,点击VIEW 中PRI后点EDIT,将拷贝到机子中的prl文件浏览选到,点击OK升级 2、CDMA 1X无法上网的解决方法: 拨##778#,输入SPC码,即000000,点击VIEW 中M.IP后将“Mobile IP Only ”改为“simly IP only” SPC在内存中的地址:018E:0190(只要输入018E)-写号步骤: 1、将手机连通CDMA Workshop 2.7,在security选项卡里的 spc中点击读取,将000000填入spc里的方框,点击spc钮选择send, 于是显示spc解锁成功。 2、点击“nam”选项卡,将min填入10位码(就是imsi码去掉46003剩下的),将mcc填入460,mnc填入03,填入imsi15位码,banner填入你想填的字符(我填的中国电信),点击写入即可 3、这一步,就应该写入akey码了(如果不知道AKEY,可以通过电信机房关闭鉴权,但是不推荐这样做,有盗号风险),点击“cave”选项卡,在a-key后的方框 填入你的akey,点击写入即可。 4、重启6950,能够打电话了 针对白三角以及1X上网问题,请注意: 1、如果有白色三角漫游标记,通过将PRL由003升级到008解决方法是 :拨##778#,输入SPC码,即000000,点击VIEW 中PRI后点EDIT,将拷贝到机子中的prl文件浏览选到,点击OK升级 2、CDMA 1X无法上网的解决方法: 拨##778#,输入SPC码,即000000,点击VIEW 中M.IP后将“Mobile IP Only ”改为“simly IP only” SPC在内存中的地址:018E:0190(只要输入018E)
Platform: | Size: 4865024 | Author: mwm | Hits:

[Multimedia programcomputeEigenfaces_mcc_component_data

Description: compute Eigenfaces mcc component data
Platform: | Size: 2048 | Author: mahdi | Hits:

[BooksMATLABmixedprogramming

Description: 本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。 本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version of the mixed language programming with other methods. Included in MATLAB in order to document the way in import, export data in Windows and Linux to develop C/C++ language MEX documents in Windows and Linux development FORTRAN language MEX documents in the use of MATLAB dynamic link library file in C/C++ Calling MATLAB language engine using MATLAB compiler, and how C/C++ programs compiled using the library function mcc in C++ program using the MATLAB Compiler COM components generated by COM. This book can serve as institutions of higher learning of the engineering profession of teaching reference books, scientific and technological workers is necessary for the majority of reference books.
Platform: | Size: 12986368 | Author: 马段 | Hits:

[matlabVC_MATLAB

Description: VC++中使用MATLAB的C++数学库和MCC生成的程序-VC++ in the use of MATLAB' s C++ Math Library and MCC procedures generated
Platform: | Size: 13312 | Author: liuzhe | Hits:

[VC/MFCzzt007

Description: VC++中使用MATLAB的C++数学库和MCC生成的程序,给出了例程,对于高手有借鉴意义,对菜鸟可以起到事半功倍的作用。-VC++ in the use of MATLAB' s C++ Math Library and MCC procedures generated are given routine, you have a reference for the rookie can play the role of a multiplier.
Platform: | Size: 27648 | Author: 张兆亭 | Hits:

[matlabfixed_point

Description: Fixed-Point iteration-Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative.
Platform: | Size: 1024 | Author: 王怀东 | Hits:

[File FormatMCC+MAP

Description: je suis tres fier de ce travail
Platform: | Size: 195584 | Author: samir | Hits:

[OtherMATLAB7X

Description: 本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。 本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version and other languages mixed programming method. Included in MATLAB, on paper import and export data in Windows and Linux Development C/C++ language MEX files in Windows and Linux development FORTRAN language MEX files in MATLAB, using dynamic link library file in C/C++ language call the MATLAB engine using MATLAB compiler, and how C/C++ programs compiled using mcc library functions in C++ program using the MATLAB-COM compiler generated COM components. This book can serve as the engineering colleges and universities teaching reference books, the vast number of scientific and technological workers essential reference book.
Platform: | Size: 14916608 | Author: 称臣 | Hits:

[SCMmcc18_kuhanshu_cn

Description: PIC单片机MPLAB C18(MCC18)函数库。中文的,带有详细的解释,使用很方便。-PIC,MPLAB C18(MCC18),
Platform: | Size: 852992 | Author: liumulin | Hits:

[OS programSafetyNetMobile

Description: 通过Web页面获取基站位置Web端源码 首先要清楚一点的是,每一个基站都能够通过请求http://www.google.com/loc/json获取到一个经纬度。如果用户能够在短时间内获取到较多的基站信息,比如4个或5个,可以通过这几个基站的经纬度计算出比较准确的用户位置。 举个例子,比如我在WM上取到4个基站信息: 50554,9513,460,1 50325,9513,460,1 50584,9513,460,1 50041,9513,460,1 每一行的4个数值分别对应:CID, LAC, MCC, MNC CID——CellID,表示基站号 LAC——Location Area Code,表示区域编号 MCC——Mobile Country Code,表示国家编号,中国是460 MNC——Mobile Network Code,表示移动网络编号,移动是0,联通是1 然后向Google发送基站信息是通过JSON串以Post的形式发送到http://www.google.com/loc/json,然后它会返回一个包含经纬度信息的JSON串-Web page for the base station location by Web-side source First of all must be aware that each base station can request http://www.google.com/loc/json get through to a latitude and longitude. If the user can quickly access to the base station more information, such as 4 or 5, these base stations can be calculated more accurate latitude and longitude of the user location. For example, such as WM, I get to 4 on the base station information: 50554,9513,460,1 50325,9513,460,1 50584,9513,460,1 50041,9513,460,1 Each line of the four values correspond to: CID, LAC, MCC, MNC CID- CellID, said base station No. LAC- Location Area Code, said regional code MCC- Mobile Country Code, said the national numbers, China is 460 MNC- Mobile Network Code, said the mobile network number, mobile is 0, Unicom is a Base station then sends the information to the Google JSON string through the form to send to the Post http://www.google.com/loc/json, then it will re
Platform: | Size: 134144 | Author: 尚伊珣 | Hits:

[BooksMCC_SMD_Marking_Codes

Description: 一个SMD的marking查询的文档。针对很多抄板人员需要根据marking来查询元件详细参数和资料很有帮助,可以帮助抄板人员迅速的确定PCB上器件-SMD' s marking a query document. Copy board for many staff need to query the device marking details and information useful parameters that can help quickly copied board on the determination of PCB components
Platform: | Size: 34816 | Author: ddg | Hits:

[SCMMCC18_V3.00

Description: 是microchip公司的编译C和C++的工具,很好用的,是正版的-Is the microchip company C and C++ compilation tools, useful, and is genuine
Platform: | Size: 20282368 | Author: chscn | Hits:

[ELanguageC18Crack

Description: Microchip的C编译器MCC18的破解文件-Microchip' s C compiler MCC18 the crack file
Platform: | Size: 443392 | Author: 白衣 | Hits:

[matlabtestmyadd2

Description: 应用matlab编译器mcc实现,matlab和vc联合编程的经典例子-Application matlab mcc compiler implementation, matlab and vc classic example of joint programming
Platform: | Size: 3969024 | Author: 李华 | Hits:

[Software EngineeringMCC18

Description: 学习MPLABE 开发工具 时候需要C语言编程;安装MCC的安装方法和MPLABE 开发工具的设置。-Learning MPLABE development tool needs when the C programming language, Install MCC installation method and MPLABE development tools Settings.
Platform: | Size: 1639424 | Author: 朱守章 | Hits:

[Windows DevelopRel-06_description_20100214

Description: Overview of 3GPP Release 6 V0.1.1 (2010-02) he present document has been produced by the ETSI SPA area, MCC department, headed respectively by Adrian Scrase and John Meredith. The contributors of this document are namely: Paolo Usai, Yoshi Ishii, Alain Sultan, Michael Clayton, Claude Arzelier, Adrian Zoicas, Juergen Caldenhoven, Cesar Gutierrez, Maurice Pope, Kimmo Kymalainen, Gaby Lenhard, Gert Thomasen, Seung-Don Han, Andrijana Brekalo and Stoyan Baev. The overall document was coordinated by Alain Sultan (MCC Technical Coordinator), who wishes to thank all the contributors for the high quality of their inputs.-he present document has been produced by the ETSI SPA area, MCC department, headed respectively by Adrian Scrase and John Meredith. The contributors of this document are namely: Paolo Usai, Yoshi Ishii, Alain Sultan, Michael Clayton, Claude Arzelier, Adrian Zoicas, Juergen Caldenhoven, Cesar Gutierrez, Maurice Pope, Kimmo Kymalainen, Gaby Lenhard, Gert Thomasen, Seung-Don Han, Andrijana Brekalo and Stoyan Baev. The overall document was coordinated by Alain Sultan (MCC Technical Coordinator), who wishes to thank all the contributors for the high quality of their inputs.
Platform: | Size: 500736 | Author: hanmin | Hits:

[DSP programmcc

Description: DMC Developer dmc PRO Version 3.0 Software Development Environment for TMS320F24x DSP Controllers
Platform: | Size: 31744 | Author: ilyes | Hits:

[matlabGeneratrice_synchrone_cc

Description: synchronous generator mcc
Platform: | Size: 12288 | Author: jim | Hits:
« 1 2 3 45 6 7 8 »

CodeBus www.codebus.net