搜索资源列表
工业控制研华板卡VC编程实现AD程序
- 工业控制研华板卡VC编程实现AD程序,很不错的,用动态连接库的方式调用函数,适合工控软件提供的开发方法-Advantech industrial control board VC Programming AD procedures, very good, the dynamic link library of the function call, for the Industrial Control Software Development Methodology
ftp库函数精彩样例(实现get命令)
- 涵盖ftp封装的大部分库函数 以get命令为例演示,一个不错的ftp编程资料-ftp package covers most of the library functions to get orders demonstration example, a good ftp program information
com编程获取表单域信息
- 这是一个用COM获取表单域的程序,可以获取浏览器中的表单中的内容,可以了解用钩子函数等相关技术-This is a form used to obtain COM domain procedures, the browser can access the contents of the form, use the hook can understand the technologies related function
库函数查询字典
- 编程库函数查询字典-programming library functions inquiries dictionary
socket函数
- socket函数,学习socket编程的好-socket function, learning socket programming hyperactive move
80例上手Delphi7编程_02系统设置
- 80例上手Delphi7编程_02系统设置,应用API函数对系统进行编程控制,很容易上手。-80 cases easily Delphi7 programming _02 system settings, application API function for system programming control, it is easy to get started.
Linux声音设备编程实例
- Linux下的声音设备编程比大多数人想象的要简单得多。一般说来,我们常用的声音设备是内部扬声器和声卡,它们都对应/dev目录下的一个或多个设备文件,我们象打开普通文件一样打开它们,用ioctl()函数设置一些参数,然后对这些打开的特殊文件进写操作。-Linux Generally speaking, we used the voices of internal equipment and audio speakers, which corresponds to / dev directory o
gcc fork函数
- gcc 子进程编程示例代码
Linux--arm2440-ftp
- linux 与arm2440 之间的ftp程序 命令的处理(ls)命令,通过底层函数编程实现 不是直接调用系统函数。程序中包含输入输出重定向等操作。-linux and arm2440 between the ftp command processing program (ls) command, through the realization of the underlying functional programming is not directly call the system fun
networkfunction
- linux下网络编程的函数,一些linux/unix下常用API函数的实现-linux network programming under a function, a number of linux/unix under the commonly used API functions to achieve
LINUX-function
- LINUX函数手册.chm 世界上最全的linux 函数大集合,特别添加了有关linux 线程 相关的函数,以及线程编程原理-LINUX manual function. Chm of the world' s most full-function large collection of linux, in particular, to add the linux-thread-related functions, as well as programming principle thre
mymath
- linux c++编程,Linux 下创建和使用用户函数库-linux c++ programming, Linux users to create and use library
HP-UX
- HP-UNIX 参考手册全集(中文版),包含所有函数,命令,注意事项。unix编程高手必备参考资料。-Complete Works of HP-UNIX Reference Manual (Chinese version), contains all the functions, commands, pay attention to the matter. unix master essential programming reference material.
Time
- linux下时间编程,关于时间库函数的调用-time programming under linux, on-time library function call
Expert_WinAPI_8_to_17
- 这是《精通Windows API函数、接口、编程实例》第8-17章源代码,包括服务、图形用户界面、系统信息的管理、进程间通信、Windows Shell程序设计、Windows GDI、Windows Socket网络编程、设备驱动管理、内核通信、用户认证和对象安全。-This is the " Mastering Windows API function, interface, programming examples" section of Chapter 8-12, th
time
- 内核中的时钟函数编程,通过该时钟函数可以正常的来显示时钟并且可以快速的调用时钟来进行编程-Kernel clock function programming, through the normal function of the clock to show the clock and the clock can quickly be programmed to call
ncnisupport
- 一个ssl函数库,使用openssl,支持ssl和非ssl自动切换(A SSL libraries, using openssl, support SSL and non SSL automatic switching)
ypplgjationfunction
- Windows API函数在Visual Basic中的应用实例(Windows API function in the application of Visual Basic)
UNIX环境高级编程_第二版中文
- 本书描述了UNIX系统程序设计接口,系统调用接口和标准C库提供的很多函数等。(This book describes the UNIX system programming interface, the system call interface and many functions provided by the standard C library.)
LINUX_Shell编程基础教程
- 1)在Linux编辑中命令区分大小写字符。 2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。 3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。 4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。 5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议对于较大的程序要建立函数名和变量命名对照表。(1) the