- ComSecureDivision This file is about the computer security and its interface.
- dds 自己写的工程文件
- ST7567_12864 12864的显示代码
- CANopen-DS-301-Implementation-Guide CANOPEN ds301 用户手册
- agent 蓝牙的完整代码
- SkIntersectionHelper Avoid collapsing t values that are close to the same since we walk ts to describe consecutive intersections. Since a pair of ts can be nearly equal
资源列表
NQueen
- n皇后问题可以表示成n-元组(x1,…,xn),其中xi是放在第i行的皇后所在的列号。于是,解空间由nn个n-元组组成。 显示约束条件为Si={1,2,…….,n},1 i n。 隐式约束条件之一为没有两个xi相同(即任意两个皇后不在同一列上)。将其加入到显式条件中,于是解空间的大小由nn个元组减少到n!个元组。 -n queens problem can be expressed as n-tuple (x1, ..., xn), where xi i
sss
- 1.双向链表的初始化 2.双向链表的尾插法建立 3.双向链表插入结点 4.双向链表删除结点 5.双向链表遍历链表 6.双向链表按不同的属性查找节点 7.双指针查找节点-fgvfdv
3
- 一元稀疏多项式计算器.cpp 主要是完成两个一元多项式的相加、相减,并将结果输出。-Dollar sparse polynomial calculator. Cpp notably the completion of two unary polynomial addition, subtraction, and the resulting output.
paixusuanfadebijiao
- 数据结构中,排序算法的各种比较(直接插入排序、冒泡排序、快速排序、简单选择排序)-Data structures, sorting algorithms compare a variety of (direct insertion sort, bubble sort, quick sort, simple selection sort)
calculator_c++
- implements a calculator of basic functions in c-implements a calculator of basic functions in c++
AddPolynomials
- 数据结构课程中以链表的形式实现两个多项式相加-Data structure course in the list in the form of realization of the sum of two polynomials
Parking
- 这是一个C写的停车场管理系统,包含完整代码、说明书、任务书,VC下正常运行和调试。-This is a car park management system written in C, contains the complete code, descr iption, mission statement, VC, under normal operation and debugging.
Sudoku
- 回溯法生成数独-Backtracking generates Sudoku
zhognshuwenti
- 这是我用c++编写的一个种树问题的程序,而且该程序我已经调试通过,希望对大家有帮助-This is because I use c++ written in a question of planting process, but I have to debug the program passed, want to help everyone
DataStructAndAgritourism
- 详细介绍数据结构各种算法,c语言代码实现-Details of various algorithms data structures, c language code to achieve
phone
- 简单的电话号码查询,插入,删除,排序等功能。 应用了数据结构中的链表等知识-A simple phone number query, insert, delete, sorting and other functions. Application of the data structure linked list of such knowledge
