CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - reader
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - reader - List
[
Data structs
]
INIFileOP
DL : 0
用C写的INI文件的读写,具有通用性,可放心用于嵌入式开发-C wrote INI file reader can be used, and can be assured for Embedded Development
Date
: 2026-01-16
Size
: 4kb
User
:
廖月旺
[
Data structs
]
ts_reader
DL : 0
码流分析软件,只要输入码流,就可以很清楚的看到ts流的数据结构了.-Stream analysis software, as long as the input bit stream, we can clearly see that ts the data structure of the flow.
Date
: 2026-01-16
Size
: 43kb
User
:
wangxianguan
[
Data structs
]
C_Algorithms
DL : 0
C语言算法集,包括:插值算法、非线性方程组、复数运算、极值问题、拟合与逼近、排序、数值积分、随机数产生、图形模式下读写屏幕、线性代数方程组-C language algorithms, including: interpolation algorithm, nonlinear equations, complex computation, extremal problems, fitting and approximation, sorting, numerical integration, random number generator, graphics mode, screen reader, linear algebraic equations
Date
: 2026-01-16
Size
: 141kb
User
:
s050403054
[
Data structs
]
goldcard
DL : 0
问题的提出:金卡在现代生活里应用广泛,无论排长队于ATM机前取款还是就餐、购物、就医等等。在国外电子货币十分流行,其实电子货币是系统工程,它涉及金融、安全、通信、计算机等领域。这里为使读者掌握动态数据的用法,仅模拟其存款于取款过程。-The question raised: Gold in the modern life are widely used, regardless of long lines at teller or ATM machine before dining, shopping, medical care and so on. Electronic money in foreign countries is very popular, in fact, e-money are systems engineering, which involves financial, security, communications, computing and other fields. Here to enable the reader to master the usage of dynamic data, only simulated the process of their deposits in cash.
Date
: 2026-01-16
Size
: 8kb
User
:
王清
[
Data structs
]
tsjyxt
DL : 0
图书借阅系统 1. 每本书有书号、书名和作者姓名; 2. 读者有借书证号、读者姓名、最大借阅量; 3. 能提供若干本书由读者进行选择,打印出读者的借书情况 4. 图书和读者信息应保存在相应的文件中便于查询和借阅。 -Lending Library System 1. Every book ISBN, title and author' s name 2. Readers No. library, readers name, the largest volume of lending 3. To provide a number of book readers to choose from, print out the situation of the reader' s library 4. books and readers of information should be stored in the corresponding document in a readily accessible and borrow.
Date
: 2026-01-16
Size
: 145kb
User
:
赵加伟
[
Data structs
]
1
DL : 0
说明 1. 本文是对严蔚敏《数据结构(c语言版)习题集》一书中所有算法设计题目的解决方案,主要作者为一具.以下网友:biwier,szm99,siice,龙抬头,iamkent,zames,birdthinking,lovebuaa等为答案的修订和完善工作提出了宝贵意见,在此表示感谢 2. 本解答中的所有算法均采用类c语言描述,设计原则为面向交流、面向阅读,作者不保证程序能够上机正常运行(这种保证实际上也没有任何意义) 3. 本解答原则上只给出源代码以及必要的注释,对于一些难度较高或思路特殊的题目将给出简要的分析说明,对于作者无法解决的题目将给出必要的讨论.目前尚未解决的题目有: 5.20, 10.40 4. 请读者在自己已经解决了某个题目或进行了充分的思考之后,再参考本解答,以保证复习效果 5. 由于作者水平所限,本解答中一定存在不少这样或者那样的错误和不足,希望读者们在阅读中多动脑、勤思考,争取发现和纠正这些错误,写出更好的算法来.请将你发现的错误或其它值得改进之处向作者报告: [email]yi-ju@263.net[/email]-Description 1. This article is YAN Wei-Min "data structure (c language version) set of exercises," a book title of all the algorithm design solutions, a major author. The following users: biwier, szm99, siice, long rise, iamkent, zames, birdthinking, lovebuaa as the answer to the work of revising and improving the invaluable advice and wish to express my gratitude 2. The answer to all of the algorithms are used to describe types of c languages, design principles for the exchange, for reading, the author does not guarantee that the procedure can be the normal operation of the machine (such assurances do not have any significance in practice) 3. The answer is given in principle only the source code as well as the necessary notes, for some more difficult topics or ideas will be given a special brief analysis shows that the author does not resolve the questions will be given the necessary discussion. Currently unresolved topics are: 5.20, 10.40 4. The reader has been resolved on
Date
: 2026-01-16
Size
: 104kb
User
:
white Snow
[
Data structs
]
Manual
DL : 0
本课件是一个动态演示数据结构算法执行过程的辅助教学软件, 它可适应读者对算法的输入数据和过程执行的控制方式的不同需求, 在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的变化状况。整个系统使用菜单驱动方式, 每个菜单包括若干菜单项。每个菜单项对应一个动作或一个子菜单。系统一直处于选择菜单项或执行动作状态, 直到选择了退出动作为止。-This courseware is a dynamic data structure algorithms demonstrate the implementation process aided teaching software, which can be adapted to the reader to the algorithm input data and process control method performed the different needs of the computer screen during the execution algorithm is the logical structure of data changes in the structure or storage condition or recursive algorithm changes in the course of implementation status of the stack. The entire system uses menu-driven approach, each menu, including a number of menu items. Each menu item corresponds to an action or a sub-menu. System has been in a select menu items or perform actions state out of action until you have selected so far.
Date
: 2026-01-16
Size
: 1.12mb
User
:
lll
[
Data structs
]
Reader
DL : 0
读取文档,将文档中的字符串转化为数组存储。用于解析文件-Read the document, the document string into an array of storage. Used to resolve file
Date
: 2026-01-16
Size
: 1kb
User
:
wangqiang
[
Data structs
]
shizhong
DL : 0
此程序主要是让读者熟悉c语言图形模式下的编程,了解系统绘图及数据结构的知识,此重难点是 时 分 秒针坐标值的计算和时钟指针的运行控制,有兴趣的话,可让程序支持鼠标操作,-This program is designed to allow the reader familiar with the c language graphics mode programming, understanding of the system mapping and data structure knowledge, this important and difficult is the hours of second hand coordinate calculation and the clock hands of operational control, are interested, you can let the program to support the mouse operation,
Date
: 2026-01-16
Size
: 39kb
User
:
昕空
[
Data structs
]
Pratical_Algorithms_for_Programmers
DL : 0
本书作者为Andrew.Binstock等。 本书重点关注的是实用,立即可用的代码,并且广泛讨论了可移植性和特定于实现的细节。本书作者介绍了一些用用但很少被讨论的算法,它们可用于语音查找,日期和时间历程,B树和索引文件,数据压缩,任意精度的算术,校验和数据验证,并且全面的介绍了例程,排序算法和数据结构。 本书只要求读者具有C语言的初级知识以及基本代数的相关知识。源代码经过测试符合ANSI标准,可以运行在UNIX下,以及BORLAND,Microsoft和Watcom的编译器上。-Book author Andrew.Binstock and so on. This book focuses on the practical and immediately available code, and extensive discussion of portability and implementation-specific details. The author describes some, but rarely discussed with the use of algorithms, which can be used for voice to find, date and time history, B tree and index files, data compression, arbitrary precision arithmetic, checking and data validation, and comprehensive introduced the routine, sorting algorithms and data structures. This book only requires the reader has a knowledge of C language primary and basic algebra knowledge. Source code has been tested meet ANSI standards, can run on UNIX, and BORLAND, Microsoft and Watcom compilers.
Date
: 2026-01-16
Size
: 30.54mb
User
:
张振宇
[
Data structs
]
VCPP-numerical-algorithm
DL : 0
Visual C++常用数值算法集,数学建模必备。 注:请用超星阅读器阅读。-Visual C++ Annotations numerical algorithm used: Please read the reader with a Superstar
Date
: 2026-01-16
Size
: 5.49mb
User
:
aa
[
Data structs
]
2-3Library
DL : 0
大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, but the console program, not a good graphical interface. Including administrators, readers. Administrator functions include: editing storage, check books, check readers, delete readers. Reader functions: library, book, booking, search and so on. . Full-featured. Including the registration account, login account password required.
Date
: 2026-01-16
Size
: 1.59mb
User
:
麦思明
[
Data structs
]
Card
DL : 0
金卡在现代生活里应用广泛,无论排长队于ATM机前取款还是就餐、购物、就医等等。在国外电子货币十分流行,其实电子货币是系统工程,它涉及金融、安全、通信、计算机等领域。这里为使读者掌握动态数据的用法,仅模拟其存款于取款过程。-Gold is widely used in modern life, regardless of the long queues at the ATM machine withdrawals or dining, shopping, medical care and so on. Very popular in the foreign electronic money, electronic money systems engineering, which involves such fields as finance, security, communications, computers. For the reader to master the usage of dynamic data, only simulation of its deposits in the withdrawal process.
Date
: 2026-01-16
Size
: 10kb
User
:
baby
[
Data structs
]
process
DL : 0
读者-写着算法的实现,一段简短的代码来重现内存中读者-写着算法-Readers- written algorithm, a short code to reproduce the memory reader- written algorithm
Date
: 2026-01-16
Size
: 2kb
User
:
余振川
[
Data structs
]
guide
DL : 0
校园导游咨询 (1)基本要求: ① 设计你的学校的校园平面图,所含景点不少于10个。以图中顶点表示学校各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 ② 为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 ③ 为来访客人提供图中任意景点相关信息的查询。 (2)测试数据:由读者根据实际情况指定。 (3)实现提示:一般情况下,校园的道路是双向通行的,可设校园平面图是一个无向网。顶点和边均含有相关信息。-Campus Guide Consulting (1) basic requirements: (1) to design the floor plan of your school campus, which contain points of interest less than 10. To vertices in the graph various attractions, attractions in store name, code, Profile and other information side of said path storage path length, and other related information. ② any attractions for the visiting guests ask for directions queries, queries between any two of the attractions of a shortest simple path. ③ query information of any attractions for the visiting guests. (2) test data: the reader is specified according to the actual situation. (3) to achieve Note: Under normal circumstances, the campus road is a two-way traffic can be set to the campus plan is to network. Vertices and edges contain relevant information.
Date
: 2026-01-16
Size
: 2kb
User
:
萧毅泓
[
Data structs
]
hibernate
DL : 0
Hibernate基础系统讲解,可以帮助读者更深入的学习Hibernate-Hibernate base system to explain, you can help the reader to more in-depth learning Hibernate
Date
: 2026-01-16
Size
: 990kb
User
:
weiwei
[
Data structs
]
UserTreeMap
DL : 0
读取一个txt文档,统计词数和词频,按照字母顺序进行排序-txt reader
Date
: 2026-01-16
Size
: 1kb
User
:
咩
[
Data structs
]
123456
DL : 0
图书管理系统旨在用计算机对图书进行管理,包括图书的购入,借阅,归还以及注销。管理人员可以查询某位读者,某种图书的借阅情况,还可以对当前图书借阅情况进行一些统计,给出统计表格,以便全面掌握图书的流通情况。在本系统投入使用后,可以大量节省人力,财力-Library management system is designed to use computer management books, including books purchased, borrowed, restitution and log out. Managers can query a reader, certain books to borrow some statistical library, given the statistical tables, in order to have complete control of the circulation of books. After the system is put into use, can save a lot of manpower and financial resources
Date
: 2026-01-16
Size
: 1.12mb
User
:
阳前果
[
Data structs
]
plus
DL : 0
本实验实现的是链表结构的多项式相加,为数据结构必做实验,仅上传cpp文件,读者可在编译器上自行编译实现。-The experimental realization of the list structure of polynomial for the data structure must do the experiment, only upload cpp file, the reader can compiler to compile your own implementation.
Date
: 2026-01-16
Size
: 2kb
User
:
李松
[
Data structs
]
tree
DL : 0
给定一个序列,按照顺序输入,构建一颗二叉搜索树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-Given a sequence of inputs in the order to build a binary search tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementation.
Date
: 2026-01-16
Size
: 2kb
User
:
李松
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.