会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
未辰vc
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2018年11月20日
每日站立会议 11.20
摘要: 今日工作上一首控件的代码 private void button5_Click(object sender,System.EventArgs e){//停止播放if(this.axMediaPlayer1.FileName.Length>0)this.axMediaPlayer1.Stop(); e
阅读全文
posted @ 2018-11-20 21:35 未辰vc
阅读(81)
评论(0)
推荐(0)
2018年11月19日
每日站立会议 11.19
摘要: 写关于停止控件的代码 private void button5_Click(object sender,System.EventArgs e){//停止播放if(this.axMediaPlayer1.FileName.Length>0)this.axMediaPlayer1.Stop(); els
阅读全文
posted @ 2018-11-19 22:15 未辰vc
阅读(105)
评论(0)
推荐(0)
2018年11月18日
11.18我的工作
摘要: 我今天的主要工作是编写关于暂停控件的代 private void button4_Click(object sender,System.EventArgs e) {//暂停播放 if(this.axMediaPlayer1.FileName.Length>0) this.axMediaPlayer1
阅读全文
posted @ 2018-11-18 14:25 未辰vc
阅读(78)
评论(0)
推荐(0)
2018年11月17日
每日站立会议我的工作
摘要: 今天我主要是检查上次的代码是否可以运行,然后编写关于播放的代码。 private void button2_Click(object sender,System.EventArgs e) {//播放mp3文件 if(this.listview1.Items.Count>0) { if(this.li
阅读全文
posted @ 2018-11-17 21:01 未辰vc
阅读(121)
评论(0)
推荐(0)
2018年11月16日
每日站立会议我的工作
摘要: 今天我的任务是完成第一个控件浏览代码的编写,现在已经圆满完成任务。
阅读全文
posted @ 2018-11-16 17:26 未辰vc
阅读(81)
评论(0)
推荐(0)
2018年11月15日
每日站立会议我做的工作
摘要: 我今天的工作是确定了使用哪些控件的使用,然后把音乐播放控件使用上。然后打了一些关于浏览的控件的代码。
阅读全文
posted @ 2018-11-15 22:18 未辰vc
阅读(71)
评论(0)
推荐(0)
2018年11月13日
我对于我们组软件MP3播放程序项目进行的NABCD的分析
摘要: 本程序主要代码覆盖了六个button控件,分别为“浏览” "播放" “暂停” “上一首” “下一首” “停止”(后续可能还会加其他的功能,暂定这些。)然后要自行添加媒体播放器控件,使用Windows Media Player 控件,然后就是根据控件进行编码,浏览的编码要能取得文件大小,取得作者信息,
阅读全文
posted @ 2018-11-13 20:11 未辰vc
阅读(89)
评论(0)
推荐(0)
我的任务列表
摘要:
阅读全文
posted @ 2018-11-13 20:10 未辰vc
阅读(81)
评论(0)
推荐(0)
2018年11月6日
满足小学生在线答题,记录错题及更正错题的四则运算
摘要: #include<stdio.h>#include<math.h>#include<windows.h>int right=0;int wrong=0;void add(){ int a,b,c; a=rand()%100; b=rand()%100; printf("请回答:\n\t\t %d +
阅读全文
posted @ 2018-11-06 20:23 未辰vc
阅读(235)
评论(0)
推荐(0)
2018年11月4日
返回整数数组的最大子数组的和
摘要: #include<iostream>using namespace std;int max(int a, int b) { if (a > b) { return a; } else { return b; }}int main(){ int Array[10000]; int i = 1,k; i
阅读全文
posted @ 2018-11-04 15:33 未辰vc
阅读(133)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告