资源列表
1
- 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出 -1, rectangular prepared C++ Process is complete the f
bahuanghou
- 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-In the 8x8 grid of the International Chess Queen placed eight, making it unable to attack each other, that can not be any two Queen s in the same line, the same row or on the same slash an
wirelessdev
- Sample of work with wireless devices in Windows Mobile
calculate
- 简单的 计算器 十分十分的简单~~ 供初学者参考-Simple calculator is very simple ~ ~ for beginners and reference
year
- 获取系统的时间和用户自己设定的时间,用c实现的。-Get the system time and user set time, with c achieved.
fooootball
- 该程序可用来足球小组赛的积分,胜一场3,负0,平1分,可得出出线的球队-football,game point,world cup
2012.5.23
- 线性表采用链式存储结构:编写程序实现以下功能 1、建立单链表 2、打印单链表 3、在单链表的第i个结点前插入一个新元素,并打印新的单链表 4、删除单链表的第i个结点,并打印新的单链表 -Linear form a chain storage structure: write a program to achieve the following functions 1, the establishment of a single linked list 2,
read-from--txt-in-turn-
- 循环读取命名有规律的文档,如0301-00;030-01,并将文档内容修改为统一格式-read data from .txt nameed orgnized recylely and changed form of data to be uniformed
wifi_oui
- printf("如果您的无线路由器MAC地址以“C83A35”或“00B00C”打头,\n") printf("输入后六位MAC地址(不分大小写)您或许可以获得该路由的WPS PIN密钥!\n") -WPS PIN secret printf (" If your wireless router MAC address the" C83A35 " or" 00B00C " starts with \ n" ) printf (&quo
scenario
- VanetMobiSim里用XML写的一个高速公路场景,两条车道,100辆车,采用IntelligentDriverMotion。可生产.tcl文件在NS2中仿真。-A scenario of the highway with two lanes in VanetMobiSim. 100 vehicles use intelligentDriverMotion model. It can generate .tcl file for NS2 Simulations.
fft
- 优权的傅立叶变换和最大信噪比准则方向图和功率谱,自己编写,仅供参考-Pattern and power spectrum of the Fourier transform of the privilege and the maximum signal-to-noise ratio guidelines written for reference only
Josephus
- Josephus问题,n个人围坐在一圆桌,从编号k的人开始报数,数到m的人出列,下一个人从1开始报-Josephus problem, n individuals sitting around a round table, the number of people began to count off k, the number of people out of the m column, the next person 1 Gettin