-
54886756
使用树形控件,VC++编程精选学习源码,很好的参考资料。(Use the tree controls, select learning VC++ programming source code, a good reference.)
- 2013-11-20 12:17:31下载
- 积分:1
-
JYJChuKu
针式打印机开发,继承了好多有点 丙炔能打印各种纸张(zhen shi da yi cheng xu kaifa licheng ru guo youmao bing kanchulai qingjiao)
- 2012-04-29 17:16:32下载
- 积分:1
-
JHGJGHJGFJG
题目:取一个整数a从右端开始的4~7位。
程序分析:可以这样考虑:
(1)先使a右移4位。
(2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4)
(3)将上面二者进行&运算。
2.程序源代码:(Topic: take an integer a from the right end of the four to seven began.
Program analysis: it can be to consider:
(1) to make a move to the right four.
(2) sets a low four total for the 1, all the rest for 0 of the number. Can be used to (~ 0 < < 4)
(3) will above the difference and operations.
2. The source code:)
- 2012-05-26 20:20:03下载
- 积分:1
-
xianxing
1.输入一组整型元素序列,建立顺序表。
2.实现该顺序表的遍历。
3.在该顺序表中进行顺序查找某一元素,查找成功返回 1,否则返回 0。
4.判断该顺序表中元素是否对称,对称返回1,否则返回0。
5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。
6.输入整型元素序列利用有序表插入算法建立一个有序表。
7.利用算法 6 建立两个非递减有序表并把它们合并成一个非递减有序表。
8.编写一个主函数,调试上述算法。
* 9.综合训练:利用顺序表实现一个班级学生信息管理(数据录入、插入、删
除、排序、查找等)
(err)
- 2008-04-19 10:04:01下载
- 积分:1
-
Desktop
读入10个整数放在数组中,找出并输出10个数中的最大者和它在数组中的序号。(Read 10 integers in an array, to identify and output the maximum number of 10 and its serial number in the array.)
- 2011-08-22 15:53:25下载
- 积分:1
-
ControlDevice
一个启用和禁用设备的例子,该代码展示了禁用和启用USB设备的功能。如果需要禁用软驱和光驱,需要修改相应的参数。(Enable and disable a device example, the code to display the disable and enable USB devices. If you need to disable the floppy drive and optical disk drive, a need to amend the corresponding parameters.)
- 2008-04-03 11:52:26下载
- 积分:1
-
MFC-puzzle
MFC拼图自己实现的mfc拼图实现了在dialog中显示位图(MFC puzzle)
- 2014-07-13 20:12:34下载
- 积分:1
-
CListDemo
CStringList链表类的使用实例源码,很不错的vc源码,推荐!(CStringList instance of the use of source class list, very good vc source, recommended!)
- 2011-08-26 20:59:55下载
- 积分:1
-
NTGraph
超级好用的图表控件,非常出名!内附实例,源码及DOC说明文档(Super easy to use control charts, a very famous! Containing examples, source code and documentation DOC)
- 2021-02-27 14:39:36下载
- 积分:1
-
DuilibPCalendar
利用Duilib库做的简单的日历,没有添加单击日期功能。(Simple calendar Duilib library does not add click on the date function.)
- 2012-07-05 15:56:42下载
- 积分:1