资源列表
Getting_Started_With_Mathematica_AND_Maple
- 很经典的外文数学实验指导文档,包含Mathematica & Maple,简单浅显-Very classic mathematical experimental guidance documents in foreign languages, including Mathematica
cfile_crect_cwave_application
- 教你如何用C++中的File类Wave类Rect类,对于初学网络开发的人会有些帮助-Teach you how to use C++ The File Class Wave-type Rect class, network development for the beginner who might be helpful
BezGdiPDlg
- Bezier曲线的可执行程序,注:vc语言编写的;3次4个顶点-Bezier curves of the executable program, note: vc languages 3 4 vertex
xiaos
- 键盘输入有抖动,本程序利用计数器法来消除键盘输入信号的抖动 还有一篇关于键盘防抖研究的论文-Keyboard input jitter, the program counter method to eliminate the use of keyboard input signal jitter was also an article on research papers keyboard Reduction
c
- 1写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。 2有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。 3编写input()和output()函数输入,输出5个学生的数据记录。 4反向输出一个链表。 5找到年龄最大的人,并输出。-1 to write a function, and the length of a string, in the main function in the
ATM
- 本程序是一个模拟银行柜员机的程序。以链表来存储客户信息,因此可以动态地添加客户人数。程序实现了自动柜员机所需要的基本功能。-This procedure is a bank teller machine simulation procedures. To linked lists to store customer information, it can dynamically add a number of clients. Procedures for the realization of
GETcolor
- C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。-C++ Prepared Found color screen, and drag the mouse on the screen can be accessed at any point of the color, and then gi
c3
- 1学习putpixel画点。 2画椭圆ellipse 3利用ellipse and rectangle 画图。 4输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。-1 learning point putpixel painting. 2 paintings ellipse3 the use of elliptical ellipse and rectangle drawing. 4 input array, the largest element and th
c4
- 1一个最优美的图案。 2有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数-1 One of the most beautiful designs. 2 months integer n to the preceding number of the order of backward-shift position m, and finally the number m of m into the top of the number of
recognizeCODE
- 书中的一个经典实例,在此摘录出来,让C++此方面编程的朋友可以更容易的找得到,压缩包内有3种识别技术的算法实例,需要慢慢研究哦。-A classic example of the book, in this excerpt from, let C++ This regard programming friends can more easily find, compressed packet, there are three kinds of algorithm to identify exam
c5
- 1时间函数举例4,一个猜数游戏,判断一个人反应快慢。 2有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列)输出到一个新文件C中。-A function of time, for example 4, a guess the number of games, judge a person reaction speed. 2 There are two disk files A and B, the storage of his letters, these t
LANChat
- 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client