-
kungbang
这是一个exe的捆绑程序,还缺ico的修改代码,程序的设计是把两个exe的代码打乱写入捆绑之后的exe,这样可以达到免杀的效果。(This is a bundled program exe, ico' s modify the code still missing, the program is designed to disrupt the two exe code written after the bundled exe, so the effect can be achieved to avoid killing)
- 2011-06-13 15:22:03下载
- 积分:1
-
jQuery网页幻灯代码
jQuery网页幻灯代码,一个风格经典的网页图片展示,包括有缩略图的那种图片切换,大图片在上边显示,缩略图显示在下边,不管是学习jquery编程或是想使用这款幻灯片,都可以下载代码研究一下。效果如演示截图所示。
- 2022-08-16 22:51:35下载
- 积分:1
-
FishersLDA判别分析
说明: Fisher判别,用于模式识别的Fisher线性判别(Fisher discrimination, Fisher linear discrimination for pattern recognition)
- 2020-02-05 11:19:01下载
- 积分: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
-
C
说明: 多个趣味小程序,用c编写,简洁易懂,适用于初学者进行下载、学习!(A number of interesting small programs, using c prepared, concise and understandable for beginners to download and learn!)
- 2008-03-15 16:12:00下载
- 积分:1
-
Stm32 Project
说明: Dentist Chair control cpu
- 2019-11-02 19:41:42下载
- 积分:1
-
G-p
说明: CC算法应用关联积分能够同时估计出时间延迟和嵌入维数,是相空间重构的前提。 本程序通过C-C算法计算duffing方程产生的混沌时间序列的时间延迟和嵌入维数。(CC algorithm can estimate both time delay and embedding dimension by using correlation integral, which is the premise of phase space reconstruction. This program uses C-C algorithm to calculate the time delay and embedding dimension of the chaotic time series generated by Duffing equation.)
- 2019-12-15 13:59:05下载
- 积分:1
-
TSP_2014
cplex+yalmip实现小规模TSP问题求解(Solution of Small Scale TSP Problem by cplex+yalmip)
- 2018-12-31 19:00:56下载
- 积分:1
-
File3
说明: baqus License Manager checked out the following licenses:
Abaqus/Explicit checked out 5 tokens from Flexnet server DESKTOP-OK8HNB8.
.
Begin Analysis Input File Processor
- 2019-05-19 16:47:14下载
- 积分:1
-
宽带无线仿真
说明: 宽带无线通信仿真,有关于瑞丽信道建模,导频信道估计,理想信道估计,最大比合并与等增益合并,直接序列扩频(matlab,simulink,STBC,VBLAST)
- 2020-01-25 14:46:23下载
- 积分:1