资源列表
switch
- 实现进制之间的转换,比如:十进制与十六进制和八进制与二进制之间的转换-Realize the conversion between hexadecimal, such as: decimal and hexadecimal, and octal and binary conversions between
3278
- poj 3278 Catch That Cow 采用广度优先搜索实现-poj 3278 Catch That Cow using breadth-first search to achieve
Basic-Segmentation
- Segmentation methodes en matlab
Cjisuanji
- 这是一个c++课程设计编写的计算器,好东西-this is a C++
vb-crc16
- 一个普遍的CRC16校验for VB,用于串口通讯-A common CRC16 checksum for VB, for serial communication
xbessi1
- 数学公式,对学习C++的简单编程有很大帮助,请大家认真学习-Mathematical formula for learning C++ for simple programming of great help, please carefully study
poj-2031
- poj 2031的一个简单程序,方便学习。-poj 2031, a simple procedure, easy to learn.
xianshitushudaima
- 显示图书代码,主要是对编程初学者们的学习会很大帮助。-using System.Data.SqlClient
renwufenpei
- 任务分配问题,这是一个算法,c语言类型的,讲述如何进行多个房间的任务分配-Task allocation problem, which is an algorithm, c language type, tells how to assign multiple tasks room
compare
- int compare(const char* a, const char* b, int size) { for (int i = 0 i < size i ++) { if (a[i] != b[i]) { return i } } return -1 } -int compare(const char* a, const char* b, int size) { for (int i = 0 i &
trend_linked
- 创建一个动态链表,可以动态的输入数据,适合初学者-Creating a dynamic list, you can dynamically input data, suitable for beginners
Two-Stacks-in-One-Array.c
- 在一个数组中中实现两个栈,方法:一个从数组头,一个数组尾。-Implementing two stacks in an array, methods: one the array header, one array tail.