-
Calendar_xrc
使用Csharp实现的日历程序,功能简介:
已完成功能
1.新建当天日记,新建随笔
2.打开日记,打开随笔
3.文件保存
4.树状视图的显示
5.设置字体
6.查看日历:
a、新建活动
b、查看活动
c、修改活动
d、删除活动
e、活动提醒
7、日历以类似MSN的好友登录提示的方式来通知用户要做的活动(use the calendar to achieve procedures, functional description : a function has been completed. New day diary two new delegates. Open diary Essays open 3. file 4. Tree View Display 5. 6 fonts installed. View the calendar : a, new activities b, c View activities, modifications of the activities d, e delete activities, activities remind 7. MSN Calendar similar to the Friends of the login prompt users to be done to inform the activities)
- 2007-03-20 00:11:34下载
- 积分:1
-
transformer
使用simulink实现变压器的仿真生成的C代码(C code generated by transformer simulation using Simulink)
- 2019-04-03 11:05:31下载
- 积分:1
-
9021217unity QHierarchy v4.4
说明: unity游戏编辑器扩展插件QHierarchy v4.4
所支持的Unity版本:4.6.0 及以上版本
QHierarchy is an editor extension that adds several often used functions to hierarchy window(QHierarchy is an editor extension that adds several often used functions to hierarchy window:)
- 2020-07-22 00:28:46下载
- 积分:1
-
MP3
DIYMP3,能智能播放,很好的运用了STM32系统相关知识,花费了我将近半年的努力,基本上包含了STM32所有功能的应用。(DIYMP3, play to intelligence, very good use of the STM32 system related knowledge, it took me about half effort, basically contains all STM32 function application.)
- 2013-07-31 15:52:24下载
- 积分:1
-
uartdispy
户外显示屏源程序,含下位机源程序和上位机通讯程序(用delphi编写)(outdoor display source files, with the next crew and the source PC communication program (prepared with delphi))
- 2007-05-24 22:50:29下载
- 积分:1
-
C# 启动和关闭无窗体定时器
C# 启动和关闭无窗体定时器,单击窗体上对应的按钮,即可完成无窗体定时器的启动和关闭功能,核心代码为:
private void button1_Click(object sender, EventArgs e)
{//启动无窗体定时器
var MyClass = new MyThreadClass();
MyTimer = new System.Threading.Timer(MyClass.MyCallBackMethod, MyClass, 5000, 2000);
}
private void button2_Click(object sender, EventArgs e)
{//关闭无窗体定时器
MyTimer.Dispose();
}
- 2022-04-09 03:53:39下载
- 积分:1
-
MPC860SARCOD1
MPC860SAR源代码,包括头文件、汇编程序以及说明。(MPC860SAR source code, including the first document, and on the compilation process.)
- 2006-10-08 22:41:58下载
- 积分:1
-
音乐播放器
支持VC6运行,是本科课程c++大作业。
- 2022-04-30 06:44:57下载
- 积分:1
-
DualCOMtest
一个关于51单片机的双串口转换程序,两个串口之间的切换,并且接收/发送数据(On 51 single-chip dual-serial conversion process, the switch between the two serial port and receive/send data)
- 2009-05-05 11:18:07下载
- 积分:1
-
20051216165434883
说明: 这是一个用vc编写的简单的图形查看器程序,它可以用来实现图形查看的功能,好用哦(vc)
- 2005-12-23 10:59:08下载
- 积分:1