CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - c T

搜索资源列表

  1. 用c语言编写串口程序

    0下载:
  2. 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。   在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6431
    • 提供者:王平
  1. AN050101_Modbus_TCP.rar

    0下载:
  2. modbus通信协议的C#说明,对使用该通信协议的开发人员来说很有用途。,modbus communication protocol of the C# note on the use of the communication protocol is use for developers.
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:336555
    • 提供者:刘军龙
  1. jsq

    0下载:
  2. 简单计算器的实现,适合c#初学者练习参考使用,Windows 应用程序。-The realization of a simple calculator, suitable for beginners c# reference to the use of exercises, Windows applications.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:36315
    • 提供者:张磊
  1. keigbc

    0下载:
  2. 用C#制作的课程表,支持单双周、指定周、按周排课,自动提示、节假日等功能,能基本完成大学课表的所有安排。-Produced by C# curriculum to support single-and double-weeks, the designated week, according to Zhou Timetable, auto tips, holidays and other functions, can be basically completed all the arrangeme
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:317177
    • 提供者:choso
  1. TicketsSystem

    0下载:
  2. C#简单编程,电影院售票系统。没有打包,是源程序-C# simple programming, cinema ticketing system. There is no package is source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:366109
    • 提供者:Zhixing Xu
  1. 10programmers_reference_manual

    0下载:
  2. 《C#t程序员参考手册》,其主要功能和核心类库提供了一个快速的参考-" C# t Programmer' s Reference Manual" and its main functions and the core class libraries provide a quick reference
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:11912689
    • 提供者:zhengli
  1. Sams.C.Sharp.3.0.Unleashed.With.the.dot.NET.Framew

    0下载:
  2. As the reader of this book, you are our most important critic and commentator. We value your opinion and want to know what we’re doing right, what we could do better, what areas you’d like to see us publish in, and any other words of wisdom you’r
  3. 所属分类:CSharp

    • 发布日期:2017-06-10
    • 文件大小:18405266
    • 提供者:
  1. mycsharpform

    1下载:
  2. 用C#实现半透明的T形窗体,一个典型的异形窗体实现实例,除了平时我们看到的规规矩矩的窗体外,不规则窗体的应用也越来越广泛,了解异形窗口的创建,对灵活掌握C#也有积极作用,本例不但实现了异形窗体,而且把窗体变为半透明,并用背景图像平铺,从中可以掌握的技巧还是瞒多的。 -Achieved with C# T-shaped semi-transparent form, shaped form to achieve a typical example, we see neatly addition
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:560315
    • 提供者:wangpopo
  1. C-Programme-of-Cymometer

    0下载:
  2. 在单片机应用系统中利用C 语言编程具有一定优点。介绍了用C 语言实现数字频率计的软件设计。介绍了C 语言使 用中几个关键问题。并对数字频率计的主程序、显示程序中小数点处理程序进行了论述。全部软件编程不是采用常规的汇编 语言, 而是利用C 语言强大的浮点运算能力, 实现频率计的软件设计。因此提高了频率计的测量精度。具有一定的实用价值。-The ar t icle int roduces the sof tw are of digital cymometer and int roduces
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:94453
    • 提供者:才子
  1. Developing-C-Sharp-Apps-for-iPhone-

    0下载:
  2. 此书主要帮助读者利用已知的C#技巧为iphone和ipad编写C#程序。-Developing C# Applications for iPhone and iPad using MonoTouch shows you how to use your existing C# skills to write apps for the iPhone and iPad. Fortunately, there s MonoTouch, Novell s .NET library that allows
  3. 所属分类:CSharp

    • 发布日期:2017-06-22
    • 文件大小:42849956
    • 提供者:taozi
  1. c--ASCII

    0下载:
  2. 所有的ASCII码都可以用“\”加数字(一般是8进制数字)来表示。而C中定义了一些字母前加 \ 来表示常见的那些不能显示的ASCII字符,如\0,\t,\n等,就称为转义字符,因为后面的字符,都不是它本来的ASCII字符意思了。-All ASCII code can be represented by " \" plus the number (typically 8 hexadecimal numbers). And C is defined in a number of l
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:6032
    • 提供者:joe
  1. 住所録 鐘斌

    0下载:
  2. 一个居民信息登录系统,日文版。用的文件处理写的,不过里面有添加接口和工场模式,可以写个DAO类,更换数据库(I don't speak english!thank you!)
  3. 所属分类:C#编程

    • 发布日期:2017-12-23
    • 文件大小:1671168
    • 提供者:GOSH Gai
  1. GuideData

    0下载:
  2. 访问接口数据,插入本地数据库。 如果有不熟悉的可以来看一下! 基本上每15秒访问一次接口(Accessing the interface data and inserting the local database. If you don't know it, you can come and have a look! Basically, you access the interface every 15 seconds)
  3. 所属分类:C#编程

    • 发布日期:2017-12-26
    • 文件大小:1051648
    • 提供者:战神V打PP
  1. c#串口编程实例

    0下载:
  2. 通过C#实现串口编程通讯,供大伙学习参考,不用谢,不客气(You are welcome ,Don't mention it .Do you miss me ,I like you very mach.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-19
    • 文件大小:432128
    • 提供者:仰头微笑
  1. lab6

    0下载:
  2. - Giao di?n t??ng t? nh? Calculator c?a Windows, có ??y ?? nút b?m và ch?c n?ng t??ng t?, n?u thêm ???c ch?c n?ng m?i thì càng t?t - Có khung ??ng nh?p, n?u ch?a ??ng nh?p thì các nút ch?c n?ng b? m? ?i kh?ng dùng ???c - Th?c hi?n ph?n hi?n th? p
  3. 所属分类:C#编程

    • 发布日期:2017-12-25
    • 文件大小:161792
    • 提供者:leluuvietson
  1. C# 的排列组合类

    0下载:
  2. 算法:排列组合类 调用方法如下: // // 1.GetPermutation(T[], startIndex, endIndex) // 对startIndex到endIndex进行排列,其余元素不变 // // 2.GetPermutation(T[]) // 返回数组所有元素的全排列 // // 3.GetPermutation(T[], n) // 返回数组中n个元素的排列 // // 4.GetCombination(T[], n) // 返回数组中n个元素的
  3. 所属分类:C#编程

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:ts_samzhang
  1. 改抽奖

    0下载:
  2. 学号随机抽奖,抽中的放入列表不会再中奖。(Random lottery of the school number, the put list in the pump won't win the prize again.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:489472
    • 提供者:weisu761
  1. 报表安装20170214

    2下载:
  2. winfrom写的金蝶财务报表插件,采用了第三方控件devexpress,界面比金蝶原要美观的多,需要用到的dll都在里面,其中有个bat运行可直接在客户端注册该插件不需要经过Bos平台(The Kingdee financial report plug-in written by winfrom adopts the third party control devexpress, the interface is much more beautiful than the Kingdee, an
  3. 所属分类:C#编程

    • 发布日期:2018-04-19
    • 文件大小:17974272
    • 提供者:Kevin520
  1. NationalTestC

    1下载:
  2. 智能家居为什么要20个字中的非常麻烦呀,怎么办(I can't speed English,sorry .)
  3. 所属分类:C#编程

    • 发布日期:2018-04-29
    • 文件大小:235520
    • 提供者:汪军梁
  1. T+单据导入注册机案例

    1下载:
  2. T+12.1单据导入插件注册机,根据数据库名+机器码获取到插件注册码(The T+12.1 document is imported into the plug-in register machine, and the registration code of the plug-in is obtained based on the database name and machine code.)
  3. 所属分类:C#编程

    • 发布日期:2018-04-30
    • 文件大小:672768
    • 提供者:Devper
« 12 3 4 5 »
搜珍网 www.dssz.com