-
tamama
主要功能作用電腦做錄音跟放音的功能適合初學者學習(Primary function of the role of the computer to do recording with playback function for beginners to learn)
- 2009-11-10 23:50:23下载
- 积分:1
-
MFC-library
MFC类库详解,里面有关MFC的类的详细说明,是学习MFC的辅助材料(It s helpful to make you learn about MFC with the decription of the MFC Classes)
- 2011-08-28 22:16:55下载
- 积分:1
-
key_input
linux驱动按键的输入子系统,驱动按键linux(Linux driver input subsystem keys, key drivers linux)
- 2016-02-16 20:00:34下载
- 积分:1
-
文件介绍】
这个系统的目录结构和名称都不要随便改,要改的话必须到vs.net里面统一改。
【使用介绍】
首先需要设置Web共享...
文件介绍】
这个系统的目录结构和名称都不要随便改,要改的话必须到vs.net里面统一改。
【使用介绍】
首先需要设置Web共享infoWeb文件夹下的thePhile文件夹。
数据库不要用.sql的,要用infoWeb文件夹下的thephile-database-backup文件,
把这个文件考到sql server的backup目录下,生成sql数据库的方法是选择:
所有任务-〉还原备份-〉设备-〉磁盘-〉选择这个文件。-Introduction] The system file directory structure and name are not easily changed, it is necessary to be changed must be changed to unify inside VS.NET. [Introduction] first need to use set up Web sharing infoWeb folder thePhile folder. Do not use the database. Sql and use infoWeb folder thephile-database-backup documents, to test the document to the sql server
- 2023-03-07 11:05:04下载
- 积分:1
-
我来源
环电流。这是校准仪器,以找出电源电流。这是用于一个仪器仪表的过程。
- 2022-07-04 04:36:44下载
- 积分:1
-
cCharp
三汇模拟语音卡,数字语音卡通用api接口函数所有的Ccharp定义(Sanhui simulated voice cards, digital voice cartoon api interface function with all the definition Ccharp)
- 2007-05-15 12:00:58下载
- 积分:1
-
EdgeDetection
基于Visual C++的图像边缘检测工程,以Canny为例(Visual C++-based image edge detection works to Canny Case)
- 2013-10-22 11:33:56下载
- 积分:1
-
BP_test
BP算法实现实例,利用C++实现,实测可用(bp algorithm example)
- 2018-12-31 11:08:05下载
- 积分:1
-
GIS坐标转换
这是平面坐标和地理坐标的转换软件,里面代码还是有点点复杂,不过自己学懂了,看着就很简单了
- 2022-10-14 18:55:02下载
- 积分:1
-
C# 使用IPEndPoint类获取终结点的IP地址和端口号
Visual C# UseIPEndPoint例子,使用IPEndPoint类对象获取终结点的IP地址和端口号,运行生成的Exe文件,得到的结果如图所示:
以下是实现本功能的关键代码:
先实例化IPEndPoint类对象:
IPEndPoint IPEPoint = new IPEndPoint(IPAddress.Parse(textBox1.Text), 80);
//使用IPEndPoint类对象获取终结点的IP地址和端口号
label2.Text = "IP地址:"+IPEPoint.Address.ToString() + "
端口号:" + IPEPoint.Port;
- 2022-01-28 05:14:25下载
- 积分:1