-
inside VC++
VC++技术内幕,学习VC++必备的书籍(technology, learning VC++ essential books)
- 2005-03-11 09:15:43下载
- 积分:1
-
在WebBrowser中执行javascript脚本的几种方法整理(execScript/InvokeScript/NavigateScript) 附完整源码
涵盖了几种常用的 webBrowser执行javascript的方法,详见示例截图以及代码
- 2013-03-19下载
- 积分:1
-
md5加密c++跨平台
md5加密实现,c++ 跨平台,linux windows 都可以用static void MD5Init(MD5_CTX *context){ context->count[0] = 0; context->count[1] = 0; context->state[0] = 0x67452301; context->state[1] = 0xEFCDAB89; context->state[2] = 0x98BADCFE; context->state[3] = 0x10325476;}static void MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputlen){ unsigned int i = 0; unsigned int index = 0; unsigned int partlen = 0; index = (context->count[0] >> 3) & 0x3F; partlen = 64 - index; context->count[0] += inputlen count[0] < (inputlen count[1]++; context->count[1] += inputlen >> 29; if(inputlen >= partlen) { &n
- 2022-01-22 14:33:35下载
- 积分:1
-
camera_1
用matlab控制摄像头 对所采集的视频提取图片,再进行后续处理(Control using matlab camera captured video extract pictures, and then the subsequent processing)
- 2013-04-25 15:28:37下载
- 积分:1
-
DRAWDEMO
VC6.0环境下,使用鼠标完成基本图形(直线、圆弧、贝塞尔曲线等)的绘制,并显示动态绘制效果。(Under VC6.0 environment, We can use the mouse to draw the basic graphics (straight line, arc, Bessel curve, etc.) ,and also show the effect of dynamic rendering.)
- 2016-07-06 09:05:56下载
- 积分:1
-
arrangement
假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。)
对于给定的k 个待安排的活动,编程计算使用最少会场的时间表。
(Suppose you want to arrange a number of activities in the hall more than enough, and want to use as little as possible venue. Design an effective greedy algorithm arrangements. (This problem is actually well-known graph coloring problem. If each activity as a vertex map, with the side connected between incompatible activities. Makes coloring adjacent vertices with minimum number of different colors, corresponding to looking The minimum number of venue.)
K to be arranged for a given activity, calculated using a minimum of venue programming schedule.)
- 2014-10-22 11:00:45下载
- 积分:1
-
C #发达的地图基本浏览器和属性查询的例子!
c#开发的一个地图基本浏览和属性查询的例子!-c# developed a map of the basic browser and attribute query examples!
- 2023-06-05 17:00:04下载
- 积分:1
-
多
多功能计算器、超强大的Calculator-Multi-function calculator, super big Calculator
- 2022-01-26 00:12:59下载
- 积分:1
-
STM32使用fft算法并在OLED上显示频谱
此例程使用STM32 oled 和一个咪头,并使用fft算法生成频谱并在 OLED上显示.含有多种功能.能显示不同的频谱形状,可以手动切换也可自动循环播放.
- 2022-09-05 07:05:03下载
- 积分:1
-
各种加密算法
DES、RSA、背包、AES、IDEA等各种加密算法的源码(All Kinds Of Encoding Algorithms)
- 2018-01-12 10:54:13下载
- 积分:1