资源列表
排序选择:
task
- vc实现的局域网聊天程序,活用vc中CAsyncSocket函数实现服务器与客户端的简单搭建和通信-vc LAN chat program implementation
Snake
- 游戏,贪吃蛇,一个程序完成贪吃蛇游戏基本功能-Games, Snake, Snake Game finish a program the basic functions of
empire
- 现在,给出正方形的边长n,以及需要封地的诸侯数量k,要求你求出所有可能的安置方案数。(n≤l00,k≤2n2-2n+1)。由于方案数可能很多,你只需要输出方案数除以504的余数即可。 【输入】 仅一行,两个整数n和k,中间用一空格隔开。 【输出】 一个整数,表示方案数除以504的余数。 【样例输入】 2 2 【样例输出】 4 -Now, give a square of side length n, as well as the quantity requir
44
- AVR的uart串口通信程序 通信调 试-AVR-uart debug serial communication program communication
qicheweiqi
- 这是一篇基于汽车尾气以检测汽车故障的系统设计,完整的叙述了系统方案,及实现方法。-qicheweiqi
33
- 键盘扫描有中断方式和查询方式 键盘子程序(AVR) -There is disruption of the keyboard scan mode and query mode Subroutine keyboard (AVR)
frog
- 有一条河,左边一个石墩(A区)上有编号为1,2,3,4,…,n的n只青蛙,河中有k个荷叶(C区),还有h个石墩(D区),右边有一个石墩(B区),如图3-1所示。n只青蛙要过河(从左岸石墩A到右岸石墩B)-There is a river, the left side of a stone (A zone) has numbered on 1,2,3,4, ..., n of n only frogs, the river has k-lotus leaf (C zone), also a Shi
matlab-order
- MATLAB命令大全,方便你检索在MATLAB使用过程中的各种命令!-Guinness MATLAB command to facilitate retrieval in MATLAB you use a variety of command!
chuangkouxiezi
- 利用AE进行编程 实现在vc开发环境下可以再客户区窗口了写字-Realize the use of AE program development environment in the vc client area can be a window to write
WIN32API
- 对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用-Win32 API function to make a complete overview then included five major functions: window management, graphics device interface, system services, internatio
example
- 回溯法是一种选优搜索法,按选优条件向前搜索,以达到目标但当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新选择。这种走不通就退回再走的技术为回溯法,而满足回溯条件的某个状态的点称为“回溯点”。回溯算法是所有搜索算法中最为基本的一种算法,其采用了一种“走不通就掉头”思想作为其控制结构 -Backtracking is a search optimization method, based on forward selection search terms in order to ac
ucos_mbox
- ucos的邮箱机制的应用实验,按键与点灯相结合,实现进程任务的实时通讯-ucos mbox