资源列表
crc_division
- 16位CRC的按位除法,多项式为16,12,5,1-16-bit division by the CRC, the polynomial for 16,12,5,1
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
polygon
- 多边形的绘制!主要使用VC6.0实现!已调试,可以实现!-Polygon drawing! The main use VC6.0 achieve! Debugging can be achieved!
temperature.c
- Conversion between Celsius temperature scale, Fahrenheit s temperature scale
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 &
素数
- 通过C语言寻找素数的一个程序,可以判断并输出所输入的数当中的素数