资源列表
C++填充
- 利用C++编写的种子填充算法-prepared seed filling algorithm
AdminSearch
- 车辆违章查询系统的管理员操作页面,管理员登录后可以进行操作,根据不同的情况进行不同操作,如添加违法信息。
QQUPANDD0WN
- QQ快速上下线的代码.~~~恶搞程序.呵呵 ~>>>-QQ fast on the line of code. ~ ~ ~恶搞procedures.呵呵~>>>
allprogram
- 有限元程序。用c语言开发的三角形有限元程序。可以计算偎依,应力。而且是动态存储空间分配。-finite element program. C language used by the triangular finite element program. Looks can be calculated and stress. It is a dynamic storage allocation.
CLNDR_C
- 该程序为年历。内含有日历的具体算法,显示具体的年,月,星期。-The program for the calendar. The specific algorithm containing the calendar, indicating a specific year, month, week.
example-mainloop-without-arp
- Development of AVR systems
color-linez
- 一个用C语言写的color linez小游戏源码-a game of color linez of C
AIRS_Classification
- this program is about airs algorithm iti role is bout classification of many vectors of data-this program is about airs algorithm iti role is bout classification of many vectors of data
Form1
- 通过采集卡控制显示接受传感器信号,需要自己创建界面,并根据需要修改代码-Through the acquisition card control display accept sensor signal
cooperative-spectrum-sensing
- Cooperative Spectrum Sensing in Multiple Antenna Based Cognitive Radio Network Using An Improved Energy Detector -Cooperative Spectrum Sensing in Multiple Antenna Based Cognitive Radio Network Using An Improved Energy Detector
beverage
- 模拟饮料售货机 有限状态机练习的好例子 一厅饮料2.5元 只收1元或5角 -A good example of a finite state machine vending machine simulation exercise
youxiangtu
- (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)在有向图的邻接表的基础上计算各顶点的度,并输出。 (3)以有向图的邻接表为基础实现并输出它的拓扑排序序列。 (4)在主函数中设计一个简单的菜单,分别调试上述算法。 -(1) keyboard input data, the establishment of a directed graph adjacency list and outputs the adjacent table.