登录
首页 » Windows开发 » Ti msp430 jtag design

Ti msp430 jtag design

于 2022-03-18 发布 文件大小:75.45 kB
0 61
下载积分: 2 下载次数: 1

代码说明:

Ti msp430 jtag design

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

发表评论

0 个回复

  • 微软 .NET 框架中可以定义托管类事件并用委托和 += 操作符处理这些事件。这种机制似乎很有用,那么在本机 C++ 中有没有办法做同样的事情?...
    微软 .NET 框架中可以定义托管类事件并用委托和 += 操作符处理这些事件。这种机制似乎很有用,那么在本机 C++ 中有没有办法做同样的事情? -Microsoft.NET framework can be defined category of custody with the incident and commissioned = operator and handling of these incidents. This mechanism appears to be useful, then in the plane C is not able to do the same thing?
    2023-06-25 13:55:03下载
    积分:1
  • achieve the Windows system service control procedures
    实现windows系统的服务控制程序-achieve the Windows system service control procedures
    2023-08-28 12:25:03下载
    积分:1
  • vc下调用ffmpeg进行x264编码
    vc下调用ffmpeg进行x264编码,在vc环境下通过ffmpeg进行x264编码的源程序,很好的资源,找了好久才找到的,希望对大家有所帮助。
    2022-01-28 02:29:43下载
    积分:1
  • AppWizard has created this HistoryEditDemo application for you. This application...
    AppWizard has created this HistoryEditDemo application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
    2022-08-03 10:06:31下载
    积分:1
  • simple railway ticketing system server, the client must be opened for data trans...
    简单的铁路售票系统服务端,须打开客户端,进行数据传送。基于tcp的设计。-simple railway ticketing system server, the client must be opened for data transmission. Based on tcp design.
    2022-05-05 08:52:13下载
    积分:1
  • mp3play.ocx V.1.5 / 03 / 03 / 1999
    MP3PLAY.OCX V.1.5 / 03/03/1999 Software only decoder for MPEG Audio layer 3. High compression audio files with high quality sound. Please use index.htm for details. This zip file contains 4 subdirectories. Sample VB source in /VB NEW: Functions -> - mem optimized - mp3tag info Dialog Medien GmbH -MP3PLAY.OCX V.1.5/03/03/1999 Software only decoder for MPEG Audio layer 3. High compression audio files with high quality sound. Please use index.htm for details. This zip file contains 4 subdirectories. Sample VB source in /VB NEW: Functions-gt; - mem optimized - mp3tag info Dialog Medien GmbH
    2022-02-03 09:23:36下载
    积分:1
  • 图书馆综合管理系统软件适用于单位图书馆,学校图书馆,图书租借机构的超级图书管理软件,是您管理图书的最佳帮手。方便借书、还书、查找等操作。方便添加图书、管理图书、...
    图书馆综合管理系统软件适用于单位图书馆,学校图书馆,图书租借机构的超级图书管理软件,是您管理图书的最佳帮手。方便借书、还书、查找等操作。方便添加图书、管理图书、管理用户。提供完善的借书和还书操作,完全独立的数据库系统,数据管理为您提供:借阅管理、入库管理、销售管理、库存管理及其书目管理。图书馆综合管理系统在实施后,应能够达到以下目标: ● 实现多点操作的信息共享、相互之间的信息传递准确、快捷和顺畅。 ● 系统采用人机对话方式,菜单提示,界面美观友好、信息查询灵活、方便、快捷、准确、数据存储安全可靠,实现了开架借书,加强了图书流通管理。 ● 提供完善的借书和还书操作,完全独立的数据库系统。 ● 系统最大限度地实现了易安装性、易维护性和易操作性。 ● 数据保密性强,记录数据只能由本人及上级查询,每个用户权限可设置级别级,有利于用户安全操作使用。 ● 系统有严格的纠错功能,对用户输入的数据,系统进行严格的数据检验,尽可能排除人为的错误。 ● 内部业务操作数据量大、处理时效性强。-Integrated library management system software for the unit libraries, school libraries, books, book rental agencies super-management software is the best helper you manage books. Convenience of borrowing, but also books, to find such an operation. Easy to add books, management books, management of users. Provide a sound library and book operations, completely independent of the database systems, data management, to provide you with: Lending management, storage management, sales management, inventory management and bibliographic management. The impleme
    2023-08-08 08:50:04下载
    积分:1
  • pocketc写的备忘录源码,调用了系统数据库,大家可以研究研究...
    pocketc写的备忘录源码,调用了系统数据库,大家可以研究研究-pocketc memorandum written source code, call the system database, we can study a
    2022-11-28 06:00:03下载
    积分:1
  • 获取文件中的图标。编程中经常要用到图标,可以用这个工具来获取。...
    获取文件中的图标。编程中经常要用到图标,可以用这个工具来获取。-access to the document icon. Programming regular use of the icon, you can use this tool to obtain.
    2022-07-11 00:54:09下载
    积分:1
  • (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是...
    (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。 -----------VC完整应用程序代码-(JiuGongTu) in a 3 3 JiuGongTu are 1-8 this August and the number of a random display spaces in which the grid yard. Now demands of the problem : this Jiugongge adjusted to the squad as shown in Figure 1-1 forms. Adjusted rules : Each will only spaces (upper and lower, or left and right), a number of adjacent spaces- were moved. Test Programming Solution of this problem.----------- VC complete application code
    2022-05-31 10:30:23下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载