代码搜索结果
找到约 15,351 项符合
9 的代码
9-7-2.c
#include //头文件
struct student //定义结构
{
char *name; //姓名
int num; //学号
int age; //年龄
char *sex; //性别
float score; //分数
}boy[4]={
9-5.c
#include //头文件
struct kemu //定义结构kemu
{
float Chinese; //语文成绩
float English; //英语成绩
float Math; //数学成绩
};
struct student //定义结构student
{
char *nam
9-7-1.c
#include //头文件
struct student //定义结构
{
char *name; //姓名
int num; //学号
int age; //年龄
char *sex; //性别
float score; //分数
}Bob={"Bob"
9-3.c
#include //头文件
struct student //定义结构
{
char *name; //姓名
int num; //学号
int age; //年龄
char *sex; //性别
float score; //分数
};
void main(
9-6-2.c
#include //头文件
struct student //定义结构
{
char *name; //姓名
int num; //学号
int age; //年龄
char *sex; //性别
float score; //分数
}boy[5]={
d263.bmp.txt
(9)实现接收短消息功能
该实例接收短消息是采用定时器轮巡的方式,每个定时器周期尝试接收短消息,若收到
新的短消息,则显示在ListCtrl中。
void CGsmGprsView::OnTimer(UINT nIDEvent)
{
// TODO: Add your message handler code here and/or call d
9累加.c
/*-----------------------------------------------
名称:1位数码管动态扫描显示变化数据
论坛:www.doflye.net
编写:shifang
日期:2009.5
修改:无
内容:1位数码管分别显示不同数字,这种扫描显示方式成为动态扫描,并不停变化赋值
----------------------------