登录
首页 » 其他项目 » Group还对Microsoft Dynamics AX与微软技术的紧密集成深感欣慰,因为这意味着可以轻松使用和拥有人们所熟悉的微软产品的外观和体验,降低了培训...

Group还对Microsoft Dynamics AX与微软技术的紧密集成深感欣慰,因为这意味着可以轻松使用和拥有人们所熟悉的微软产品的外观和体验,降低了培训...

于 2022-02-03 发布 文件大小:267.68 kB
0 155
下载积分: 2 下载次数: 1

代码说明:

Group还对Microsoft Dynamics AX与微软技术的紧密集成深感欣慰,因为这意味着可以轻松使用和拥有人们所熟悉的微软产品的外观和体验,降低了培训成本。 Microsoft Dynamics AX的实施过程与在Windows服务器上实施其他微软程序包的过程十分相似-Group is also on the Microsoft Dynamics AX with Microsoft technology and tightly integrated, very pleased, because it means that can easily use and possession of people are familiar with the appearance of Microsoft products and experience, reducing training costs. Microsoft Dynamics AX implementation process and in the Windows server implementation of other Microsoft packages is very similar to the process of

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 行了吗,够5个了,可以加入会员了吧,这是关于C语言便程的
    行了吗,够5个了,可以加入会员了吧,这是关于C语言便程的-held yet, no 5, members can join the bar, which is on the C language the way it
    2022-05-06 22:35:45下载
    积分:1
  • 用vc++开发fluent
    用vc++开发fluent-udf的工具-with vc fluent development-tools udf
    2023-05-18 04:00:03下载
    积分:1
  • 一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!
    一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!-A small猜数字games, learning C++ friends can look at the effect of the next Oh look!
    2022-03-16 16:25:02下载
    积分:1
  • 主要介绍了等精度频率测量原理,该原理具有在整个测试频段内保持高精度频率 测量的优点 同时在该原理基础上,采用了Verilog HDL语言设计了高速的等精度测...
    主要介绍了等精度频率测量原理,该原理具有在整个测试频段内保持高精度频率 测量的优点 同时在该原理基础上,采用了Verilog HDL语言设计了高速的等精度测频 模块,并且利用EDA开发平台QUARTUS11 3 .0对CPLD芯片进行写人,实现了计数等 主要逻辑功能 还使用C语言设计了该等精度频率计的主控程序以提高测量精度。本设 计实现了对频率变化范围较大的信号进行频率测量,能够满足高速度、高精度的测频要 求。-Introduced, such as the accuracy of frequency measurement principle, the principle has in the entire test frequency to maintain the advantages of high precision frequency measurement at the same time the basis of the principle of using the Verilog HDL language, such as the design of a high-speed precision frequency measurement module, and use of EDA Development platform QUARTUS11 3 .0 on CPLD chip to write, and achieved a count of the main logic function, such as the use of C language is also designed such precision the frequency of control procedures to enhance measurement accuracy. This design achieved a wide range of frequency changes in signal frequency measurement, to meet the high-speed, high precision frequency measurement requirements.
    2023-08-06 16:05:04下载
    积分:1
  • 算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn...
    算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn } 求X和Y的一个最长公共子序列 举例 X = { a , b , c , b , d , a , b } Y = { b , d , c , a , b , a } 最长公共子序列为 LSC = { b , c , b , a }-Algorithm to achieve the longest common sub-title sequence of the problem given two sequences X = (x1, x2, ..., xm) Y = (y1, y2, ..., yn) for X and Y, a maximum common substructure sequence, for example X = (a, b, c, b, d, a, b) Y = (b, d, c, a, b, a) the longest common sub-sequence for LSC = (b, c, b, a )
    2022-03-02 12:22:07下载
    积分:1
  • 10MS/s USB
    10MS/s USB-2.0 ("high speed") oscilloscope with two 8 bit sampling inputs
    2022-05-22 18:32:51下载
    积分:1
  • MP3播放器开发源码及电路图
    应用背景MP3播放器开发源码及电路图,使用AT89C51SNDIC-R0开发,有原理图和源代码,这款MP3播放器以at89c51snd1c为核心,以硬盘为存储介质,液晶屏为双行显示,每行显示7.5个汉字,这块液晶屏以ST7920作为主控制器,内部集成8129个汉字,液晶屏在这个播放器中用来显示歌曲名称以及一些播放状态。关键技术1)MCS51内核,可以利用单片及开发软件Keil软件方便开发mp3播放器,无需特殊软件平台;     2)MPEG I/II-Layer 3 hardware decoder       .独立MP3 Decoder      .支持48,44.1,32,24,22.05,16khz取样频率      .支持软件31阶音量控制,高中低音均衡控制      .重低音效果     3)集成DAC部件,支持PCM,IIS格式;     4)64K字节片上代码存储空间(100K次擦写寿命)     5)4K字节boot flash memory,USB/UART下载代码     6)集成USB1.1 device部件     7)MMC卡接口     8)IDE/ATAPI接口(HDD/CD-ROM Interface)     9)2通道ADC,8Khz取样     .......................    关于该芯片的具体信息,可以访问www.atmel.com获取at89c51snd1c的datasheet.    这款MP3播放器以at89c51snd1c为核心,以
    2022-02-27 02:59:08下载
    积分:1
  • 哈哈通用C语言函数
    哈哈通用C语言函数-Haha common C language function
    2022-02-14 13:13:32下载
    积分:1
  • 利用vrml实现虚拟的居民小区,并实现交互漫游
    利用vrml实现虚拟的居民小区,并实现交互漫游-Use vrml virtual roaming cell interactions
    2022-04-16 16:16:33下载
    积分:1
  • GetMACAddress 用于获取网卡地址
    GetMACAddress 用于获取网卡地址-GetMACAddress for access to the network card address
    2023-08-21 22:15:04下载
    积分:1
  • 696518资源总数
  • 104509会员总数
  • 10今日下载