-
mvb
列车MVB网络开发的C程序,对于初学者了解列车网络通讯,为进一步开发列车网络控制系统具有借鉴。(it is a C program about vehicle mvb network)
- 2021-01-03 16:48:55下载
- 积分:1
-
Windows563108816
windows程序设计权威版书籍,详尽,全面,用起来很好(authoritative version of windows programming books, detailed, comprehensive, and use them well)
- 2012-11-07 20:46:46下载
- 积分:1
-
FileHide
文件隐藏,在驱动级操作,实现文件的隐藏。需要ddk支持(Documents hidden in the drive-level operations, realization of the hidden files. Need ddk Support)
- 2010-01-29 16:09:03下载
- 积分:1
-
ddeclientvc
说明: DDE CLIENT,用于dde方式读区服务器内容(DDE Client for dde reading of server content)
- 2006-03-10 15:42:05下载
- 积分:1
-
SDas-DemoProj
ATL开发相关资源 控件开发(ATL Developer Resources Control Development)
- 2010-03-11 18:21:16下载
- 积分:1
-
Joseph-problem
有N个小孩围坐成一个圆,从某个小孩开始顺序报数,报到M的小孩从圈子中离开,
从下一个小孩重新开始报数。每报到M相应的小孩从圈子离开,
最后一个离开圈子的小孩为胜者。
(N children sitting in a circle, the start sequence from one child reported the number to report child of M from the circle to leave and re-start from the next child reported number. Registration M corresponding child away from the circle, the last child to leave the circle for the winner.)
- 2012-10-22 09:59:34下载
- 积分:1
-
真二叉树重构
但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。(But for one proper binary tree, in which each internal node has two sons, we can uniquely determine it through its given preorder traversal sequence and postorder traversal sequence.Label n nodes in one binary tree using the integers in [1, n], we would like to output the inorder traversal sequence of a binary tree through its preorder and postorder traversal sequence.)
- 2019-04-21 16:54:36下载
- 积分:1
-
SJDXSF
用VC编写的短信收发程序,支持西门子TC35模块,已经过测试.(VC prepared by the procedures SMS transceiver to support Siemens TC35 module has been tested.)
- 2007-05-19 22:31:25下载
- 积分:1
-
IP
说明: 获取自己的IP地址,方便实时小巧可扩充到其它功能.(Access to its own IP address, to facilitate real-time compact can be expanded to other functions.)
- 2009-03-25 14:31:19下载
- 积分:1
-
xianxing
1.输入一组整型元素序列,建立顺序表。
2.实现该顺序表的遍历。
3.在该顺序表中进行顺序查找某一元素,查找成功返回 1,否则返回 0。
4.判断该顺序表中元素是否对称,对称返回1,否则返回0。
5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。
6.输入整型元素序列利用有序表插入算法建立一个有序表。
7.利用算法 6 建立两个非递减有序表并把它们合并成一个非递减有序表。
8.编写一个主函数,调试上述算法。
* 9.综合训练:利用顺序表实现一个班级学生信息管理(数据录入、插入、删
除、排序、查找等)
(err)
- 2008-04-19 10:04:01下载
- 积分:1