搜索资源列表
简易网络聊天器(C++)
- 个人写的一个简易网络聊天工具的编写 socket套接字的编写 多线程实现和采用select()函数实现多人在线聊天 同时,附有试验报告。
linux下关于socket编程的C例子
- 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
select
- 使用select模型进行网络编程的例子,使用标准c编程,移植性能好,是最基本的网络模型
C语言计算器
- 编辑器,源代码 一个简单的计算器 E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)Javascr ipt 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工具使用 ...php) 一
GDI pattern brush tool with C++ source code
- GDI pattern brush tool with C++ source code可以选择并设计新的填充图形-GDI pattern brush tool with C source code can select and design new graphics Filled
介绍一个操作DHTML表格的C++对象
- 正配置数据才能运行 1.如果你没有配置数据库,那会提示你没有配置,强出一个框,你按确定后,进入登陆窗口,在最下面有一个新键配置方案,单击此处,然后弹出一个配置框,相信编写数据的朋友们应该知道怎么做了吧,我的是ACCESS数据库,没有密码, 选择Microsoft Jet 4.0 OLE DB Provider 下一步选择数据库文件Server.mdb后,按确定回到登陆窗口,单击保存,程序会自己重启一次,好了按照默认密码进去吧-configuration data is to run a. If
select
- 一个基于c++的SeqList的小程序,但很有用!
SDIO_AR6K_Atheros
- AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design
buffer-select-point
- arcengine 开发 点选工具 缓冲区工具(C#代码) -Click Tools buffer tool (C# code
filecomp
- 选择两个文件夹,能对里面的文件进行对比,文件名相同则显示name,文件名和内容相同则显示N&C -Select two folders inside a document can be compared with the same file name show name, file name and content of the same show that N
select
- RS-232-C端口实时监控软件的设计实现 RS-232-C端口实时监控软件的设计实现-RS-232-C port real-time monitoring software design and implementation of the RS-232-C port real-time monitoring software design and implementation of the RS-232-C port real-time monitoring software design a
C
- 实现一个简单加解密系统,要求如下: (1)输入要加密的原文,长度不小于30个字母; (2)输入密钥长度L及用来产生密钥的英文字母(个数>=L); 注:一个有效的密钥由L(3<=L<=15)个小写英文字母组成,至少有一个元音字母( a , e , i , o 或者 u ),至少有两个辅音字母(除去元音以外的字母)。 (3)选择加密功能,可对原文进行加密; (4)选择解密功能,可对密文进行解密。 -Implement a simple encryption an
BezierCurves
- C#语言实现,在form中选点画bezier curve。-Implemented with C#, select nodes to draw bezier curve in a given form.
c
- 1、 构造一个简单程序设计语言的语法。(要求以C语言为样本,根据自己对编译器设计的掌握,简化C语言的功能) 2、 选中自己熟悉的分析方法对根据“设计的程序语言”编写的原程序进行分析,输出中间代码,并解释执行生成的中间代码。 -1, construct a simple programming language syntax. (Required for C language as a sample, based on their mastery of the compiler desig
12864with_cs1_cs2
- 这个与我们用到的12864不同,因为它具有片选信号CS1和CS2-The 12864 used in our different, because it has a chip select signals CS1 and CS2
Select
- 关于机房故障维修的系统,主要记录值班人在什么时候在哪个机房发现了什么问题,什么时候解决的。主要运用aps.net技术,使用C#语言-Maintenance of a system failure on the room, the main record of duty in what is discovered when the room in which any problem, when solved. Mainly through aps.net technologies, using C
C#
- 客户给了一证件模板格式,要求将系统中的数据按照格式导出到一个Word文件中,一条记录为一页,对换到下一页纠结了很久,终于捣鼓出来了。思路是拷贝模板文件,读取模板文件中的表格,选择表格进行复制,对第一页的表格进行赋值,赋值完后转到下一页进行黏贴,再对表格进行赋值。(The customer gives a certificate template format, request the data of the system in accordance with the format into a
多选下拉框
- 二次封装简易c#多选下拉框,实现下拉多选功能。(Simple c# select drop-down box, drop-down selection function.)
ass4.c
- In this assignment we will implement a "guessing" program. Our program will select a secret number from 1 to 100 and we will try to guess that number. To implement our program we will use IPC. The CHILD process is the one that selects
C#文件编辑器源码
- 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod