-
论文1(附完整GAMS程序,在附录中)
说明: gams代码,cge学习中关于实例的代码比较少,这份文件详细的CGE建模和GAMS代码(Gams code, CGE learning about instance code is relatively small, this document detailed CGE modeling and GAMS code)
- 2019-04-28 22:35:30下载
- 积分:1
-
力扣网面试题答案 Leetcode-master
力扣网面试题答案,源码,供大家参考参考,祝大家面试顺利(The answer to the interview questions on the Internet, source code, for your reference, I wish you a smooth interview.)
- 2020-06-20 05:40:01下载
- 积分:1
-
这个程序是用C++写的,6个模拟屏幕保护程序的程序。对我来说…
本程序是用vc++ 6.0 编写的模拟屏幕保护程序。vc++,对我来说是初学者,所以很多知识都不知道, 这个程序是本人在学习vc++的过程中编写的,所以本程序不是很好!通过运行来看,本程序占用CPU很高!希望高人能够指点迷津。本人邮箱:yangtongwenyangyi@163.com-This program is written in vc++ 6.0 Simulation of the screen saver. vc++, for me is a beginner, so much knowledge do not know that this program is to learn vc++ I in the process of preparation, so this program was not very good! by running the point of view, this program CPU-high ! Want to be able to Zhidianmijin Gao Ren. I E-mail: yangtongwenyangyi@163.com
- 2022-03-24 23:58:07下载
- 积分:1
-
散斑资料
说明: 有关散斑资料及其matlab编程(Speckle data and MATLAB programming)
- 2020-05-01 17:02:29下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
rl_arm参考文件
al arm参考文档,帮助快速查找资料,快速入门,对开发者都有很大帮助,希望大家都能喜欢,欢迎下载
- 2022-03-18 04:02:35下载
- 积分:1
-
使用铅来读取和写入XML文件。非常方便的小程序,用T。
利用PB读写xml文件。很方便的小程序,用PB方便快捷的对xml进行读写。-The use of PB to read and write xml file. Very convenient little program, with the PB convenient to read and write to the xml.
- 2023-03-30 19:50:03下载
- 积分:1
-
FPGA数字信号处理实现原理及方法代码
说明: 本光盘是《数字信号处理FPGA实现》一书的配书光盘,内容包括了书中第二章给出的所有示例以及该书的12个实验完整的工程文件。
本光盘根目录下有3个文件夹,分别为dsp48_application,dsp48e_application和DSP_Example。(This CD-ROM is the CD-ROM of the book "FPGA implementation of digital signal processing". It includes all the examples given in Chapter 2 and the complete engineering documents of 12 experiments in the book.
There are three folders in the root directory of this CD-ROM, which are dsp48_ application,dsp48e_ Application and DSP_ Example.)
- 2020-08-01 09:23:20下载
- 积分:1
-
梳状滤波器
梳状滤波器的MATLAB代码,里面有详细的说明,可以用(The MATLAB code of the comb filter, which has a detailed description, can be used)
- 2018-03-21 10:31:58下载
- 积分:1
-
第1章
说明: 哈尔滨工业大学,visual basic,编程课件,第1章(Harbin University of Technology, Visual Basic, Programming Courseware, Chapter 1)
- 2020-06-24 13:40:02下载
- 积分:1