搜索资源列表
tongxin
- 这是一个在eclipse里进行实验通信的两个小程序,一个是服务器端,一个是客户端.-This is one of the eclipse experiment conducted two small communications procedures, a server-side, is a client.
pieDemo
- 这是一个基于jfreechart的饼图程序,主要特点是不在服务器端生成图片文件,直接在用户端显示图片,解决了大量用户访问时造成的写文件冲突,另外可减轻服务器的负荷-based jfreechart pie procedures, the main characteristic is not server-generated image files, directly in the client showed photographs, addressed many users visit the
bmp
- 使用VC开发的屏幕抓图程序,可以实现抓整个屏幕或抓某个窗口的客户区域。-Developed using the VC screen shot program, you can achieve grasping grasping the whole screen or a window client area.
caidan
- 菜单画图程序,分别在客户区窗口画出直线,圆和正方形。也可以使用工具栏的快捷方式画图。-Paint program menu, respectively, the window in the client area to draw a straight line, circle and square. You can also use the toolbar shortcut to drawing.
print
- 小实验在视图类的ondraw函数添加了代码,程序运行时,用CClientDC的类对象dc画的图形与用CDC对象指针画的图形均能在客户区显示出来,但是打印预览时却只显示CDC对象指针画的图形,这是因为打印预览时,使用的是CDC类的设备环境对象,并将它作为参数传给视图类的ondraw函数-Small experiment in the view class ondraw function add the code, the program runs, the class object with CC
ShouBiaoYiDong
- 怎样用VC++的MFC画矩形?编写相应的消息函数代码实现在客户区画矩形的功能,按下鼠标左键确定第一个矩形对角点位置,按住鼠标并拖动鼠标到另一位置时,释放左键确定另一个对角点。-How to use MFC VC++ to draw the rectangle? Preparation of the corresponding message function code implementation of the client area rectangle drawing function, pr
MFChuitu
- 屏幕绘图,MFC绘图的基本知识.设备描述表(device context)的概念.窗口、客户区和非客户区的概念.-Screen graphics, MFC drawing basics. Device context (device context) concept. Window, client area and non-client area concept.
Realize-image-rotation-at-any-Angle
- C\S版(客户端界面包含图像浏览,任意角度旋转 度数可调) 使用.net绘图工具drawing 实现图片任意角度旋转-C \ S edition (client interface includes images browsing, arbitrary Angle rotation degree adjustable) Use the.net drawing tools drawing Realize image rotation at any Angle
huaban
- 网络通信的小画板,可以实现客户端画一条直线,服务器上也显示一条直线。-A small drawing board network communication, the client can draw a straight line, the server also shows a straight line.
i-guss-what-you-paint
- 实现你画我猜,服务器上用鼠标绘画,客户端上能显示出所描绘图案。-Realize you paint I guess, server use the mouse to painting, the client can show the painted pattern.
DrawFinal
- 客户端和服务器连接后,客户端画图,服务器同步显示客户端图像-client and server,clinet paint a picture and the server dispaly it at the same time.
boxing
- 在VC++对话框的某个客户区显示任意波形!-One of the client area of the dialog box VC++ arbitrary waveform!
h
- 用C语言开发了一个手工绘制电力系统一次接线图的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求-C language developed a hand-drawn power system wiring diagram the keyboard drawing program, use the program to draw a wiring diagram to meet client requirements
drawing-multiple-pattern
- 该程序是通过菜单栏中的绘图菜单中的长方形和圆形两个子菜单来进行绘制的,当你选择一次菜单就会在客户区看到一个新的图形,选择多次就会看到层次分明的一串图形。-The program is through the menu bar of the graphics menu of rectangular and circular two sub menu to draw, when you select a menu will see a new graphic in the client area,
test
- MFC的双缓冲技术应用例程,主要是在客户区显示位图。-MFC s double buffering application routines, mainly displayed in the client area of the bitmap
Java-Email-Client-Example
- MAIL JAVA sshoufa MAIL JAVA sshoufa-MAIL JAVA sshoufaMAIL JAVA sshoufaMAIL JAVA sshoufa
line2
- 绘制任意斜率的直线段 设计CLine直线类,其数据成员为直线段的起点坐标P0和终点坐标P1,成员函数为MoveTo()和LineTo()函数。 CLine类的LineTo()函数使用中点Bresenham算法绘制任意斜率k的直线段,包括k=±∞、k>1、0≤k≤1、-1≤k<0和k<-1五种情况。 在屏幕客户区按下鼠标左键选择直线的起点,保持鼠标左键按下并移动鼠标到另一位置,弹起鼠标左键绘制任意斜率的直线段。 在状态栏动态显示鼠标光标移动时的位置坐标。-The slope of
SimpleDrawingSample
- Simple Chat TCP Server & Client
jfreechart-1.0.0-demo
- JFreeChart is a comprehensive free chart library for the Java(tm) platform that can be used on the client-side (JavaFX and Swing) or the server side