-
Asp.net实现的汉字转拼音的源代码,大家可以试试看
Asp.net实现的汉字转拼音的源代码,大家可以试试看-Asp.net phonetic realization of the Chinese characters to the source code, we can give it a try
- 2022-01-30 13:40:26下载
- 积分:1
-
转盘抽奖
转盘抽奖
- 2014-02-05下载
- 积分:1
-
xm163
Using weighted model nodes in the network strength and weight are power law distribution, Including the generalized cross-correlation function GCC time delay estimation, Conducted through virtual array DOA estimation.
- 2017-09-18 16:27:24下载
- 积分:1
-
ASP平台开发,网站源代码
ASP平台开发,网站源代码-ASP platform development, the website source code
- 2022-08-16 21:23:11下载
- 积分:1
-
php 文件操作 示例(递归删除目录)
//递归删除目录function deletedir($dir){$handle = opendir($dir); while(false !==($file=readdir($handle))){ if($file!=="."&&$file!==".."){ //排除当前目录与父级目录 $file=$dir .DIRECTORY_SEPARATOR. $file; if(is_dir($file)){ deletedir($file); }else{ @unlink($file);} } } @rmdir($dir) ; closedir($hadnle) ;}
- 2014-07-01下载
- 积分:1
-
毕业论文选课系统的asp源代码
程序代码: asp程序代码
毕业论文选课系统的asp源代码
程序代码: asp程序代码-Thesis elective system source code asp code: asp code
- 2022-03-19 16:57:27下载
- 积分:1
-
phpMyEdit
phpMyEdit能够生成用于在HTML页面中显示/编辑MySQL表格的PHP代码。你只要简单地编写一个调用程序就能够生成一个拥有大量操作功能HTML表格包括:记录添加,修改,查看,复制和删除,记录过滤,排序和表格查找功能等。
- 2023-02-17 00:20:04下载
- 积分:1
-
bookcms
新作了一个图书管理系统,有登录,查询,修改,删除,退出系统(Login, query, modify, delete, exit the system)
- 2017-06-19 21:13:53下载
- 积分:1
-
网络聊天软件
聊天软件,用于网页式聊天,就不用下载软件到本地,打开网页就可以聊天的ASP-Chat software for web-based chat, no need to download software to a local, open the page you can chat with ASP
- 2022-01-25 15:59:40下载
- 积分:1
-
code
PHP100培训视频中内含的PHP源码,xccxczxczzx(The PHP100 training video containing PHP source, xccxczxczzx)
- 2013-03-18 16:56:37下载
- 积分:1