亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Choice

  • Foundations of Python Network Programming leads readers through every aspect of client and server pr

    Foundations of Python Network Programming leads readers through every aspect of client and server programming with Python. Python is a new and innovative scripting language. It is set to replace Perl as the programming language of Choice for scripters and for serious application developers wanting a feature rich yet simple language to deploy their products in. This book features extensive examples that not only demonstrate important concepts and practices, but also provide a cadre of fully-functional stand-alone programs. Readers can use the examples as the basis and building blocks for their own software

    標簽: Foundations Programming Network readers

    上傳時間: 2013-12-16

    上傳用戶:小碼農lz

  • The second volume in the Write Great Code series supplies the critical information that today s comp

    The second volume in the Write Great Code series supplies the critical information that today s computer science students don t often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level, teaches software engineers how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, a software engineer can make an informed Choice concerning the use of those high-level structures to help the compiler produce far better machine code--all without having to give up the productivity and portability benefits of using a high-level language

    標簽: information the critical supplies

    上傳時間: 2014-02-21

    上傳用戶:luke5347

  • 北京大學ACM比賽題 The game of Scrabble is played with tiles. A tile either has a single letter written on

    北京大學ACM比賽題 The game of Scrabble is played with tiles. A tile either has a single letter written on it, or it is blank. In the latter case, the tile may be used to represent a letter of your Choice. On your turn, you arrange the tiles to form a word. Each tile may be used at most once, but not all tiles need to be used. Given several Scrabble tiles and a dictionary, determine how many words in the dictionary can be formed using the given Scrabble tiles.

    標簽: Scrabble written either letter

    上傳時間: 2016-04-22

    上傳用戶:dancnc

  • This book provides a complete intermediate-level discussion of microcontroller programming using th

    This book provides a complete intermediate-level discussion of microcontroller programming using the C programming language. It covers both the adaptations to C necessary for targeting an embedded environment, and the common components of a successful development project. C is the language of Choice for programming larger microcontrollers (MCU), those based on 32-bit cores. These parts are often derived from their general-purpose counterparts, and are both as complex and feature-rich. As a result, C (and C++) compilers are necessary and readily available for these MCUs. 是初學入們,嵌入式的好教材!@簡單易懂

    標簽: intermediate-level microcontroller programming discussion

    上傳時間: 2013-12-18

    上傳用戶:lo25643

  • 一種比較好的抗鋸齒算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matla

    一種比較好的抗鋸齒算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots. See attached screenshot for a demonstration. More examples included in the code, just run help myaa . Curiosa: For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do: opts.figureSnapMethod = antialiased publish( test.m ,opts) However, you will have more control over the process using myaa, which is also the best Choice when using Matlab interactively.

    標簽: professionally anti-aliased graphics looking

    上傳時間: 2016-09-28

    上傳用戶:txfyddz

  • CPU的code banking技術實例: This Zip file contains five (3) folders: FastChip Project Files * This

    CPU的code banking技術實例: This Zip file contains five (3) folders: FastChip Project Files * This folder contains a folder called "Bank" that should be moved into: <install_root>\FastChip\Projects Keil Project Files * These files are to be put into the directory of your Choice and the project is to be opened from within Keil Hex Files * These files are the output of Keil. If you do not want to compile and link all of the code, these files can be loaded into FastChip directly

    標簽: This FastChip contains banking

    上傳時間: 2016-10-01

    上傳用戶:a3318966

  • Given Perl s natural fit for web applications development, it s no surprise that Perl is also a natu

    Given Perl s natural fit for web applications development, it s no surprise that Perl is also a natural Choice for web services development. It s the most popular web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute applications using web services. But books on web services focus on writing these applications in Java or Visual Basic, leaving Perl programmers with few resources to get them started. "Programming Web Services with Perl" changes that, bringing Perl users all the information they need to create web services using their favorite language.

    標簽: Perl applications development surprise

    上傳時間: 2014-11-21

    上傳用戶:xiaoyunyun

  • This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a funct

    This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their Choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user defined range by using: The composite trapezium, simpsons and gauss-legendre rules. This is useful for calculating accurate probabilities that one might see in statistical tables.

    標簽: can entering command MATLAB

    上傳時間: 2016-11-07

    上傳用戶:偷心的海盜

  • DDR SDRAM控制器的VHDL源代碼

    DDR SDRAM控制器的VHDL源代碼,含詳細設計文檔。 The DDR, DCM, and SelectI/O™ features in the Virtex™ -II architecture make it the perfect Choice for implementing a controller of a Double Data Rate (DDR) SDRAM. The Digital Clock Manager (DCM) provides the required Delay Locked Loop (DLL), Digital Phase Shift (DPS), and Digital Frequency Synthesis (DFS) functions. This application note describes a controller design for a 16-bit DDR SDRAM. The application note and reference design are enhanced versions of XAPP200 targeted to the Virtex-II series of FPGAs. At a clock rate of 133 MHz, 16-bit data changes at both clock edges. The reference design is fully synthesizable and achieves 133 MHz performance with automatic place and route tools.

    標簽: SDRAM VHDL DDR 控制器

    上傳時間: 2014-11-01

    上傳用戶:l254587896

  • I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked

    I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good Choice for an example driver. The current status is a working read-only driver that supports caching of file data, the create functionallity still needs some work but I m releasing it due to the high public demand.

    標簽: provide Windows example driver

    上傳時間: 2013-12-19

    上傳用戶:zsjzc

主站蜘蛛池模板: 巴楚县| 邵阳县| 中卫市| 甘南县| 芮城县| 荆州市| 长丰县| 星子县| 河东区| 务川| 洛扎县| 望谟县| 通化县| 永济市| 博罗县| 盘锦市| 普宁市| 银川市| 武城县| 旬邑县| 上杭县| 正阳县| 商丘市| 油尖旺区| 焦作市| 衡南县| 望城县| 中阳县| 巨鹿县| 马公市| 巫山县| 阜南县| 嵊州市| 都江堰市| 刚察县| 扎鲁特旗| 万年县| 静乐县| 邓州市| 昌邑市| 利津县|