虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Robot-Make

  • 将.rar去掉后用bin方式传到sco unix上解包。 需要在sco unix 5.0.5以上

    将.rar去掉后用bin方式传到sco unix上解包。 需要在sco unix 5.0.5以上,informix7.0以上环境运行。在其它环境运行需要重新make.

    标签: unix sco bin

    上传时间: 2013-12-20

    上传用户:z754970244

  • small rtos for avr small rtos 使用了动态堆栈 想无需任何改动就可以编译这个程序

    small rtos for avr small rtos 使用了动态堆栈 想无需任何改动就可以编译这个程序,就必须安装winavr20050214和uv2,先点击uv2的工程文件打开这个工程然后在Tools---->Customize Tools Menu...嵌入gcc编译命令make all和make clean即可立即编译。编译后可以使用avr studio进行代码级仿真

    标签: small rtos for avr

    上传时间: 2013-12-10

    上传用户:moerwang

  • The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field

    The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.

    标签: two-dimensional computational polarization non-zero

    上传时间: 2013-12-13

    上传用户:cylnpy

  • VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet techno

    VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    标签: Microsoft continued Internet English

    上传时间: 2013-12-08

    上传用户:lepoke

  • gcj java applet的web browser 插件

    gcj java applet的web browser 插件,可替代jre 安装步骤: ./configure make make install

    标签: browser applet java gcj

    上传时间: 2014-12-02

    上传用户:redmoons

  • 嵌入式LINUX下的中断程序例子

    嵌入式LINUX下的中断程序例子,包含MAKEFILE,可MAKE使用参考

    标签: LINUX 嵌入式 中断程序

    上传时间: 2015-04-11

    上传用户:阳光少年2016

  • CBC下写的串口编程

    CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.

    标签: CBC 串口编程

    上传时间: 2014-06-20

    上传用户:cccole0605

  • Linux下telnet客户端的C++代码实现。用于初学者对telnet协议的学习和简单telnet工具编写。由网上windows环境代码移植

    Linux下telnet客户端的C++代码实现。用于初学者对telnet协议的学习和简单telnet工具编写。由网上windows环境代码移植,直接通过make进行编译。

    标签: telnet windows Linux 代码

    上传时间: 2015-04-19

    上传用户:咔乐坞

  • * A ncurses user interface. * Network statistics to view the amount of packets and data in many

    * A ncurses user interface. * Network statistics to view the amount of packets and data in many different protocols, interfaces and hosts. * View what active TCP connections are on the network. * View UDP packets. * View and log ICMP packets. * View and log the 48bit arp protocol. And also view what make of network card is in each machine * Multithreaded so that the user interface does not interfere with any of the packet captureing methods. * View and log the following user space protocols FTP, POP3, HTTP

    标签: statistics interface ncurses Network

    上传时间: 2015-04-20

    上传用户:bjgaofei

  • 汇编内核的md5算法

    汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。

    标签: md5 汇编 内核 算法

    上传时间: 2014-12-03

    上传用户:ccclll