自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (8)
  • 收藏
  • 关注

原创 ACCP4.0 [项目实战1]数据加密

问题描述某个公司采用公用电话传递数据信息,数据是小于8位的整数,为了确保安全,在传递过程中需要加密,加密规则如下:首先将数据倒序,然后将每位数字都加上5,再用和除以10的余数代替该数字,最后将第一位和最后一位数字交换。 

2007-05-13 09:48:00 623

原创 ACCP4.0 [项目实战2]学员成绩管理系统

 用C语言编写一个程序实现学员管理,每个学员包括3门课的成绩。从键盘输入学员信息,包括学号、姓名、三门课成绩,计算出学员的平均成绩,按照学员平均成绩由大到小排序。另外需要增加下面的管理功能。插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表原有排序。删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩保持原有排序。#include stdio.h>

2007-05-13 09:46:00 1756

原创 用C语言输出乘法口诀表

 #includestdio.h>main()...{    int i,j,result;    printf(" ");    for(i=1;i10;i++)    ...{        for(j=1;ji;j++)        ...{            result=i*j;            printf("%d*%d=%-3d",i,j,result);/**/

2007-04-25 21:34:00 1334

西门子PLC S7-300 400 1200 1500 TCP C#通讯组件V1.0

西门子PLC S7-300/400/1200/1500 TCP 通讯组件V1.0,PLC上无需增加任何程序,直接通讯。 1.C#语言开发,采用NET4.0框架,模块化设计,二次开发使用方便。 2.工程结构类似OPC通讯方式,采用Tag的方式,通过标签名就可以读写寄存器。 3.采用XML配置式标签的方式实时读写PLC内部寄存器,可读写寄存器包括I、Q、PI、PA、M、DB。 4.具有PLC断线重连功 能,通讯稳定可靠。 5.支持至少10路PLC同时通讯,每个PLC读写点数<=20000点。

2017-09-09

2017版Mobus TCP C#通讯组件-测试Demo

modubus TCP测试版本 通讯组件 1.C#语言开发,采用NET3.5框架,模块化设计,二次开发使用方便。 2.工程结构类似OPC通讯方式,采用Tag的方式,通过标签名就可以读写寄存器。 3.采用XML配置式标签的方式实时读写PLC内部寄存器,可读写寄存器包括0,1, 3, 4。 4.具有PLC断线重连功能,通讯稳定可靠。 5.支持至少10路PLC同时通讯,每个PLC读写点数<=200 00点。

2017-09-09

ExcelServer RegTools

ExcelServer7.1.7 RegTool

2010-04-28

Cool Vista-style Menu

This is the second release of this control, so my previous article was a bit poor, I decided to update it too. I based the development of this control on Vista start menu, but as you can see in the image above, it can be easily customized to support other styles, themes, etc. See demo project for more details (mac style menus, applying themes at runtime, etc.)

2010-04-10

Cool Vista-style Menu

This is the second release of this control, so my previous article was a bit poor, I decided to update it too. I based the development of this control on Vista start menu, but as you can see in the image above, it can be easily customized to support other styles, themes, etc. See demo project for more details (mac style menus, applying themes at runtime, etc.) Vista menu control is also able to render background image. You can set the image alignment, defined by ContentAlignment enumeration, and then DrawBackImage is invoked to draw the image.

2010-04-10

GDI+实现翻页效果

利用GDI+实现翻页效果源码,有兴趣的朋友可以下载学习

2010-04-02

获取本机的名称IP和MAC信息

获取本机的名称IP和MAC信息

2008-01-26

C#WinFormExcel文件内容

读取Excel文件内容

2008-01-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除