-
预静载程序,自己编写的,可能不是很正确,请注意
预静载程序,自己编写的,可能不是很正确,请注意-Pre-static loading process, I have written, may not be correct, please note
- 2022-02-05 10:16:43下载
- 积分:1
-
微信开发小程序实例:全国城市选择源代码
switchCity源码项目,一个微信小程序的源代码,用来选择全国的城市,并实现城市切换,这个功能相信大家熟悉了。
本城市选择功能类似于联系人查找功能,通过右侧的字母索引可快速定位至某一拼音首字母开头的城市,如运行效果图所示,这个功能不仅仅是城市选择,还可用于联系人选择中,学一返三,灵活运用哦。
本代码在city.js中对城市信息进行分组
在控制代码中编写生命周期函数--监听页面加载,然后添加要匹配的字母范围值,更加屏幕高度设置子元素的高度。
- 2022-02-02 18:20:32下载
- 积分: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
-
enfcm
说明: Szilagyi等人提出的EnFCM算法加快了灰度图像的聚类过程。通过对像素点及其8邻域像素的线性加权求和预处理原图像,形成了从原始图像到其局部的邻域像素的平均图像。由于像素的灰度级值一般是8位分辨率(256级灰度),M级灰度值的编码一般比像素点大小为N的值小很多。因此,执行时间明显减少。(The enfcm algorithm proposed by szilagyi et al. Accelerates the clustering process of gray images. Through the linear weighted sum of pixels and their 8 neighborhood pixels, the average image from the original image to its local neighborhood pixels is formed. Because the gray level value of a pixel is generally 8-bit resolution (256 gray level), the coding of M-level gray level value is generally much smaller than the value of pixel size n. As a result, execution time is significantly reduced.)
- 2021-04-12 15:18:57下载
- 积分:1
-
Hanoi-Tower
在linux下用C语言实现了一个简单的4层汉诺塔游戏,很有借鉴意义(In linux using C language to implement a simple 4-layer Tower of Hanoi game, great reference)
- 2012-01-29 17:54:05下载
- 积分:1
-
work3 rotor
matlab语言实现转轮机原理,经典密码加密解密(MATLAB language to realize the principle of turbine transformation, classic password encryption and decryption)
- 2018-11-03 15:00:34下载
- 积分:1
-
CHAP11_3
基于C++的三轴飞行模拟转台伺服系统PID实时控制( the three-axis flight simulation turntable servo control system in real-time PID based on C++)
- 2009-06-17 12:53:01下载
- 积分:1
-
vimconfig
说明: vim配置及超简单使用,ctags配置,一键使用(vim configuration and super simple use, ctags configuration, one key use)
- 2020-07-24 11:05:49下载
- 积分:1
-
Fenaux Fenaux coding to achieve coding input+7 source symbols, the probability d...
实现费诺编码费诺编码输入为+7个信源符号,其概率分布为:(其中信源符号用A+B、、G表示)A_0.2++B_0.19++C_0.18++D_0.17++E_0.15++F_0.10++G_0.01然后输入程序中得到结果(详细文档,值得一下)-Fenaux Fenaux coding to achieve coding input+7 source symbols, the probability distribution as follows: (where source symbols with the A+ B,, G indicated) A_0.2++ B_0.19++ C_0.18++ D_0.17++ E_0.15++ F_0.10++ G_0.01 and then enter the program to get results (detailed documentation, it is worth it)
- 2023-05-11 05:15:03下载
- 积分:1
-
data01
Train MatLab file of Building 44
- 2017-11-13 17:19:20下载
- 积分:1