-
2812
TI 下载的矢量控制算法,里面包含各种函数,还有PDF文件。(Download the TI vector control algorithm, which contains a variety of functions, and the PDF file.)
- 2013-11-07 22:25:41下载
- 积分:1
-
tcp
tcp 简单的服务器和客户端的构架服务器的搭建:套接字socket、绑定bind、监听listen、接收请求accept、收发数据recvsend客户端的搭建:套接字的创建、建立连接、收发数据
- 2023-01-29 09:20:04下载
- 积分:1
-
实现了基本的通讯(增删改查)
实现了用户的基本信息(性别,年龄,号码,住址),实现了增删改查的作用,思路清晰。
- 2022-02-10 11:01:54下载
- 积分:1
-
PsSuspendThread
内核中暂停任意线程代码,qq Protect相关(Kernel suspend any thread)
- 2013-07-29 14:46:02下载
- 积分:1
-
PWM
用C语言编写的可实现产生PWM波,已经下载到单片机产生了PWM波,用于高压脉冲电源的设计。(Written in C can be implemented to generate PWM wave has been downloaded to the microcontroller generates a PWM wave for high-voltage pulse power supply design.)
- 2016-10-23 15:21:38下载
- 积分:1
-
The-basis-for-computer-game
本书介绍了如何以Visual C++及DirectX 来设计游戏,深入浅出的概念讲解
与游戏实例相结合来逐步实现自己制作游戏的。本书从游戏画面绘制、游戏输
入消息处理、游戏动画技巧、游戏物理现象设计原理、游戏人工智能及如何进
入3D 世界等基本的游戏设计基础。除了让学习者有清楚的基础概念以外,还能
实际地应用于游戏设计。(This book describes how to design games with Visual C++ and DirectX, explanation and game instances combine to explain the concept of progressive realization of their own making games. From the game screen to draw the book enter the messaging, gaming, animation, game tips, game design principles, physical phenomena of game artificial intelligence and how to enter the 3D world, and other basic fundamentals of game design. In addition to that learners have clear concepts, but also actual in game design.)
- 2012-05-10 11:26:55下载
- 积分:1
-
2d3d黑屏优化
说明: 2d3d黑屏优化,支持打部分2的3d的,hookDX9,只要你游戏的dx版本和此对应就OK,dx版本太多不对应的自己改(2D 3D black screen optimization, support play part 2 3D, hook DX9, as long as your game DX version and this corresponding OK, DX version too many do not correspond to their own change)
- 2020-10-19 09:57:38下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
ditest
LPC2119,C语言,ADS1.2,DI板电位变化,有防抖功能,测试通过(LPC2119, C language, ADS1.2, DI plate potential change, there is Anti-Shake function, test)
- 2009-06-12 14:23:58下载
- 积分:1
-
GraygenegrateImage
说明: 生成格雷码编码图案用于PMD系统中物体三维重建的相位求解(Phase solution of 3D Reconstruction of objects in PMD system by generating Gray-Code coding pattern)
- 2019-02-22 14:38:41下载
- 积分:1