-
Configuration Based on Oracle9i installation manual tells you how to install Win...
ORACLE9i 安装手册 告诉你在WINDOWS下怎样安装ORACLE9i 希望对大家有所帮助.-Configuration Based on Oracle9i installation manual tells you how to install Windows Configuration Based on Oracle9i We want to help.
- 2022-03-15 02:59:37下载
- 积分:1
-
简单的BBS论坛,一个简单的BBS论坛,对学习注册和较大规模的BBS组具有很好的学习作用...
简单的BBS论坛,一个简单的BBS论坛,对学习注册和较大规模的BBS组具有很好的学习作用-simple BBS Forum, a simple BBS forum for the study and the registration and the larger group of BBS is a good learning role
- 2022-05-31 04:54:44下载
- 积分:1
-
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全...
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全版本.
联系方法:
电话:010-68912434
信函:北京理工大学ASIC研究所 刘明业 教授收
邮编:100081-The source described in this case than the demo version of the 300 line limit, if you need to be compiled with the simulation, please contact ASIC Institute of Beijing Institute of Technology to obtain the complete version of Talent system. Contact: Tel :010-68912434 letter : Research Institute of Beijing Institute of Technology Professor Liu Mingye ASIC received Postcode: 100081
- 2023-08-04 16:40:02下载
- 积分:1
-
VC++查看二进制文件内容的小软件
一个用VC++编写的查看二进制文件内容的小软件,可以打开以二进制编码的文件,查看其内容,并在必要时进行二进制文件的修改,类似的程序好像不多,不过真要编写此类软件,个人觉得倒是不太难,本软件运行窗口如截图所示。
- 2022-02-11 18:04:29下载
- 积分:1
-
一个小程序 ,是ACM竞赛的源码,因为是学生,还没有很好的源码上传,不好意思...
一个小程序 ,是ACM竞赛的源码,因为是学生,还没有很好的源码上传,不好意思-A small process, the source is the ACM competition because it is students, not a very good source upload, sorry
- 2022-04-19 06:05:01下载
- 积分:1
-
Driving a graphic LCD, with MIKROBASIC COMPILER
Driving a graphic LCD, with MIKROBASIC COMPILER
- 2023-04-28 02:15:03下载
- 积分:1
-
读取显示的测试程序及库文件的源代码,能方便用户进行显示书写获取、设置等...
读取显示的测试程序及库文件的源代码,能方便用户进行显示书写获取、设置等 -reading shows the test procedures and the documentation of the source code, users can easily write access show, settings
- 2022-06-18 06:50:02下载
- 积分:1
-
C# 泛型列表List用法示例
C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。
private void Frm_Main_Load(object sender, EventArgs e)
{
List People = new List{//创建人员列表
new Person(1,"王*科"),
new Person(2,"王*科"),
new Person(3,"赵*东")};
var query = from p in People//过滤人员名称中以"科"结束的序列
where p.Name.EndsWith("科")
select new
{
人员ID = p.ID,
人员姓名 = p.Name
};
foreach (var item in query)//遍历查询结果
{
label1.Text += item + "
";
}
}
}
public class Person
{
public Person(int id, string name)
{
this.ID = id;
this.Name = name;
}
public int ID { get; set; }//人员ID
public string Name { get; set; }//人员姓名
}
- 2023-01-08 20:45:03下载
- 积分:1
-
ASP experience to do a simple ASP GuestBook, the message of the used Access data...
ASP的经验来做一个简单的ASP留言本,这个留言本用了Access数据库,所以务必请大家要跟我一起做的朋友都安装好Office软件,相信各位自己的电脑上都有了。好了,开始。
-ASP experience to do a simple ASP GuestBook, the message of the used Access database, so be sure to invite everyone to join me to do with friends installed Office software, I believe that their computers have. Well, to start.
- 2023-06-22 03:00:04下载
- 积分:1
-
一个功能很全面占用空间的小商城程序,适合个人网上开店使用...
一个功能很全面占用空间的小商城程序,适合个人网上开店使用-a very comprehensive functional space occupied a small place procedures for the use of personal Internet lines!
- 2023-02-18 04:50:04下载
- 积分:1