您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 轻量级C++编译器devcpp

  2. Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. It can creates native Win32 executables, either console or GUI, as well as
  3. 所属分类:C++

    • 发布日期:2009-04-28
    • 文件大小:12582912
    • 提供者:luoxiafei
  1. μC/OS, The Real-Time Kernel

  2. My first book, “μC/OS, The Real-Time Kernel” is now 6 years old and the publisher has sold well over 15,000 copies around the world. When I was asked to do a second edition, I thought it would be a fairly straightforward task; a few corrections here
  3. 所属分类:C

    • 发布日期:2009-05-03
    • 文件大小:943104
    • 提供者:shan2088
  1. c#.NET邮件发送实例

  2. 利用Visual studio 2005编写的用c#实现的邮件发送实例,使用SmtpClient对象发送电子邮件,必须通过Host和Port属性指定用来发送电子邮件的SMTP主机服务器。
  3. 所属分类:C#

    • 发布日期:2009-05-09
    • 文件大小:32768
    • 提供者:weijianiu
  1. c++思想Vs函数集

  2. c语言库函数大全--资料收集 Turbo C 2.0 函数中文说明大全 分类函数,所在函数库为ctype.h int isalpha(int ch) 若ch是字母('A'-'Z','a'-'z')返回非0值,否则返回0 int isalnum(int ch) 若ch是字母('A'-'Z','a'-'z')或数字('0'-'9'),返回非0值,否则返回0 int isascii(int ch) 若ch是字符(ASCII码中的0-127)返回非0值,否则返回0 int iscntrl(int ch
  3. 所属分类:C

    • 发布日期:2009-05-22
    • 文件大小:161792
    • 提供者:lxm247
  1. linux下socket编程简单echo实例(c)

  2. 参考我看到的那篇文章(要谢谢作者,写的还是很通俗易懂的,地址见下文),本代码可以作为socket编程的一个小入门。 这是一个参考以下文章实现的简单的echo实例: http://www.cppblog.com/lf426/archive/2008/07/08/55641.html 文章中用c++实现,我用c写了一下,没什么区别。主要是这里要注意: 原文中端口赋值是用的htonl: serv_addr.sin_port = htonl(LISTEN_PORT); 实际中会发现编译是可以通过的,但
  3. 所属分类:C

    • 发布日期:2009-07-01
    • 文件大小:2048
    • 提供者:xzpeter
  1. ftp客户端ftpclient纯C语言winsock实现socket编程

  2. ftp客户端ftpclient纯C语言winsock实现socket编程 /* *本程序是2009年计算机网络课程设计作品。 *本程序参考rfc959标准。能准确与遵守此标准的服务器进行信息交互。 *本人不保留任何版权。 *本程序仅供学习研究测试使用。因使用本程序所有或部分代码所产生的任何后果,本人均不负任何法律责任。 *2009年7月13日 */ #include #include #include /*system() */ #include #pragma comment(lib,
  3. 所属分类:Web开发

    • 发布日期:2009-07-13
    • 文件大小:13312
    • 提供者:baiguo_zxy
  1. flexPhoto 基于 flex+fluorineFx+webservices(C#)的例子

  2. 使用flex+fluorineFx+webservices(C#)其中注意的是.net环境与flex环境的结合,fluorineFx的引用,端口的配置-The use of flex + fluorineFx + webservices (C #) which noted that the. Net environment and flex combination of environmental, fluorineFx references, port configuration
  3. 所属分类:Web开发

    • 发布日期:2009-07-17
    • 文件大小:2097152
    • 提供者:hbin2000
  1. 8051单片机C程序设计

  2. 目的是使用8051的Port l连接到8个LED,Port 2则连接到1个指拨开关,当用户拨动指拨开关时,相对应的LED就会亮或灭。 在这次练习中,您将学会如何使用8051输入数据
  3. 所属分类:C

    • 发布日期:2009-08-02
    • 文件大小:1048576
    • 提供者:LHJMING
  1. Serial Port debugger

  2. 串口调试,Serial Port debugger,C#, 需要安装.net 3.5
  3. 所属分类:C#

    • 发布日期:2009-08-05
    • 文件大小:99328
    • 提供者:mddong
  1. c#ftp客户端 支持主动和被动模式

  2. c#ftp客户端 支持主动和被动模式,c#ftp客户端 主动模式 被动模 PORT PASV
  3. 所属分类:FTP

    • 发布日期:2009-08-07
    • 文件大小:103424
    • 提供者:tcstar
  1. 串口调试,Serial Port debugger

  2. 串口调试,Serial Port debugger,C#
  3. 所属分类:C#

    • 发布日期:2009-08-16
    • 文件大小:27648
    • 提供者:mddong
  1. c# http post get

  2. using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.Collections; using System.IO; using System.Text.RegularExpressions; using RE = System.Text.RegularExpressions.Regex; using Sy
  3. 所属分类:Web开发

    • 发布日期:2009-08-31
    • 文件大小:25600
    • 提供者:kw432
  1. 自己做的分别使用MCOMM和serial port 进行串口编程

  2. 使用c#进行mcomm和serial port两种方式进行串口编程的比较,初学者一看就会!
  3. 所属分类:C#

    • 发布日期:2009-10-13
    • 文件大小:69632
    • 提供者:zjhiphop2006
  1. CLucene: Lucene全文搜索引擎C++版

  2. CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++.
  3. 所属分类:C++

    • 发布日期:2009-10-16
    • 文件大小:2097152
    • 提供者:wangjingfei
  1. 嵌入式系统的C程序设计

  2. 第1章 简介 1.1 本书的作用 1.2 嵌入式系统中使用C语言的好处 1.3 本书概览 1.4 修改和补充信息 第2章 问题规范 2.1 产品需求 2.2 硬件管理 2.3 软件计划 2.3.1 软件体系结构 2.3.2 伪代码 2.3.3 流程图 2.3.4 状态图 2.3.5 资源管理 2.4 测试规划 第3章 微控制器 3.1 中央处理单元 3.1.1 指令集 3.1.2 栈 3.2 内存寻址和类型 3.2.1 RAM和ROM 3.2.2 ROM和程序设计 3.2.3 冯·诺依曼与哈佛
  3. 所属分类:C

    • 发布日期:2010-01-05
    • 文件大小:2097152
    • 提供者:cicyzh
  1. C#客户端和服务器端通信程序

  2. using System; using System.Threading; namespace ChatServer { using System.Net.Sockets; using System.Net; /// /// Summary descr iption for Client. /// public class Client { private Thread clthread; private EndPoint endpoint; private string name; pr
  3. 所属分类:C#

    • 发布日期:2010-01-13
    • 文件大小:250880
    • 提供者:chinahuyong
  1. c# serial port

  2. c# serial port如何用serialcom 读写com1
  3. 所属分类:C#

    • 发布日期:2010-05-16
    • 文件大小:36864
    • 提供者:markcai963
  1. c# 通过COM硬件端口直接读取GPS信息

  2. c# 通过COM硬件端口直接读取GPS信息,带源代码,不是通过GPSAPI.DLL来读取的,在WINCE,WM5.0-WM6.0-WM6.5测试通过。。
  3. 所属分类:C#

    • 发布日期:2010-05-23
    • 文件大小:140288
    • 提供者:luluping
  1. C#.Net网络程序开发-Socket篇

  2. //"开始"按钮事件 private void button1_Click(object sender, System.EventArgs e) { //取得预保存的文件名 string fileName=textBox3.Text.Trim(); //远程主机 string hostName=textBox1.Text.Trim(); //端口 int port=Int32.Parse(textBox2.Text.Trim()); //得到主机信息 IPHostEntry ipInfo=Dn
  3. 所属分类:Web开发

    • 发布日期:2010-06-03
    • 文件大小:183296
    • 提供者:marsfpm
  1. STM32CubeMX的main.h文件生成脚本

  2. STM32CubeMX升级到4.23.0之后,加入freertos之后生成的工程文件会报错: “..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM3\port.c(412): error: A1586E: Bad operand types (UnDefOT, Constant) for operator (”,最后发现是main.h 中的#include "stm32f1xx_hal.h"的定义引起的冲突,网上就一个
  3. 所属分类:C

    • 发布日期:2017-11-16
    • 文件大小:7168
    • 提供者:mickey35
« 12 3 4 5 6 7 8 9 10 ... 50 »