Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - library
Search - library - List
library ieee; use ieee.std_logic_arith.all; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity PL_auto1 is port ( clk:in std_logic; --系统时钟 set,get,sel,finish: in std_logic; --设定、买、选择、完成信号 coin0,coin1: in std_logic; --5角硬币、1元硬币 price,quantity :in std_logic_vector(3 downto 0); --价格、数量数据 item0 , act:out std_logic_vector(3 downto 0); --显示、开关信号 y0,y1 :out std_logic_vector(6 downto 0); --钱数、商品数量显示数据 act10,act5 :out std_logic); --1元硬币、5角硬币 end PL_auto1; architecture behav of PL_auto1 is type ram_type is array(3 downto 0)of std_logic_vector(7 downto 0); signal ram :ram_type; --定义RAM signal item: std_logic_vector(1 downto 0); --商品种类 signal coin: std_logic_vector(3 downto 0); --币数计数器 signal pri,qua:std_logic_vector(3 downto 0); --商品单价、数量 signal clk1: std_logic; --控制系统的时钟信号 begin .。。。。。。。。。。。。。
Date : 2009-05-08 Size : 199.5kb User : niuyuanlai@163.com

Open Source Computer Vision Library by Gary R. Bradski, Vadim Pisarevsky, and Jean-Yves Bouguet, Springer, 1st ed. (June, 2006).
Date : 2012-01-09 Size : 64kb User : xiaochi95

图书馆借书管理系统(数据库)课程设计实验报告- The library borrows the book management system management system (database) the curriculum to design the test report
Date : 2025-12-30 Size : 125kb User :

图书馆管理系统论文参考- The library management system paper refers
Date : 2025-12-30 Size : 19kb User : 周到

C#知识库是在学习C#时积累的一些知识。本软件用C#编写,运行需要Microsoft .NET框架支持。打开树状节点,双击可查看知识-C# knowledge library is when studies C# accumulates. This software compiles with C#, the movement needs the Microsoft NET frame support. Opens the tree shape pitch point, double-clicks may examine the knowledge
Date : 2025-12-30 Size : 89kb User : mongehover

The.GNU.C.Library.rar GNU C 函数库 大全,620多页,详尽实用。 PDF格式。-Guinness The.GNU.C.Library.rarGNU C function library, more than 620 pages, detailed and practical. PDF format.
Date : 2025-12-30 Size : 1.05mb User : 李沃

介绍图书管管理系统的UML怎样做 是我们能够绘画用例图-Library Management System, introduced the UML is that we can do painting Use Case Diagram
Date : 2025-12-30 Size : 58kb User : zhangpeng

uml图书馆系统等类图图书管理系统建模实例-such as the library system uml class diagram example library management system modeling
Date : 2025-12-30 Size : 165kb User : 覃彪

CodeVisionAVR C Library Functions Reference CodeVisionAVR C 库函数介绍-CodeVisionAVR C Library Functions Reference CodeVisionAVR C library functions, introduced
Date : 2025-12-30 Size : 197kb User : 张帅

J2EE标准的图书管理系统的开发与实现论文-J2EE standard library management system development and implementation of papers
Date : 2025-12-30 Size : 4.44mb User : zhang

如何从+STM32F10xxx固件库+V2.0.3+AN2953_CH_V1-How+ STM32F10xxx firmware library+ V2.0.3+ AN2953_CH_V1
Date : 2025-12-30 Size : 1.09mb User : linew

DL : 0
图书馆管理系统,可以实现借书,还书,续借,登陆等功能-Library management system, you can borrow books, return books, renewals, landing and other functions
Date : 2025-12-30 Size : 3.44mb User : 单金生

实现不同权限用户的登录操作,图书信息的增,删,改,查.读者登录只能查看自己的基本信息,自己借阅的书籍,是否有超期,图书借阅功能,归还功能。-Achieve different permissions the user' s login operation, library information to add, delete, change, Readers login can only view their basic information, their loan books, whether overdue, book lending function, the return of function.
Date : 2025-12-30 Size : 275kb User : 小强

DL : 0
利用dephi和数据库链接写出的图书馆管理系统-Library management system written using dephi and links
Date : 2025-12-30 Size : 3.13mb User : 冯勋桥

DL : 0
memcpy,strcpy,strlen,strcmp,Str_to_Hex(c library ,exemple(memcpy,strcpy...))
Date : 2025-12-30 Size : 2kb User : Afei666

Armadillo C++ Library 是一种C++的线性代数库(矩阵数学)以取得良好的平衡速度与易用性。整数,浮点,而复杂的数字支持,以及一个子集,三角和统计功能。各种矩阵分解是通过可选的集成 与LAPACK和Atlas 库(Armadillo C++ Library is a linear algebra Library of C++ (matrix mathematics) to achieve good balance speed and ease of use. Integer, floating-point, and complex digital support, as well as a subset of trigonometric and statistical functions. Various matrix decompositions are made through optional integration with the LAPACK and Atlas Libraries)
Date : 2025-12-30 Size : 1.56mb User : sourceyw

《C标准库》是2009年人民邮电出版社出版的图书,作者是普劳格。 本书集中讨论了C标准库,全面介绍了ANSI/ISO C语言标准的所有库函数。书中通过引用ISO C标准的相关部分,详细讲解了每一个库函数的使用方法,并通过示例描述了其实现细节,且给出了实现和测试这些函数的完整代码。此外,每章结尾附有不同难度的习题,帮助读者巩固和提高。通过此书,读者将会更好地使用C标准库,并学会如何设计和实现库。本书结构清晰,内容权威,阐述精辟,对于各层次C程序员和相关专业高校师生都是一本优秀的参考书。(The C standard library or libc is the standard library for the C programming language, as specified in the ANSI C standard. It was developed at the same time as the C library POSIX specification, which is a superset of it. Since ANSI C was adopted by the International Organization for Standardization, the C standard library is also called the ISO C library. The C standard library provides macros, type definitions and functions for tasks such as string handling, mathematical computations, input/output processing, memory management, and several other operating system services.)
Date : 2025-12-30 Size : 31.17mb User : yoly

Implement Book Implement Library
Date : 2025-12-30 Size : 111kb User : jang123

Active + Library for Yulgang
Date : 2025-12-30 Size : 19.01mb User : timothy.inf

in arduino work about graphic, this library shoud be needed
Date : 2025-12-30 Size : 305kb User : magi ea
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.