搜索资源列表
Visual C++串口通信技术与工程实践
- 计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communications technology and engineering practice in compiling this cha
atlyfscript
- 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very c
install-a-apk
- Android 静默安装 工程源码,需要mm编译,文件夹中包含apk文件-Android silent installation project code, the need to mm compiling
hellolib.c
- Android中编译C模块,实现一个非常简单的实例程序-Android compiling C modules, the realization of a very simple example program
build_collect
- MTK 联机编译的工具,节省大家宝贵的编译时间-MTK on-line tools for compiling, saving you precious time to compile
camera
- Simple camera. To compiling need header from sofia-cradle workstation.
huibian
- 上传几个比较常见的例题,有益于掌握汇编的基础知识 希望共同探讨-Upload a few of the more common Example conducive to master the basics of compiling hope to explore
MTK_compile_error_details
- MTK编译出错常见问题分析,详细解释了如何应对编译中的出错问题,对用户搭建环境很有帮助-This passage tell you how to handle errors of MTK source code compiling, useful for MTK study
SysInfo-src-110405.tar
- 这个软件是我在MOTO E6 的系统信息的基础上改进的,增加了直接在手机中创建内存扩展,开启和关闭的功能,CPU超频,可以选择320 412 520 624等多种模式,增加了LED设置,总之编译大的应用程序时很有用。-This is my MOTO E6 software system based on improved information, increased created directly in the phone memory expansion, opening and closi
Porting-the-android-system
- android系统移植过程详细介绍(包括源码下载、建立编译环境、编译源码,内核移植等)。-android system migration process details (including source code download, build environment, compiling source code, kernel porting, etc.).
linphone_for-_android
- 解决从开源项目linphone下载的源码编译过程出现的问题,写的十分详细,完全能编译出所需要的动态库文件,并使程序运行起来-Download linphone from open source projects to resolve the problems in the process of compiling source code, written in very detailed, fully able to compile the required DLL files, and mak
MTK-compiled-modem-method
- detailed information about compiling a modem module for mt65xx based devices.
apache-ivy-2.4.0-rc1-bin
- 基于该开源项目开发自己的条码扫描程序,编译核心库时候 ,配合ant使用编译hadoopthriftserver-Based on the open source project to develop its own bar code scanner, compile core libraries when compiling hadoopthriftserver use with the ant
cpsd_self
- cpsd 单独子函数,可编译后直接应用于自己的程序,方便快捷,使用fftw库-cpsd separate sub-functions can be applied directly after compiling its own procedures, convenient use fftw library
LDPC
- 最基本的LDPC仿真编译码程序,有需要的可以在这上面改进。很适合初学者(The most basic LDPC simulation compiling code program, which can be improved on it. It's good for Beginner.)
hidapi-master
- 通过hidapi库建立usb通信,解压后查看README.txt,里面介绍了三种Windows、Linux、MacOS三种平台下的编译方式(USB communication is set up through the hidapi library, and README.txt is viewed after unzip, and the compiling methods under the three platforms of three kinds of Windows, Linux a
untitled1
- QT通过hidapi库建立usb通信,可以自动查询到VID和PID(USB communication is set up through the hidapi library, and the compiling methods under the three platforms of three kinds of Windows, Linux and MacOS are introduced.)
STM32_W5500
- 使用vs2013+visualGDB编写的STM32控制W5500进行TCP/UDP通信源码(包含W5500作为DHCP客户端的代码),您可能需要先安装vs2013和visualGDB才能编译(Using vs2013+visualGDB written STM32 control W5500, TCP/UDP communication source code (including W5500 as DHCP client code), you may need to install vs20
Android NDK
- Creating, Compiling, and Deploying Native Projects through Android NDK with C++ language for Android App