-
hw
说明: 输出字段,利用C语言在dos窗口输出文本(output words,we can print words by dos window.)
- 2019-04-14 17:59:40下载
- 积分:1
-
您(sushansong@163.com)最近上载的源码有: 1. cangku.rar,125KB 2. btree.rar,10KB 3. 2003.03....
您(sushansong@163.com)最近上载的源码有: 1. cangku.rar,125KB 2. btree.rar,10KB 3. 2003.03.rar,3981KB 4. 2003.02.rar,5738KB 5. 2003.01.rar,5676KB 6. em78 sub program.rar,6KB 7. 编译原理 第六章.rar,35KB 8. 编译原理 第四章.rar,34KB 9. 编译原理 第十一章.rar,4KB 10. 编译原理 第十二章.rar,3KB(请不要用公用帐号上载)-you (sushansong@163.com) recently uploaded the source code are : 1. Cangku.rar, 102KB 2. Btree.rar, 10KB 3. 2003.03.rar, 3981KB 4. 2003.02.rar, 5738KB 5. 2003.01 . rar, 5676KB 6. em78 sub program.rar, 6KB 7. Compiler Principle VI. rar, 35 kB 8. Chapter IV compiler theory. rar, 34KB 9. Compiler Principle Chapter 11. rar, 4KB 10. Compiler Principle Chapter 12. rar , 3KB (please do not use on the public account)
- 2023-06-22 05:30:03下载
- 积分:1
-
FlowCylinder_particlemoving
模拟颗粒运动,固体对流体作用通过反弹边界实现,流体对固体作用通过动量交换算法实现(simulate particle motion)
- 2021-04-07 13:39:01下载
- 积分:1
-
YS-XFS5152芯片资料
说明: YS-XFS5152芯片资料,包含规格书,PCB,原理图,程序等(YS - XFS5152 chip information, including specifications, PCB and schematic diagram, program, etc)
- 2019-04-26 10:49:52下载
- 积分:1
-
papers
说明: stata 论文实证代码 包括经典论文的原始数据及stata代码,重现研究结果(Stata code for papere)
- 2020-06-21 09:00:01下载
- 积分:1
-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1
-
ITSA
说明: ITSA Programing contest
- 2020-01-10 15:46:25下载
- 积分:1
-
欲望ONLINE游戏服务端程序
完整版本~不过没有源代码~可惜了
欲望ONLINE游戏服务端程序
完整版本~不过没有源代码~可惜了-desire ONLINE game server version of the integrity of the process but it is source-code-pity
- 2023-06-01 09:55:03下载
- 积分:1
-
boost and nn
一个关于adaboost和NN的matlab程序,对了解adaboost的过程和编写有很大的帮助。(this is a adaboost algorithm write with matlab code,and it is my starting program of researching work on adaboost,it is very helpful for application )
- 2005-04-22 11:56:39下载
- 积分:1
-
建立正交频分多路复用(OFDM)系统调制器的仿真模型,并编程给出具有K=10个子信道、符号区间T=100s、采用16点QAM信号时,OFDM系统调制器的输出信号...
建立正交频分多路复用(OFDM)系统调制器的仿真模型,并编程给出具有K=10个子信道、符号区间T=100s、采用16点QAM信号时,OFDM系统调制器的输出信号。-The establishment of orthogonal frequency division multiplexing (OFDM) system, the simulation model of the modulator and the program is given with K = 10 Ge sub-channel, symbol interval T = 100s, with 16-point QAM signal, OFDM system, the modulator output signal .
- 2022-11-19 09:45:03下载
- 积分:1