搜索资源列表
简易网络聊天器(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.
c++_opengl_selection
- 本文提出并实现一种用于三维坐标拣选的RIP(Ray-Intersection-Penetration)方法。介绍了如何在已经渲染至窗口的三维场景中,使用鼠标或者相关设备拣选特定三维对象的方法。此方法对于正交投影或透视投影均有效,相对于OpenGL自带的选择与反馈机制,本方法无论是拣选精度还是算法实现效率均高出许多,是一种比较通用的解决方案。-this paper, and for the realization of a three-dimensional coordinates of the
select
- 使用select模型进行网络编程的例子,使用标准c编程,移植性能好,是最基本的网络模型
SELECT
- 选择第k小的元素,c语言 partition 要好好看看 理解函数意思
判断是否为LL(1)文法 C语言
- 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用C语言编写。
C
- C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,Select()系统调用及 文件描述符集fd_set的应用,Socket接口实现网络异步通信,用C程序挽救Foxmail中的邮件-C to directly read dbf file, RS-232-C port real-time monitoring software design and implementation, Select () system call and file descr iptor set fd_se
Linux_chatroom_select
- Linux网络编程一步一步学-异步通讯聊天程序(select)-Linux Network Programming step by step learning- asynchronous communication chat program (select)
demo.tar
- oracle官方ODBC cdemo_odbc.mk connect.c insert1.c insert2.c select.c-oracle c/c++ odbc cdemo_odbc.mk connect.c insert1.c insert2.c select.c
select
- select 函数的详细描述,select 函数可以用于非阻塞机制。-select a detailed descr iption of function, select function can be used for non-blocking mechanism.
select2
- Linux 下 select 函数的例子-Select function under Linux example
select
- socket使用select能够减少资源占用. 本程序使用了select功能-socket using select to reduce resource consumption. This program uses the select function
socketselect
- socket-select,大家互相学习-socket-select,dajiahuxiangxuexi !!!
linux-socket-c
- linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
(c语言)音乐播放器源码
- 一个用c语言编写的音乐播放器 操作说明: 1.单击<简单的DERL,欢迎使用>字样或点击菜单按钮添加音乐目录。 2.歌曲列表选中歌曲双击播放,鼠标右键返回桌面,鼠标左键单击歌曲名或歌手进入歌曲列表。 3.在程序桌面按鼠标右键窗口缩小至只显示歌手和歌曲名。 4.最小化按钮将程序最小化至托盘。 5.在菜单中更换背景可更换背景图或背景色,新增更换自定义的背景图。(配置背景颜色需重新启动程序才能生效。)(A music player written in C language
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
C#_ScaleImages
- 使用C#语言,在程序界面选择任意图片进行图像缩放。(Using C# language to select any image to zoom in on the program interface.)