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

F<b>or</b>th-in-C

  • C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our proj

    C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our project is to interpret C++ source code and execute it. The interpreter will run on Win32 platforms. We will create and develop it in C++ language. The latest file releases

    标签: interpreter developers for end-users

    上传时间: 2014-08-15

    上传用户:2525775

  • XML Copy Editor is free software released under the GNU General Public License. It is available in C

    XML Copy Editor is free software released under the GNU General Public License. It is available in Chinese (simplified and traditional), English, French, German, Italian, Slovak, Swedish and Ukrainian. There are Linux packages for Arch, Fedora, Gentoo, Slackware and Ubuntu.

    标签: available software released General

    上传时间: 2013-12-20

    上传用户:lizhizheng88

  • C++ by Dissection presents a thorough introduction to the programming process by carefully developi

    C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ programming language. Program code is explained in an easy-to-follow, careful manner throughout. The code has been tested on several platforms and is found on the bundled CDrom accompanying this text. The code in C++ By Dissection can be used with most C++ systems, including those found in operating systems such as MacOS, MS-DOS, OS/2, UNIX, and Windows.

    标签: introduction programming Dissection carefully

    上传时间: 2014-01-27

    上传用户:thesk123

  • A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.

    标签: user-space can drivers perform

    上传时间: 2014-01-01

    上传用户:saharawalker

  • MulticastClient.java broadcasts message on port 1115. This introduces you how to deliver or transmi

    MulticastClient.java broadcasts message on port 1115. This introduces you how to deliver or transmit data in network and describes the fundamental of various techniques like: unicast, broadcast and multicast.

    标签: MulticastClient broadcasts introduces deliver

    上传时间: 2013-11-29

    上传用户:eclipse

  • something is very important in life. So read it. Try reading it,. I do not care. Please read it/ Ple

    something is very important in life. So read it. Try reading it,. I do not care. Please read it/ Please or on it in I am on or

    标签: read something important it

    上传时间: 2013-12-26

    上传用户:hphh

  • 此资源是c++的经典书籍

    此资源是c++的经典书籍,thinking in c++ ,虽然不是源代码,但是我想如果将此书看透,比我上传n断代码要好很多倍!

    标签: 资源 书籍

    上传时间: 2013-12-24

    上传用户:tfyt

  • 除法器的设计本文所采用的除法原理是:对于八位无符号被除数A

    除法器的设计本文所采用的除法原理是:对于八位无符号被除数A,先对A转换成高八位是0低八位是A的数C,在时钟脉冲的每个上升沿C 向左移动一位,最后一位补零,同时判断C的高八位是否大于除数B,如是则C的高八位减去B,同时进行移位操作,将C的第二位置1。否则,继续移位操作。经过八个周期后,所得到的C的高八位为余数,第八位为商。从图(1)可清楚地看出此除法器的工作原理。此除法器主要包括比较器、减法器、移位器、控制器等模块。

    标签: 除法器 除法 符号

    上传时间: 2017-07-20

    上传用户:redmoons

  • c++ Ngô n ngữ C cho vi đ iề u khiể n Các tài liệ u tham khả o, e

    c++ Ngô n ngữ C cho vi đ iề u khiể n Các tài liệ u tham khả o, ebook. Programming Microcontrollers in C (Ted Van Sickle) C Programming for Microcontrollers (Joe Pardue SmileyMicros.com ) Programming 16-Bit PIC Microcontrollers in C (Jucio di jasio ) C Programming for AVR Programming embedded system I,II (Michael J . Pont ) ( các tài liệ u này đ ã down load về )

    标签: 7919 7873 7843 7875

    上传时间: 2017-07-29

    上传用户:坏坏的华仔

  • Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Lan

    Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly measured by the quality of the output selected by the Bot in response to the user. By the previous description,we could deduce that a very basic chatterbot can be written in a few lines of code in a given specific programming language. Lets make our first chatterbot (notice that all the codes that will be used in this tutorial will be written in C++. Also, it is assumed that the reader is familiar wih the STL library)

    标签: chatterbot Basicaly computer Natural

    上传时间: 2017-07-30

    上传用户:小宝爱考拉