-
Nkidll_Demo
短信开发控件,支持西门子,诺基亚,使用串口线或者红外线连接(SMS Development Control and support of Siemens, Nokia, the use of infrared or serial line connectivity)
- 2006-07-27 16:44:16下载
- 积分:1
-
STM32_ESP8266_WIFI
本程序会将WIFI模块发送的数据转发到USART1串口,同时将USART1串口接收到的数据转发给WIFI模块。这样客户就可以通过HL-340的USB转RS232串口线来测试WIFI模块的AT指令了。(The data in this program will be forwarded to the WIFI module sending USART1 serial port, while forwards USART1 receive serial data to WIFI module. So customers can be transferred via RS232 serial cable HL-340' s USB WIFI AT command to test the module.)
- 2020-07-02 01:00:01下载
- 积分:1
-
VC坦克大战带地图编辑器
“坦克”是大家熟悉射击游戏,本人采用联想坦克的图象、声音素材、参考以前坦克的源代码改写成现在这个坦克游戏,支持双人游戏,较高的人工智能,提供6种道具,5种地貌,希望大家喜欢。
- 2022-03-22 15:22:30下载
- 积分:1
-
classicalcryptography
古典密码算法
通过编程实现替代密码算法和置换密码算法,加深对古典密码体系的了解,为以后深入学习密码学奠定基础。(Classical cryptographic algorithm
By programming a substitution cipher algorithm and permutation cipher algorithm, a better understanding of classical cryptography, cryptology for the future lay the foundation for further learning.)
- 2021-05-07 08:28:36下载
- 积分:1
-
在 C# 中的 CRC 数据加密算法
循环冗余校验 (CRC) 是常用的数字网络和存储设备检测到的原始数据意外更改的错误检测代码。输入一个短校验值附加,这些系统得到的数据块的基于及其内容 ; 及多项式除法的余数检索重复计算,并且如果检查值不匹配,可以反推定的数据腐败所采取的纠正行动。这是一个项目 CRC32 Algorithm.It 中的加密数据基于 CRC,输入的数据加密的加密算法。
- 2022-03-24 21:27:09下载
- 积分:1
-
cstr
本ACIS几何造型平台组件提供基本的拓扑构造,线框构造和编辑,性质分析(面积长度和质量等)等功能。(the ACIS geometric modeling platform components provide basic topological structure, wireframe construction and editing, Analysis (area of length and quality, etc.) and other functions.)
- 2007-03-03 16:29:44下载
- 积分:1
-
C# 是行提交方式插入、删除、更新数据库记录
C# 是行提交方式插入、删除、更新数据库记录,本实例小程序主要演示了以行提交方式插入数据库记录、以行提交方式修改数据库记录、以行提交方式删除数据库记录、使用带有列值的Update()方法修改记录、使用带有列值的Delete()方法删除记录、使用带有列值的Insert()方法插入记录,对应的各个功能核心代码如下:
private void button2_Click(object sender, EventArgs e)
{//以行提交方式修改数据库记录(首先以添加新数据源方式新增NorthwindDataSet)
NorthwindDataSet.ShippersRow MyRow;
MyRow = this.northwindDataSet.Shippers.FindByShipperID(1);
MyRow.Phone = "13996060872";
this.shippersTableAdapter.Update(this.northwindDataSet.Shippers);
}
private void button4_Click(object sender, EventArgs e)
{//使用带有列值的Update()方法修改记录
NorthwindDataSetTableAdapters.ShippersTableAdapter MyAdapter =
new MyForm.NorthwindDataSetTableAdapters.ShippersTableAdapter();
MyAdapter.Update("Speedy Express", "13036371686", 1, "Speedy Express", "13996060872");
this.shippersTableAdapter.Fill(this.northwindDataSet.Shippers);
}
private void button3_Click(object sender, EventArgs e)
{//以行提交方式删除数据库记录(首先以添加新数据源方式新增NorthwindDataSet)
Northwi
- 2023-02-24 10:00:04下载
- 积分:1
-
rossler混沌同步的MATLAB程序
rossler混沌同步的MATLAB程序,倾力奉献!
- 2019-04-21下载
- 积分:1
-
LabviewUSB
可以通过labview进行USB通讯,凄凄切切群群群群群群群群群(USB communication through LabVIEW)
- 2019-04-14 15:59:16下载
- 积分:1
-
4152.CCS使用指南
CCSv User Guide Installation CCS Development Environment Settings
- 2020-06-17 02:40:01下载
- 积分:1