资源列表
button_detect_programme
- 一个按键查询检测方式,使用定时器,同时可以控制抖动时间-Detect a key way of inquiry, use the timer, the time jitter can be controlled simultaneously
bull
- 试试你的运气。随机输入0到9之间的四个数,看看你能得到多少公牛,多少母牛,嘿嘿。-Try your luck. Random input between 0 to 9 the number of four to see how much bull you can get, how many cows, hehe.
btree100
- B+樹是一種樹資料結構,常見於資料庫與檔案系統之中。B+樹能夠使資料保持有序,並擁有均勻的對數處理時間的插入和刪除動作。B樹的元素通常會自底向上插入,有別於多數自頂向下插入的二元樹。-Btree
browseDir
- C++语言编程实现文件夹遍历,希望对学习者有帮助。-C++ programming language folder traversal, learners want to help.
BP1
- ALGORITHMS for BP1 net
BOOK101
- C语言课程设计]图书借阅管理 C语言课程设计]图书借阅管理-failed to translate
bofangqi
- 这是一个播放器小应用程序,用java applet实现,使用者可以选择要播放的音乐文件,添加到播放器进行播放。-This is a small player application, using java applet implementation, the user can choose to play music files, add to the player for playback.
bload
- 简单的回溯算法,算法分析与设计,比较简单适合初学-Simple backtracking algorithms, algorithm analysis and design, is relatively simple for beginners
bit
- 将二进制比特串进行位操作压缩进一字节,很多程序数据处理过程可以直接使用,很实用但网络上很少有现成的。-bit operation, compressing bit stream to byte
binder
- Teach you, how to bind two files in one .exe file.This good tutorial.
bijiao101
- 用数组实现用来比较两个字符串,看哪个字符串大,哪个字符串小,如果空间不足,提示,并自动增加空间-Achieved with the array used to compare two strings to see which string large, which the string is small, if the lack of space, tips, and automatically increase the space
Big-Int-P
- 我有一个简单的问题:给出两个大整数a,b,你的工作就是求其中a+b的和-I have a very simple problem for you.Given two integers A and B, your job is to calculate the Sum of A+ B.