资源列表
MyClock
- C#时钟,graphics 函数写的,完全手写。原创-C# clock
PrintControl
- 开发环境: VS2005 一、主要用途:格式化打印,如在证书、发票、单据等在已经有文字的纸张上进行内容填充打印。 二、内容包含: 1、格式化打印控件PrintControl.dll 及源码 2、打印模板示例PrtTemplate.xml(您也可以根据您的需要更改点阵的存储介质,例如数据库或其他) 3、调用PrintControl.dll 使用打印模板进行打印的例子 三、特点: 1、XML模板可设置打印条目的位置,字体,大小 2、支持预览打印,直接打印等 3
一号店API采集系统
- 通过开放式API接口采集订单数据。写入数据库。发货等。
单片机C语言应用100例
- 单片机实用的C语言,囊括了所有的知识!是初学者入门很好的资料
vsPcSharpPuart
- 用c#(vs)编写的一个串口上位机,具体作用是接受病房信息并显示。-A serial port of the host machine written in c# (vs), the specific role of the receiving ward information and displays.
IM
- IM即时通讯 wpf 界面,实现QQ的所有功能,聊天记录,在线视频,语音,文件传送(离线也实现),分组管理,会议室,讨论组 -IM tools ,create in wpf
13.siweishumaguanjishu
- 四位数码管计数器经典程序。51单片机程序,可以自己移植,方便大家学习。-Four digital tube counters classic program. 51 single-chip process can transplant to facilitate learning.
serial-iic(9)-pca9698-pcf8574-OK
- 该serial iic(9) pca9698 pcf8574压缩包是通过IIC控制PCA9698和PCF8674的51单片机程序。-The serial iic (9) pca9698 pcf8574 compressed packets through IIC control 51 PCA9698 and PCF8674 microcontroller program.
cPPspectral-analysis
- 使用C++编写的源程序代码,实现频谱分析的功能-Use C++ compilation of source code, to realize the function of spectrum analysis
CSharp
- C#语言开发的一个学生成绩管理系统,内含源码及论文。-C# language to develop a student management system, including source code and papers.
friend
- 友元 编写C++程序完成以下功能: 定义一个Boat和Car两个类,他们都具有私用属性——重量; 编写一个函数,计算两者的重量和。 double TotalWeight(Boat& b, Car& c) -Friend write C++ program to perform the following functions: define a Boat and Car two classes, they have private property- weight write
VC++经典游戏
- 这是一些很好的vc++编程实例,各种小游戏,与windows的基本一模一样哦,功能很强大