-
RadarSimulation
自己写的雷达MFC编程,适用于刚学习C++做雷达相关的MFC编程新人,(Write my own radar MFC programming for doing just learning C++ MFC programming related to the new radar,)
- 2014-12-02 23:53:10下载
- 积分:1
-
wimax_ofdm_implementation_code
OFDM是wimax的关键技术,这个源代码就是wimax OFDM的详细实现。()
- 2007-08-06 21:56:14下载
- 积分:1
-
xianshichafengeshi
利用古典显式差分格式求解抛物型偏微分方程(parabolic partial differential equation)
- 2013-08-29 11:30:57下载
- 积分:1
-
NRF 2401
nRF架构,C,内含RF通信函数,RF各寄存器读写函数,REG BUF读写。
- 2022-04-07 21:44:56下载
- 积分:1
-
计算器
计算器的源代码,可实现简单的数学计算
- 2022-03-20 12:24:39下载
- 积分:1
-
利用C#实现酒店管理系统
基于c#开发的酒店管理系统,保存用户登录注册,入住退房餐饮服务等多项功能。本科生毕设,课设资源
- 2022-08-13 00:43:32下载
- 积分:1
-
44ASPnet跳转方法总结
说明: 这个跳转页面的方法跳转的速度不快,因为它要走2个来回(2次postback),但他可以跳 转到任何页面,没有站点页面限制(即可以由雅虎跳到新浪),同时不能跳过登录保护。但速度慢是其最大缺陷!redirect跳转机制:首先是发送一个http请求到客户端,通知需要跳转到新页面,然后客户端在发送跳转请求到服务器端。(Methods the jump page Jump speed is not fast, because it has to go back and forth 2 (2 postback), but he can jump to any page, no web page (which can be restricted by YAHOO at the same time, jump to Sina) can't skip the login protection. But slow speed is its biggest drawback! Redirect jump mechanism: first, send a HTTP request to the client, the notification needs to jump to the new page, and then the client sends the jump request to the server.)
- 2017-06-27 17:18:52下载
- 积分:1
-
Huffman
完成流程编码和huffman编码,适合做图像编码的熵编码,只要调整接口就好。(Complete the process encoding and huffman coding, image coding suitable for entropy coding, as long as the adjustment of the interface is like.)
- 2010-12-24 12:00:13下载
- 积分:1
-
stock
一个包含查询、智能决策等多种功能的股票交易系统。(A c program based on borlandc)
- 2020-06-22 11:00:01下载
- 积分:1
-
d3d9wj
说明: #include
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1