CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - library
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
assembly language
SCSI-ASPI
ELanguage
Disk Tools
Speech/Voice recognition/combine
Editor
Anti-virus
MultiLanguage
MPI
source in ebook
Delphi VCL
OS Develop
MiddleWare
MacOS develop
LabView
e-language
python
Search - library - List
[
assembly language
]
SoftUART
DL : 0
UART通信协议介绍,并附简单实现的汇编语言代码 -Introduction to UART communication protocol with library included
Date
: 2008-10-13
Size
: 80.74kb
User
:
廖
[
assembly language
]
dynamicconecting
DL : 0
这是一个动态连接库使用的一个演示程序 是用汇编语言来实现的-This is a dynamic link library use is a demo program using assembly language to achieve
Date
: 2008-10-13
Size
: 7.45kb
User
:
李寻欢
[
assembly language
]
SoftUART
DL : 0
UART通信协议介绍,并附简单实现的汇编语言代码 -Introduction to UART communication protocol with library included
Date
: 2025-12-30
Size
: 80kb
User
:
廖
[
assembly language
]
asmlib30
DL : 0
Library of assembly-language subroutines with example source-Library of assembly-language subroutine 's with example source
Date
: 2025-12-30
Size
: 151kb
User
:
soul.wang
[
assembly language
]
asm-lib1
DL : 0
51单片机语言库,非常经典的汇编语言程序库-51 Singlechip language library, a very classic assembly language library
Date
: 2025-12-30
Size
: 4kb
User
:
sunke
[
assembly language
]
comlib
DL : 0
超小的COM执行库(骨架只有150字节)-The implementation of the ultra-small COM library (skeleton only 150 bytes)
Date
: 2025-12-30
Size
: 2kb
User
:
本是
[
assembly language
]
floating
DL : 0
汇编语言编写的浮点数运算子程序库 FoatHead.ASM 浮点运算库,头文件 FOATCODE.ASM 浮点运算库,代码文件 FLOAT.ASM 浮点运算库,包括完全的头文件说明和代码 FOATTEST.ASM 浮点运算库测试程序-Written assembly language floating-point subroutine library FoatHead.ASM floating-point libraries, header files FOATCODE.ASM floating point library, code files FLOAT.ASM floating-point libraries, header files, including complete instructions and code FOATTEST . ASM test procedure library floating-point operations
Date
: 2025-12-30
Size
: 26kb
User
:
luoli
[
assembly language
]
library
DL : 0
一款用vc++编写的小型图书馆系统,可以添加,删除,修改-Using vc++ to prepare a small library system, you can add, delete, modify
Date
: 2025-12-30
Size
: 5kb
User
:
xiaoxin
[
assembly language
]
SCM-subroutine-library
DL : 0
目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度-At present, a number of published versions of the subroutine library, they have their own characteristics. The library of the square root algorithm for fast approximation algorithm that can achieve the same precision Newton iteration, and about twenty times faster, the speed of more than 51 double-byte fixed-point
Date
: 2025-12-30
Size
: 29kb
User
:
张奇
[
assembly language
]
Library-System
DL : 0
一种简单的vb环境下的图书管理系统,包括欢迎界面 注册界面 借还书界面 管理员界面及帮助,学生作品 仅供交流-A simple vb environment of the library management system, including the Welcome screen registration interface by the administrator interface and the help of the book return interface, exchange of student work is only
Date
: 2025-12-30
Size
: 548kb
User
:
VanillaChow
[
assembly language
]
library
DL : 0
VC++写的图书馆管理系统源码和完整的开发文档-VC++ Written warehouse management system and complete the development of source documents-Development of library management system source code and complete documentation VC++ write-VC++ Written warehouse management system and the complete the development of the source documents
Date
: 2025-12-30
Size
: 12.1mb
User
:
陈浩
[
assembly language
]
Hawk-Monitor-and-Standard-Library-
DL : 0
Hawk Monitor and Standard Library .zip
Date
: 2025-12-30
Size
: 57kb
User
:
[
assembly language
]
C-Sharp--class-library-source-code
DL : 0
主要写了一些c#通用函数类库源码,比如矩阵加法,减法,乘法,求逆等一些程序-Mainly write c# generic function class library source code, such as matrix addition, subtraction, multiplication, inversion and some programs
Date
: 2025-12-30
Size
: 586kb
User
:
丁建洋
[
assembly language
]
java-library
DL : 0
java开发的图书管理系统;功能齐全,包括文档说明与实验报告-java library MIS
Date
: 2025-12-30
Size
: 12.82mb
User
:
沈菲
[
assembly language
]
LIBRARY-IEEE
DL : 0
加法计数器的设计 任意进制的计数器设计-LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY sun IS PORT(ENA,CLK_IN,CLR:IN STD_LOGIC Y:OUT STD_LOGIC_VECTOR(6 DOWNTO 0) ) END sun ARCHITECTURE A OF sun IS SIGNAL CLK:STD_LOGIC SIGNAL TEMP:INTEGER RANGE 0 TO 9 BEGIN CLOCK:PROCESS(CLK_IN) VARIABLE CLOCK_BUFFER:STD_LOGIC VARIABLE COUNT_TIME:INTEGER RANGE 0 TO 1999999 BEGIN IF CLK_IN EVENT AND CLK_IN= 1 THEN IF COUNT_TIME=1999999 THEN COUNT_TIME:=0 CLOCK_BUFFER:=NOT CLOCK_BUFFER ELSE COUNT_TIME:=COUNT_TIME+1 END IF END IF CLK<=CLOCK_BUFFER END PROCESS COUNT:PROCESS(CLR,CLK,ENA) VARIABLE Q:INTEGER RANGE 0 TO 10 BEGIN IF(CLR= 0 )THEN Q:=0 ELSE IF CLK EVENT AND CLK= 1 THEN IF ENA= 1 THEN Q:=Q+1 IF(Q=10)THEN
Date
: 2025-12-30
Size
: 3kb
User
:
木子
[
assembly language
]
Library
DL : 0
图书馆管理系统,可以实现删除,添加,查询,等功能。-Library management system, you can add, delete, add, query, and other functions.
Date
: 2025-12-30
Size
: 217kb
User
:
杜灰
[
assembly language
]
library-guanli
DL : 0
图书信息包括:登录号、书名、作者名、分类号、出版单位、出版时间、价格、存在状态(已借和已还)、借书人姓名、性别、学号等。试设计一图书信息管理系统,使之能提供以下功能: 系统以菜单方式工作(用键盘输入1~5之间的数来选择功能) (1)图书信息录入功能(图书信息用文件保存)--输入 (2)图书信息浏览功能--输出 (3)查询功能:按书名查询或按作者名查询(至少一种查询方式) (4) 图书信息的删除:按照存在状态删除,把已还的图书信息删除。 (5) 图书信息的修改:按照存在状态修改,把已借的图书信息改为已还的状态-Book information including: registration number, title, author names, words, publishers, publishing time, price, presence status (and has also been borrowed), the borrower' s name, gender, or number. Try to design a library information management system, so that it can provide the following features: the menu system to work the way (with keyboard input between 1 to 5 to select a function) (1) book information input function (book information stored with the file)-- Input (2) book information browsing- Output (3) query functions: Query by title or by author name check (at least one query) delete (4) Book Information: Delete accordance with existing state, has also put book information deleted. Modify (5) book information: According to the existence of the state changes, the book information has been changed by the state has also
Date
: 2025-12-30
Size
: 2kb
User
:
叶枫
[
assembly language
]
library-5
DL : 0
模拟图书管理系统,实现图书入库,借书,还书,查看书籍等功能,数据结构项目作业,很实用-Simulation library management system, the realization of library storage, a library, but also books, check books and other functions, the data structure of project operation, very practical
Date
: 2025-12-30
Size
: 6kb
User
:
kenail
[
assembly language
]
library
DL : 0
虚拟图书馆,查询,借阅,加书删书,归还等基本功能实现-Virtual Library, query, borrow, plus book delete books, restitution and other basic functions to achieve
Date
: 2025-12-30
Size
: 232kb
User
:
尹佳惠
[
assembly language
]
Library
DL : 0
图书管理系统,包括用户登入,图书查询等等功能-Library management system, including user login, book query, and so on
Date
: 2025-12-30
Size
: 2.35mb
User
:
凌
«
1
2
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.