-
PCF8563的中文技术资料,不知道具体的上传,添加其他…
pcf8563的中文技术资料,不知道具体上载到哪儿,因此放入其他类中,希望对大家有所帮助!-pcf8563 Chinese technical data and do not know where specific uploading, Add other category, We want to help!
- 2022-03-11 17:09:38下载
- 积分:1
-
this is the use of language in the sap abap environment developed an operation e...
这个是使用abap语言在sap环境中开发的一个操作例子-this is the use of language in the sap abap environment developed an operation example
- 2023-01-12 10:35:04下载
- 积分:1
-
测试是单元测试JUnit框架C著名的使用
CppUnit 是著名的用于单元测试的JUnit框架的C++移植。测试输出是XML或文本格式,可以用于自动化测试和基于GUI的监督测试。 来源:http://sourceforge.net/projects/cppunit/ -CppUnit is famous uses in unit test JUnit the frame C
transplant. The test output is XML or the text format, may use in the
automated test and based on the GUI surveillance test. Origin:
Http://sourceforge.net/projects/cppunit/
- 2022-01-30 16:38:01下载
- 积分:1
-
串口调试软件,支持自动发送,支持多串口,不是源码,转发
串口调试软件,支持自动发送,支持多串口,不是源码,转发-Serial debugging software to support the automatic transmission, support multi-serial port, not source code, forwarding
- 2022-04-25 09:27:57下载
- 积分:1
-
包括使用修正Gram
包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power method and some examples are also included.-Including the use of Gram-Schmit amended QR decomposition algorithm, self-LU decomposition, the use of power law and inverse power method to calculate maximum and minimum matrix eigenvalue procedures. With the exception of the examples of the use of these algorithms for reference. QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power method and some examples are also included.
- 2022-02-20 19:43:09下载
- 积分:1
-
the easyest snake game with mfc for newer
the easyest snake game with mfc for newer
- 2022-04-26 20:27:54下载
- 积分:1
-
国外的人才求职招聘最新版,找了很久的,还在调试中,旧版本说明如下PHP写的一个人力资源管理系统的源码:系统采用模块话的设计,此文件解压到php的环境下,直接访问
国外的人才求职招聘最新版,找了很久的,还在调试中,旧版本说明如下PHP写的一个人力资源管理系统的源码:系统采用模块话的设计,此文件解压到php的环境下,直接访问就可以,需要建立一个mysql数据库数据库名为orangeHRM,并建立一个用户。然后直接访问http://localhost/orangehrm就ok!-PHP write a human resources management system of Source : System is modular case design, This document to extract php environment, we can directly access, need to establish a database mysql database called orangeHRM, and the establishment of a user. Then directly on the visit http://localhost/orangehrm ok! -Job recruiting talent from abroad the latest version, look for a long time, and still debugging, the older versions of PHP are described below to write a human resources management system source code: if the system uses a modular design, unzip this file to the php environment , direct access could need to create a database named mysql database orangeHRM, and the establishment of a user. And then directly access http://localhost/orangehrm on ok!-PHP write a human resources management system of Source: System is modular case desi
- 2022-05-31 08:28:40下载
- 积分:1
-
游戏规则
目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成
一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增
加,纽扣数目...
游戏规则
目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成
一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增
加,纽扣数目也增加,当达到70个时游戏即结束。
规则:只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿
线。线可交叉,但有纽扣的点不能交叉连接。
秘诀:要尽可能使连线长且该连线上的纽扣数多。-purpose of the rules of the game : In the game, you will act as a tailor, as much as a button to wear closed routes. Initial games are 15 buttons, with the increase in time, increase the number of buttons, reached 70 at the end of that game. Rules : only when there is the point of threading button, and then only in the horizontal direction or vertical direction of threading. Cross-line, but the point Button can cross-connect. The secret : To the extent possible, but the long-line connections on the button a few more.
- 2022-07-08 05:58:19下载
- 积分:1
-
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保...
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integers (100,50,40,30 ...), to mark the end of 0, As several of these data to establish a domain reversal single-linked list; Keyboard input from an integer X, That will insert the single X-linked lists and maintain single-chain data domain increases the value, At this time the output of the single-linked list node data domain value; Keyboard input from an integer Y, if Y value in a single linked list exists, delete data domain is the value of Y node (single-chain data domain is not the same value nodes), At this point and the output of the single-linked list node data domain values.
- 2022-07-08 15:03:43下载
- 积分:1
-
A battery charger (LEAD ACID)
A battery charger (LEAD ACID)
- 2022-10-20 21:50:03下载
- 积分:1