-
aes
AES128/196/256 加解密源码,可实现ECB模式加密,HEX输出。密码及明文没有补齐功能,需手动补齐。无需特殊库文件,适合单片机使用。已测试,可正常使用。(AES128/196/256 encryption source code, can achieve ECB mode encryption, HEX output. The password and the plaintext without the need to manually fill up function. No special library files, suitable for single use. Has been tested, can be used normally.)
- 2015-12-30 09:30:04下载
- 积分:1
-
1111867176399d9765chaios
加密程序,很好用。亲自验证,完全正确。希望下载。(we can add and unadd a picture correctly.welcom to download.)
- 2012-05-17 12:06:01下载
- 积分:1
-
LQmma7455C52
单片机内刻录程序,包含C语言和汇编语言两个版本。实现7455C5与单片机的串口通信,信息传输。(Microcontroller burning program, contains two versions of the C and assembly language. 7455C5 microcontroller serial communication, information transfer.)
- 2013-01-31 16:38:03下载
- 积分:1
-
Multi2Carrier-Measurements
利用GNSS 进行高精度导航定位的前提是正确固定载波相位观测值的整周模糊度。由Galileo 系统的4 个载波观测值可以
形成诸多有良好特性的组合观测值,利用这些组合观测值,结合MCAR 方法,可以有效地确定整周模糊度。(The use of high-precision GNSS navigation and positioning the premise is correct carrier phase observations fixed integer ambiguity. May consist of four carriers observations Galileo system
There are many good characteristics to form a combination of observations using a combination of these observations, combined with MCAR method can effectively determine the integer ambiguity.)
- 2013-12-21 14:07:20下载
- 积分:1
-
238242excel_odbc
用ODBC读写excel 可以实现VC对excel的操作并读写excel(use ODBC read and write excel)
- 2013-09-04 20:58:00下载
- 积分:1
-
3D弹道仿真VC程序以及源代码文件
3D弹道仿真VC程序以及源代码文件,外弹道经典的解三自由度弹道方程,运行结果将显示:落地误差、飞行时间、修正射程、侧偏等参数。用C语言编写,程序注释丰富,运行时请把Debug目录中的EXE文件拷贝至根目录中运行,否则出错。(3D trajectory simulation VC program and source code files, the solution of three classic exterior ballistics degree trajectory equation, the results will show: landing error, flight time, correction range, cornering and other parameters. Using C language, the program notes rich runtime Debug directory please copy the EXE file to the root directory, run, otherwise an error.)
- 2013-06-01 13:44:52下载
- 积分:1
-
BitmapRotateBitmaponc
bitmap rotate for visual c and c++ builder
- 2009-06-12 14:54:35下载
- 积分:1
-
123
神经网络C源码,完整源代码、编译后程序及测试数据(Neural network C source code)
- 2012-04-26 16:20:10下载
- 积分:1
-
EDPP2
轻轻松松实现VC界面,这里有完整的源代码供你实用,轻松实现二次开发()
- 2018-04-11 12:35:12下载
- 积分:1
-
最小生成树的Kruskal算法
C语言算法编程。最小生成树的Kruskal算法 。求加权连通图的最小生成树的算法。kruskal算法总共选择n- 1条边,(共n个点)所使用的贪心准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。kruskal算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。
- 2022-01-30 15:28:05下载
- 积分:1