-
WinCE EVC4.2 TCP/IP服务器端程序,可以监听客户端的信号,并对每个客户端分别建立联系...
WinCE EVC4.2 TCP/IP服务器端程序,可以监听客户端的信号,并对每个客户端分别建立联系
- 2022-07-04 00:29:39下载
- 积分:1
-
Volume Manipulation Classes 操纵音量的类
Volume Manipulation Classes 操纵音量的类-Volume Manipulation manipulation of the volume category
- 2023-06-23 06:30:05下载
- 积分:1
-
很多ASP代码编写着都会遇到,当提交表单或URL中的信息太多,写Request.Form等语句会很麻烦。有时甚至要写几十个之多。如果可以直接输入变量就自动的...
很多ASP代码编写着都会遇到,当提交表单或URL中的信息太多,写Request.Form等语句会很麻烦。有时甚至要写几十个之多。如果可以直接输入变量就自动的写出Rs(),Request.Form(),Request.Querystring()等语句。将大大减轻编写着的负担! 还有时候可能需要这些格式语句中的变量,一个个的选中再复制也同样非常烦人。如果可以自动把这些Rs(),Request.Form(),Request.Querystring()等格式语句中的变量提取出来,那是多么领ASP代码编写着兴奋啊! ASP变量助手 可以满足这些要求,支持 【变量】->『格式』 和 『格式』->【变量】双向转换。不但预设了常用的5种转换格式,还支持自定义转换格式!绿色免费软件,不写注册表,不用安装!-many ASP code will be prepared to encounter when submitting a form or a URL that too much information, write Request.Form such phrases will be very troublesome. Sometimes even write as many as several dozen. If direct input variables can automatically write the Rs (), Request.Form (), Request.Querystring () statement. Be prepared to significantly reduce the burden! There may be times when they need to form statements variables, a further 000 copies of selected also very annoying. If these can be automatically Rs (), Request.Form (), Request.Querystring () formats statements extracted variables, it is how prepared from ASP code with e
- 2023-05-03 04:25:03下载
- 积分:1
-
Over the last twenty years, Soft Computing has developed rapidly as a discipline...
Over the last twenty years, Soft Computing has developed rapidly as a discipline and method for
- 2023-06-14 11:20:04下载
- 积分:1
-
使用vs2005编程
设计一种基于优先级和安全度的可抢占调度算法,其中安全度参数优于优先级参数,并由此判断给出任务组是否可调度。...
使用vs2005编程
设计一种基于优先级和安全度的可抢占调度算法,其中安全度参数优于优先级参数,并由此判断给出任务组是否可调度。-VS2005 Programming using a priority-based and safety may seize the scheduling algorithm, which is superior to the security parameter priority parameters, and thus given the task group to determine whether scheduling.
- 2023-03-09 18:50:03下载
- 积分:1
-
C can be used for the preparation of the CPU frequency can be measured in VC 6.0...
这是用C++编写的可以用来测CPU主频可以在VC++6.0 windows98、windows2000上运行-C can be used for the preparation of the CPU frequency can be measured in VC 6.0 modal. run by Windows
- 2022-02-10 05:35:55下载
- 积分:1
-
evc 开发的UI程序源码 evc 开发的UI程序源码
evc 开发的UI程序源码 evc 开发的UI程序源码-UI development process EVC EVC source UI development process source
- 2023-04-16 21:10:04下载
- 积分:1
-
经典的扫雷游戏,详细的源代码,功能丰富,易操作。
经典的扫雷游戏,详细的源代码,功能丰富,易操作。-Mine the classic games, detailed source code, feature-rich, easy-to-use.
- 2022-08-09 17:16:18下载
- 积分:1
-
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素...
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
- 2022-04-30 00:53:20下载
- 积分:1
-
利用WMI获取系统信息
本程序利用WMI技术获取系统的详细信息,如硬盘,CPU,操作系统,显卡,内存,等,其中WMI包含很多类的信息。可以自己找资料,都是通用的。
- 2022-08-25 05:58:19下载
- 积分:1