-
Simple Robot Control Program
-- Simple Robot Control Program
--------------------------------------------------------------------------
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
- 2023-04-12 04:40:04下载
- 积分:1
-
对于pic16f8877a源代码
它
- 2022-03-18 20:21:31下载
- 积分:1
-
emacs 中的一个插件,对于想学习EMACS编程的 很有用。
emacs 中的一个插件,对于想学习EMACS编程的 很有用。-emacs in a plug-in, for want to learn useful programming EMACS.
- 2022-01-31 20:47:44下载
- 积分:1
-
一个简单的类图编辑器
A simple class diagram editor
- 2022-11-07 22:00:04下载
- 积分:1
-
这是一个下推自动机的模拟程序为完成作业而写,仅仅为实现算法没有界面演示...
这是一个下推自动机的模拟程序为完成作业而写,仅仅为实现算法没有界面演示-This is a pushdown automata simulation operating procedures for the completion of writing, only to realize no algorithm interface demo
- 2022-01-21 20:48:02下载
- 积分:1
-
pc 连接nokia的手机连接库及例子。只是我连接的时候有点错误。不过这是官方提供的。我的手机是6101...
pc 连接nokia的手机连接库及例子。只是我连接的时候有点错误。不过这是官方提供的。我的手机是6101-pc to connect nokia phone to connect database
- 2023-06-26 12:50:04下载
- 积分:1
-
专门清除电脑的顽固代码.很好用.可以更新哦.___pine20060730
专门清除电脑的顽固代码.很好用.可以更新哦.___pine20060730-specialized remove stubborn code. Very good use. Update oh. ___pine20060730
- 2023-08-03 11:10:03下载
- 积分:1
-
非平稳信号分析之时频分析工具箱,附加使用说明文档。Time
非平稳信号分析之时频分析工具箱,附加使用说明文档。Time-Frequency toolbox, with reference guide.-Non-stationary signal analysis of time-frequency analysis toolbox, additional use of documentation. Time-Frequency toolbox, with reference guide.
- 2022-03-18 00:25:56下载
- 积分:1
-
function long StrToData (CString strData. int jz) function : is the string to in...
函数 long StrToData(CString strData,int jz)
功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串
返回:长整型数值
参数:strData 为将要转换的字符串
参数:jz 为字符串的进制
如:
CString s
s="FFA6"
long data=StrToData(s,16)
则:data的值为:65446
用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中
加入#include "StrToData.h"即可调用
-function long StrToData (CString strData. int jz) function : is the string to integer values [string for 2-16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add# include "StrToData.h" can be transferred with
- 2023-05-26 02:20:03下载
- 积分:1
-
矩阵的三角分解,ap指向a,bp指向下三角,cP指向上三角
矩阵的三角分解,ap指向a,bp指向下三角,cP指向上三角-Triangular matrix decomposition, ap point a, bp point lower triangular, cP point to upper triangular
- 2022-04-24 01:07:38下载
- 积分:1