资源列表
bam
- 可以注册银帐号,并且可以注册、登录、存钱、取钱、查看帐号余额-Bank accounts can be registered, and can register, login, save money, check account balance
CODE_UPLOAD174343222001
- Message system in visual basic
Principlesofcurriculumdesigncompiler
- 大学编译原理的课程设计 包含源代码(c++编写)和说明文档 -Principles of curriculum design compiler
sourceMg
- source code source code -source code source code source codesource code
simple_2D_Delaunay_Triangulation
- 对已有的顶点进行三角剖分操作,仅限于二维-Triangulate the points given, limited to 2D
network
- 网络有关知识:网络层,传输层,应用层。层次清晰,容易理解-Network of knowledge: network layer, transport layer, application layer. The level of clear and easy to understand
win32console
- Win32控制台窗口界面, 可以说是一种文本操作界面(TUI). 下面是一份比较详细的教程+几份程序的压缩档. 送给准备写些漂亮的C++课程设计界面, 但又不想用MFC的同志们-Win32 console window interface, you can say that it is a text user interface (TUI). The following is a copy of the detailed procedures tutorial+ several c
NetworkConnector
- XP系统宽带联结快速生成小程序/VB源码-XP system quick broadband connection applet/VB source code
001
- this source code is a scm. i think, this code will be help you.
vc
- 利用VC++,实现图像的分割与边缘检测!-Using VC++, to achieve image segmentation and edge detection!
Manifests
- AppWizard has created this Manifests.TheDLL project for you to use as the starting point for writing your Dynamic Link Library (DLL). This file contains a summary of what you will find in each of the files that make up your project.
socket_shell
- 分别编一个客户端程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如>1k字节) (目的是为了在一次连接测试多次的收/发)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。 编写一个递归的shell程序 findit,该程序搜索参数2指定的目录树,查找所有的以 .c和 .h结尾的文件,如文件行中含有参数1指定的字符串,显示该行和相应的文件名。如目录参数2缺省,